OpenCV
4.0.0
Open Source Computer Vision
|
struct for detection region of interest (ROI) More...
#include "objdetect.hpp"
Public Attributes | |
std::vector< double > | confidences |
vector that will contain confidence values for each location More... | |
std::vector< cv::Point > | locations |
set of requested locations to be evaluated More... | |
double | scale |
scale(size) of the bounding box More... | |
struct for detection region of interest (ROI)
std::vector<double> cv::DetectionROI::confidences |
vector that will contain confidence values for each location
std::vector<cv::Point> cv::DetectionROI::locations |
set of requested locations to be evaluated
double cv::DetectionROI::scale |
scale(size) of the bounding box