![]() |
tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
|
One detection, in the coordinates of the image that was searched. More...
#include <detect.h>
Public Attributes | |
| uint32_t | x |
| uint32_t | y |
| uint32_t | width |
| uint32_t | height |
| uint32_t | neighbors |
| Overlapping raw detections this box was formed from. | |
One detection, in the coordinates of the image that was searched.
| uint32_t TinyFaceBox::height |
Height.
| uint32_t TinyFaceBox::neighbors |
Overlapping raw detections this box was formed from.
A face a cascade is confident about fires at several nearby positions and scales, so this is a usable ranking: the highest is the most likely to be a face, and a box that only just cleared min_neighbors is the one to be suspicious of.
| uint32_t TinyFaceBox::width |
Width.
| uint32_t TinyFaceBox::x |
Left edge.
| uint32_t TinyFaceBox::y |
Top edge.