opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

DetectionROI Struct Reference

DetectionROI Struct Reference
[Object Detection]

struct for detection region of interest (ROI) More...

#include <objdetect.hpp>

Data Fields

double scale
 scale(size) of the bounding box
std::vector< cv::Pointlocations
 set of requrested locations to be evaluated
std::vector< double > confidences
 vector that will contain confidence values for each location

Detailed Description

struct for detection region of interest (ROI)

Definition at line 327 of file objdetect.hpp.


Field Documentation

std::vector<double> confidences

vector that will contain confidence values for each location

Definition at line 334 of file objdetect.hpp.

std::vector<cv::Point> locations

set of requrested locations to be evaluated

Definition at line 332 of file objdetect.hpp.

double scale

scale(size) of the bounding box

Definition at line 330 of file objdetect.hpp.