Tagged Questions
The bounding-box tag has no wiki summary.
13
votes
3answers
478 views
How to roll a fast BVH representation in Haskell
I'm playing with a Haskell Raytracer and currently use a BVH implementation which stresses a naive binary tree to store the hierarchy,
data TreeBvh
= Node Dimension TreeBvh TreeBvh AABB
| Leaf ...
13
votes
9answers
14k views
Calculate Bounding box coordinates from a rotated rectangle, Picture inside
I have the coordinates of the top left Point of a rectangle as well as its width, height and rotation from 0 to 180 and -0 to -180.
I am trying to get the bounding coordinates of the actual box ...
8
votes
1answer
3k views
7
votes
6answers
4k views
Dirty Rectangles
Where may one find references on implementing an algorithm for calculating a "dirty rectangle" for minimizing frame buffer updates? A display model that permits arbitrary edits and computes the ...
6
votes
2answers
928 views
What is the proper way to get bounding box for HTML elements relative to the Window?
I'm writing a Firefox extension. I'm trying to limit it to just XUL+Javascript (no XPCOM). When I get a mouseover event for an HTML element, I need to get its bounding box in the windows coordinate ...
5
votes
4answers
3k views
How can I make images fit into a 200 pixel square box using CSS?
I have a bunch of images which all fit into a 400px × 400px box (that is, one of their dimensions is 400px and the other is smaller). I would like to be able to, using CSS, but jquery/javascript if ...
4
votes
1answer
434 views
How can I inscribe a rectangle or circle inside an arbitrary quadrilateral
This may be a more math focused question, but wanted to ask here because it is in a CS context. I'm looking to inscribe a rectangle inside another (arbitrary) quad with the inscribed quad having the ...
4
votes
2answers
155 views
Pie Slice Bounding Rectangle
How can i calculate a pie slice bounding rectangle. Radius (r), center point (x0, y0) , StartAngle (a0), EndAngle (a1) and drawDirection (clockwise or counterclockwise) variables are known.
Thank ...
3
votes
1answer
602 views
Pseudocode for Swept AABB Collision
I think swept means determining if objects will collide at some point, not just whether they are currently colliding, but if I'm wrong tell me.
I have objects with bounded boxes that are aligned on ...
3
votes
4answers
605 views
Do I need a spatial index in my database?
I am designing an application that needs to save geometric shapes in a database. I haven't choosen the database management system yet.
In my application, all database queries will have an bounding ...
3
votes
2answers
1k views
Given a latitude and longitude, and distance, I want to find a bounding box
Given a latitude and longitude, and distance, I want to find a bounding box where the distances are less than the given distance.
This questions was asked here: ...
2
votes
5answers
70 views
How to determine bounding rectangles of multiple elements?
I would like to implement an algorithm which will find the bounding rectangles of contours (already determined by another algorithm). The only thing I have is a binarized image (as shown below). The ...
2
votes
2answers
158 views
Get dimension of a path in SVG
I need to get the dimension on the screen of a <path> in a SVG from JavaScript.
I do not have any "transformation" or "scaling" (transform, scale) on my SVG.
The only thing changed is the viewBox, ...
2
votes
1answer
242 views
Problems with Bounding Box Frustum Culling
I am having trouble getting correct frustum culling to work. I got a great suggestion from someone about AABB point testing and it works great but I have gotten to the point where a max and a min ...
2
votes
1answer
143 views
How come the bounding box isn't being set properly in this mesh?
I have some Irrlicht code that generates a rectangular mesh given a width and height. Here is the code that generates the vertices and indices:
int iNumVertices = (width + 1) * (height + 1);
...
2
votes
1answer
235 views
How to obtain bounding box of transformed text(java)?
Currently I have a text object that I need to determine its bounds. I used to use the graphics object to obtain the font metrics of the text I am trying to draw, but since I added functionality to ...
2
votes
1answer
2k views
SVG, text , font with fixed width/height
I'm trying to get a SVG 'text' element fitting inside of a svg 'rect' element. e.g. In the example below, I used a monospace text of 5 chars with a font-size of 100px and I expected to have a bounding ...
2
votes
5answers
2k views
Bounding box collision handling - not detection
I had this working a week ago, but then I ended up breaking it. I can't get it working again. I have some 2D sprites, they're just rectangles. No rotation involved. I'm not looking for a way to detect ...
2
votes
3answers
538 views
Given a set of points, how do I approximate the major axis of its shape?
Given a "shape" drawn by the user, I would like to "normalize" it so they all have similar size and orientation. What we have is a set of points. I can approximate the size using bounding box or ...
1
vote
2answers
95 views
stored procedure to get all points inside a bounding box taking into account a negative longitude
I'm working on a project where I have places with latitude and longitude coordinates stored in my database. I use Google Maps to plot these places as markers on a map. I don't want to plot any ...
1
vote
0answers
61 views
Prawn: Is there a way for vertical alignment of all content in a box?
I'm trying to position some content vertically centered in a bounding_box. With a single text this is no problem:
bounding_box([0, bounds.top], :width => pdf.bounds.right, :height => ...
1
vote
1answer
61 views
Get smallest bounding box for a polygon that is large enough despite orientation
I am currently getting the bounding box for my polygon by getting the min/max x and min/max y of the points, but when rotating the polygon the bounding box is too small to fit the rotated polygon. See ...
1
vote
2answers
198 views
Collision Detection Using AABB or OBB doubts
I have readed something about it i wanna to do some implementation using this. But i have a few doubts. The problem with de AABB is that the objects must be axis aligned, otherwise you have to be ...
1
vote
1answer
265 views
OpenGL clipping
I have been reading articles about clipping now for hours now but I dont seem to find a solution for my problem.
This is my scenario:
Within an OpenGL ES environment (IOS,Android) I am having a 2D ...
1
vote
0answers
62 views
Layouting a row of bricks on the wall in XNA 4
I am very new to XNA 3D programing, and my English is not very good!
My problem:
I have two 3D box model (that I created in 3Ds max), the bigger one for the wall and the smaller for the brick, I ...
1
vote
1answer
248 views
Doing Ajax updates in SVG breaks getBBox, is there a workaround?
I have an SVG page with some complex diagrams; I'm trying to add code that inserts even more complexity via an Ajax call on demand. This is mostly working, but the inserted nodes don't behave ...
1
vote
1answer
80 views
while(mouse is in some bounding box) do something; — IN Javascript
I am stumped. What I want to do is: whenever my mouse pointer enters a box, I want to keep changing the color of the box. However, when mouse leaves the box I want the color of the box to stop ...
1
vote
2answers
454 views
What is meant by bounding box in android map view
I am sorry if it seems a silly question to you, but I have been dealing with some problems in my android project and my client constantly refers to the term bounding box. Can someone please tell me ...
1
vote
2answers
447 views
how to create a circle's bounding box android
I have a bitmap that sets two variables centreX, centreY through the onTouchEvent() method. From these x,y co-ordinates i draw a circle over the bitmap and can change the circle's pixels to different ...
1
vote
0answers
203 views
Collision detection (OBB) is acting strange when colliding on the left side of objects
I have a video of the problem in action and was hoping someone can answer this strange problem. The white box you see in the video is the AABB box. Collision detection for OBB only happens if the AABB ...
1
vote
0answers
198 views
CGFont: calculation glyphs bounds
How can I get sizes of each glyph of the string in pixels?
I use CGFontGetGlyphBBoxes to get a bounding box of each glyph in string and get following values:
2011-04-18 15:34:56.809 ...
1
vote
2answers
312 views
Detecting a certain Latitude / Longitude is in a US State
I know that most people will view this question and point me to Google Geocode - but I'm looking for a mathematical formula that allows someone to take a Lat/Lng point and see if its inside a US state ...
1
vote
1answer
364 views
Is it possible to make a polygon bounding box?
(first off, just to be sure, a hexagon is a polygon with 6 points, think honey-comb or Civilisation 5)
I'm making a game that uses a hexagonal grid, but I can't seem to get the bounding box right, ...
1
vote
2answers
478 views
Checking for bounding box intersections/collisions with a view frustum
I want to check a view frustum against the axis aligned bounding boxes of some objects, to check roughly whether those objects are in the field of view or not. Speed is not a big deal.
Any help would ...
1
vote
2answers
2k views
Using jQuery to keep scrolling object within visible window
I was in the middle of writing up a long description of what I wanted to do, when I realized that the "How To Ask / Format" sidebar box on this very same "Ask A Question" page does exactly what I ...
1
vote
1answer
106 views
The best way to connect users in closed proximity ? (latitude, longitude)
I create an android app which connect runners in closed proximity. I used a Tornado ServerWeb (Python) and a No-SQL database.
My solution:
Store all the {lon,lat} (regularly updated) of users in a ...
1
vote
1answer
120 views
Python: how to know how many colors in a bounding box in PIL?
Hey, I've got so many PIL bounding box(x,y, x1,y1)
I just want to know how many colors are there in the bounding box, is there any fast way to do?
1
vote
2answers
663 views
Getting the bounds of a polyine in Google Maps API v3
Is there any easy ways to find the bounding box of a polyline using Google Maps API v3? I'm working on a project where I need to update the bounds as data is added and removed from the map. This is ...
1
vote
2answers
685 views
How to compute bounding box/sphere across multiple meshes (C#)
I load multiple meshs from .x files in different mesh variables.
Now I would like to calculate the bounding sphere across all the meshes I have loaded (and which are being displayed)
Please guide me ...
1
vote
1answer
704 views
How do you find a tight-fitting, axis-aligned, bounding box of a rotated ellipse in AS3?
The AS3 getBounds function returns a rectangle that is not fitting tightly to a rotated ellipse. Instead it returns an axis-aligned rectangle based on the bounds of a rectangle whose width/height ...
1
vote
1answer
869 views
Faster way to perform rectangle merging based on their intersection
this is being used in a motion detection problem.
Basically, I perform a motion detection algorithm on an image, and get a list of blobs, where each blob hopefully corresponds to an object that has ...
1
vote
2answers
737 views
Calculate the bounding box of a GDI+ drawing
I am drawing an image from MetaFile (emf) and then apply some rotation transformations to it all within the OnPaint of a UserControl. After applying those transformation how can I calculate the normal ...
1
vote
7answers
3k views
Calculating bounding box a certain distance away from a lat/long coordinate in Java
Given a coordinate (lat, long), I am trying to calculate a square bounding box that is a given distance (e.g. 50km) away from the coordinate. So as input I have lat, long and distance and as output I ...
1
vote
2answers
1k views
Clipping WPF elements in a canvas
I am working on an interactive WPF graph/tree tool and have nodes and links between them placed in a canvas. The nodes are usercontrols and the links are simply Line shapes, and currently the links go ...
1
vote
1answer
127 views
How do I correctly space multiple string fragments within a single bounding rectangle when priting with c#?
I am writing a function that applies special formatting to predetermined keywords when printing a string. For example, in the string - "Why won't this work?" I might need to print the word "Why" ...
1
vote
2answers
635 views
Javascript: getBoundingClientRect() for text nodes?
Is there a way to get the bounding rect of a text node?
The getBoundingClientRect() method is defined on elements only, and the parent element is bigger then the actual text node.
10x!
1
vote
3answers
949 views
Find bounding rectangle of objects in monochrome bitmaps
Given a monochrome bitmap:
000000000000000000000000000000000000000
001000100000000000000000000000000000000
000101000000000000000000000000000000000
000010000000001000000000000000000000000
...
1
vote
1answer
2k views
How can I indicate the bounding box using .bb files in \includegraphics?
Is it possible to use a .bb file (generated with, for instance, the "ebb" program included in MiKTeX) to define the bounding box of .png files when using \includegraphics?
I can define the bounding ...
0
votes
0answers
19 views
Bounding boxes uncalibrated / offset in retina display mode
I use cocos2d in the game I am developing for iOS.
When running in the iPad simulator or the non-retina iPhone simulator, the bounding box correctly surrounds the sprite.
When I use the retina ...
0
votes
1answer
20 views
How to get the current viewport of the map out of OpenLayers as geometry, bounding box or wkt?
I'm trying to find some hints where I should search for this topic but I've nothing found - and I spent many hours on this.
I'm also trying to get the current coordinates out of the current displayed ...