Top "Bounding-box" questions

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

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 …

jquery scroll position bounding-box
How to get a rectangular subimage from regionprops(Image,'BoundingBox') in Matlab?

I have some particles that I've identified in a larger image, and need to parse into smaller images for each …

matlab image-processing bounding-box
How to detect if a point is contained within a bounding rect - opecv & python

I have a set of points [(x0,y0), (x1,y1), .. ] And a set of bounding rectangles produced using the cv2.…

python opencv bounding-box
Efficient way to combine intersecting bounding rectangles

I'm trying to simplify the following image using OpenCV: What we have here are lots of red shapes. Some of …

image opencv image-processing computer-vision bounding-box
D3: get the bounding box of a selected element

I have several elements in a svg and I want to zoom on one of them. I'd like to do …

javascript svg d3.js bounding-box
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 …

javascript css image bounding-box
Calculate the bounding box's X, Y, Height and Width of a rotated element via JavaScript

Basically I'm asking this question for JavaScript: Calculate Bounding box coordinates from a rotated rectangle In this case: iX = Width …

javascript css geometry rotation bounding-box
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 …

javascript svg bounding-box
Loading GeoJSON layers from Geoserver to Leaflet Map based on the current bounding box

Currently, I have over 25000 points for my map. When I load all the points the map is extremely slow. Therefore, …

leaflet geojson geoserver bounding-box
Getting the bounding box of a vector of points?

I have a vector of points stored in a std::vector instance. I want to calculate the bounding box of …

c++ boost std bounding-box