OpenCV  3.2.0
Open Source Computer Vision
Classes | Public Member Functions | Public Attributes | List of all members
cv::ROISelector Class Reference

#include "tracker.hpp"

Classes

struct  handlerT
 

Public Member Functions

Rect2d select (Mat img, bool fromCenter=true)
 
Rect2d select (const cv::String &windowName, Mat img, bool showCrossair=true, bool fromCenter=true)
 
void select (const cv::String &windowName, Mat img, std::vector< Rect2d > &boundingBox, bool fromCenter=true)
 

Public Attributes

std::vector< handlerTobjects
 
struct cv::ROISelector::handlerT selectorParams
 

Member Function Documentation

§ select() [1/3]

Rect2d cv::ROISelector::select ( Mat  img,
bool  fromCenter = true 
)

§ select() [2/3]

Rect2d cv::ROISelector::select ( const cv::String windowName,
Mat  img,
bool  showCrossair = true,
bool  fromCenter = true 
)

§ select() [3/3]

void cv::ROISelector::select ( const cv::String windowName,
Mat  img,
std::vector< Rect2d > &  boundingBox,
bool  fromCenter = true 
)

Member Data Documentation

§ objects

std::vector<handlerT> cv::ROISelector::objects

§ selectorParams

struct cv::ROISelector::handlerT cv::ROISelector::selectorParams

The documentation for this class was generated from the following file: