Questions tagged [bounding]

71 questions
0
votes
0 answers

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 Geoserver,Which I used to publish pbf vt.
wsf1990
  • 195
  • 2
  • 12
0
votes
1 answer

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…
Ivan Viti
  • 271
  • 2
  • 11
0
votes
2 answers

Java 3D - bounding sphere

Uhm, what exactly does the bounding sphere in Java 3D do?
Yuno
  • 21
  • 3
0
votes
1 answer

Using multiple inputs for floats?

Writing an application that needs to build a bounding box. The box is built by obtaining the South West corner and the North East corner of the desired box. The application is expecting this code in the format of xx.xxx,xx.xxx. Started with this for…
0
votes
1 answer

Bounding data in matlab

Demo data Data set can be found here : Dataset Each point (x;y) indicated the value (y) of the xth sample measured I am trying to bound a data region which has the most data points just like in the figure , by using 2 line y=a and y=b How can i…
Totally New
  • 147
  • 5
0
votes
0 answers

GPS bounding box around 2 points

I have 2 GPS locations with a latitude and a longitude. I want to create a bounding box, which incorporates both these points, plus some number of kilometers of padding on either side (for example, a 10km bounding box which includes both point X and…
user1220022
  • 11,167
  • 19
  • 41
  • 57
0
votes
1 answer

revit bounding box in familydoc

Can I get a family bounding Box XYZ, Revit lookup mentions something in the active view with the family type, which makes sense as the types vary, however familydoc.family.familytype only has access to family parameters! I need this to or a similar…
0
votes
0 answers

Actionscript 3, constrain "character" within bounds

So basically I have this point and clik game, the character moves where you click but I'd like to constrain its movements within a certain area, this could be easy if this area was a rectangle but to give a more tridimensional look to the backgroung…
0
votes
1 answer

Java - Generate internal bounding boxes starting from a bigger geographic bounding box

I need a way to generate internal bounding boxes (e.g. 1x1km squares) starting from a bigger geographic bounding box. For example, starting from London bounding box, I want to get all the 1x1km bounding boxes within that geographic area. Formats: a…
0
votes
1 answer

Bounding Box Algorithm in Java with only the center points and the radius

I am trying to create a circle in Java using the fillOval command. The user inputs the center co-ordinates and the radius for the circle but I do not know how to find the height and width for they fillOval command. import java.util.*; import…
Vessel
  • 1
  • 3
0
votes
0 answers

Not able to detect all the moving objects in opencv Python

Using opencv with python! I am trying to create a bounding box across all the objects in the video. I am using find contours . But somehow out of 5 objects, I am not able ti=o detect one, rest all are getting detected. Here is my…
Man utd
  • 131
  • 2
  • 13
0
votes
0 answers

Find Contour method giving Error opencv

I am trying to create a bounding rectangle across a moving object. However, I get my Deb Session failed with an expression : _pFirstBlock == pHead Here is my code. Need help! This is my process video function. I am using background subtraction. …
Man utd
  • 131
  • 2
  • 13
0
votes
1 answer

Twitter stream bounding box - how to cover London/UK

I'm attempting to stream Tweets from the UK as a whole, using Twitters stream API, however I'm having trouble with my bounding box. The LAT/LON pairs I'm using to define a bounding box of the whoe UK(Ire included) is as follows. -9.05, 48.77, 2.19,…
Seidr
  • 4,946
  • 3
  • 27
  • 39
0
votes
1 answer

Revit, how to get the XYZ corner points on a selected wall? This isn't the endpoints

I require the points on the edge across the width(narrow end) not the length(long end). Please understand this as the bounding box wont work! //these are not useful as they are points on the fixed cartesian plane x,y,z I cannot…
0
votes
0 answers

i want to extract particular bounding box from so many bounding boxes using matlab

From so many bounding box in image,i want bounding box of particular height and width ratio. I have created bounding box around 32 different objects. Firstly i have to label each bounding box. Then I want to calculate values for a particular box…
pooja
  • 1
  • 2