tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
Loading...
Searching...
No Matches
TinyFaceBox Struct Reference

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.

Detailed Description

One detection, in the coordinates of the image that was searched.

Member Data Documentation

◆ height

uint32_t TinyFaceBox::height

Height.

◆ neighbors

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.

◆ width

uint32_t TinyFaceBox::width

Width.

◆ x

uint32_t TinyFaceBox::x

Left edge.

◆ y

uint32_t TinyFaceBox::y

Top edge.


The documentation for this struct was generated from the following file: