Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [bounding]

The tag has no usage guidance.

bounding
-3 votes
0 answers
19 views

From the given lines and a center point, how to determine the boundary around this point? [closed]

From the given lines and a center point, how to determine the boundary around this point?("If there is code written in C#, it would be even better) I tried creating rays from the center point to ...
huy nguyen's user avatar
1 vote
0 answers
18 views

Regex - lookahead and between [duplicate]

Suppose I have this structure of strings. I have >100k. 'xxxxxx0AxxZZxxBBxxxxx1AxxxxxBB' --Group1 is 1 'xxxxxxxxx0AxxxxZZxxxxx1AxxxxxBBxxxx' --Group1 is 1 '...
Henrik Løv's user avatar
0 votes
1 answer
103 views

fabric.js reset polygon bounding box after a point is moved

When I move a polyon's point (node) with the mouse, the bounding box does not update to enclose all new points. I've tries every matrix, setCoords(), etc. on this site for days. Fabric's own demo is ...
Robbie Stewart's user avatar
0 votes
2 answers
242 views

Drawing a bounding box around UI Elements in Unity

I'm attempting to get the pixel-perfect bounding box for multiple UI elements in my scene, ensuring there are no empty spaces around the sprites. Is it possible to achieve this without checking for ...
Hector's user avatar
  • 123
0 votes
0 answers
63 views

I am trying to Get Bounding Box of each text using Tesseract Engine but some word overlap when set it front side

I am trying to Get Bounding Box of each text using Tesseract Engine then all text set according bounding In DIV tag using SPAN tag but some word overlap Here i am attached screenshot for what am ...
Bipin Patel's user avatar
2 votes
0 answers
358 views

Pairing BLE device on Android pops up two dialogs

Calling device.connectGatt(appCtx, autoConnect, getCentralGattCallback()); where device is a discovered BLE device that was not paired (bonded) before getCentralGattCallback() returns callback ...
maxbk's user avatar
  • 63
0 votes
1 answer
910 views

How to convert Bounding Box coordinates to Yolo Coordinates?

I am trying to convert Bounding box coordinates to Yolo coordinates. The bounding box coordinates are not in the typical format. They look like this: 1,-1,855,884,94,195,1,-1,-1,-1 1,-1,1269,830,103,...
Stefan Hristov's user avatar
0 votes
0 answers
36 views

Javascript function based on viewport visibility works on desktop but not on smartphones?

I'm having trouble with some Javascript I used for a site. The aim was to have a header elements css changes based on the appearance on screen of a specific div. Actually it works just perfectly on ...
JG DevDev's user avatar
2 votes
1 answer
5k views

how to get the boundingSphere for a whole scene in three.js?

How to get the bounding sphere for a whole scene in three.js? I may try to get the bounding sphere for each object and compute the resulting union of them, but I think there may be a more straight ...
gastonceron's user avatar
2 votes
1 answer
773 views

Is it a convention to write ?Sized by itself as a trait bound?

On page 297 of Programming Rust you can find the following impl HashMap<K, V> where K: Eq + Hash { fn get<Q: ?Sized>(&self, key: &Q) -> Option<&V> where K: ...
Evan Carroll's user avatar
  • 81.7k
0 votes
0 answers
677 views

How to remove vector tiles tile bounding in Leaflet

I use leaflet to load vt tiles,which data geom type is polygon.I found that when loading, this will show a line betwwen tiles. So how to remove this bounding line? Maybe this is the issue of ...
wsf1990's user avatar
  • 305
0 votes
1 answer
358 views

darkflow bounding boxes bad even in standard example

The neural network on Darkflow is not training correctly. At first I thought I did not have enough images, or maybe a bad starting network. So I tried a standard example such as https://github.com/...
Ivan Viti's user avatar
  • 261
3 votes
2 answers
1k views

Bounding Multiple Classes in Java

I am working on an assignment, and required is that I create two generic collections (called ComputerOrder and PartyTrayOrder) of several classes: ComputerPart, Peripheral, and Service, and and of ...
memyarn's user avatar
  • 33
1 vote
1 answer
2k views

Bounding box/boxes inside a div

I'm working on a face recognition webapp, but I'm encountering some problems trying to "fix" the bounding box on the image making it responsive. If the screen is in full size that's the (correct) ...
The_Wolf's user avatar
  • 185
1 vote
1 answer
356 views

Mouse Picking - Ray Sphere Intersection, bounding sphere out of position

I've been working on mouse picker on a OpenGL project and followed this guide to transform my 2D mouse position to a 3D vector on click. The problem I have is in my calculations for picking the ...
Emil Gustafsson's user avatar

15 30 50 per page
1
2 3 4 5