OpenCV  3.4.20-dev
Open Source Computer Vision
Public Attributes | List of all members
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 More...
 
std::vector< cv::Pointlocations
 set of requested locations to be evaluated More...
 
double scale
 scale(size) of the bounding box More...
 

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: