OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Attributes | List of all members

struct for detection region of interest (ROI) More...

#include <opencv2/objdetect.hpp>

Collaboration diagram for cv::DetectionROI:

Public Attributes

std::vector< double > confidences
 vector that will contain confidence values for each location
 
std::vector< cv::Pointlocations
 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: