OpenCV  3.3.0
Open Source Computer Vision
Public Attributes | List of all members
cv::DetectionROI Struct Reference

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::Pointlocations
 set of requrested 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 requrested 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: