Top "Bounding-box" questions

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

Extracting text OpenCV

I am trying to find the bounding boxes of text in an image and am currently using this approach: // calculate …

c++ opencv image-processing text bounding-box
How to calculate the height of an NSAttributedString with given width in iOS 6

Possible Duplicate: How to get height for NSAttributedString at a fixed width Now NSAttributedString is available in iOS 6. For layout …

ios nsattributedstring bounding-box
Calculate Bounding box coordinates from a rotated rectangle

I have the coordinates of the top left point of a rectangle as well as its width, height and rotation …

actionscript-3 math geometry rotation bounding-box
How to get string width on Android?

I would like to get height too if possible.

android string bounding-box
Extract bounding box and save it as an image

Suppose you have the following image: Now I want to extract each of the independent letters into individual images. Currently, …

python image opencv image-processing bounding-box
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.…

math geospatial trigonometry latitude-longitude bounding-box
Calculating percentage of Bounding box overlap, for image detector evaluation

In testing an object detection algorithm in large images, we check our detected bounding boxes against the coordinates given for …

python computer-vision bounding-box object-detection scikit-image
Extract all bounding boxes using OpenCV Python

I have an image that contains more than one bounding box. I need to extract everything that has bounding boxes …

python opencv extraction bounding-box
How much do two rectangles overlap?

I have two rectangles a and b with their sides parallel to the axes of the coordinate system. I have …

algorithm math geometry bounding-box
Get the bounding box coordinates in the TensorFlow object detection API tutorial

I am new to both python and Tensorflow. I am trying to run the object_detection_tutorial file from the …

python tensorflow bounding-box object-detection-api