Top "Bounding-box" questions

A Bounding Box is the smallest box that encloses a geometry.

Calculate rotated rectangle size from known bounding box coordinates

I read the Calculate Bounding box coordinates from a rotated rectangle to know how to calculate bounding box coordinates from …

math geometry rotation bounding-box
Draw a rectangular bounding box around a person in an image

I want to make a bounding box around a person in an image. I tried different methods but I couldn't …

matlab image-processing computer-vision matlab-cvst bounding-box
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 …

css fonts svg bounding-box
getbbox method from python image library (PIL) not working

I want to crop an image to its smaller size, by cutting the white areas on the borders. I tried …

python python-imaging-library crop bounding-box image-editing
MYSQL Geo Search having distance performance

I have a mysql select statement for a search on my website which is having performance problems when the site …

mysql geospatial bounding-box
What is the "center" of a Three.js object?

When I use Blender to model an object, I am able to explicitly define its center position from which translations …

three.js centering bounding-box
How to efficiently find the bounding box of a collection of points?

I have several points stored in an array. I need to find bounds of that points ie. the rectangle which …

python profiling bounding-box
Python OpenCV detect a white object from a binary image and crop it

My goal is detecting a piece of white paper from this binary image and then crop this white paper and …

python image opencv contour bounding-box
Getting the bounds of a polyline 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 …

google-maps google-maps-api-3 polyline bounding-box bounds
Bounding box in D3.js

I think a many of you, who worked with D3.js, already experienced the same thing: your network or whatever …

d3.js bounding-box