Loading...
Searching...
No Matches
cv::DetectionROI Struct Reference
struct for detection region of interest (ROI) More...
#include <opencv2/objdetect.hpp>
Public Attributes | |
| std::vector< double > | confidences |
| vector that will contain confidence values for each location | |
| std::vector< cv::Point > | locations |
| set of requested locations to be evaluated | |
| double | scale |
| scale(size) of the bounding box | |
Detailed Description
struct for detection region of interest (ROI)
Member Data Documentation
◆ confidences
| std::vector<double> cv::DetectionROI::confidences |
vector that will contain confidence values for each location
◆ locations
| std::vector<cv::Point> cv::DetectionROI::locations |
set of requested locations to be evaluated
◆ scale
| double cv::DetectionROI::scale |
scale(size) of the bounding box
The documentation for this struct was generated from the following file:
- opencv2/objdetect.hpp
1.9.6