struct cv::DetectionROI
Overview
struct for detection region of interest (ROI) Moreā¦
#include <objdetect.hpp> struct DetectionROI { // fields std::vector<double> confidences; std::vector<cv::Point> locations; double scale; };
Detailed Documentation
struct for detection region of interest (ROI)
Fields
std::vector<double> confidences
vector that will contain confidence values for each location
std::vector<cv::Point> locations
set of requrested locations to be evaluated
double scale
scale(size) of the bounding box