Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
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::Point > | locations |
| 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.
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.
Generated on Tue Jul 12 2022 18:20:23 by
1.7.2