Public Member Functions | Private Attributes | List of all members
aruco::impl::SVMMarkers Class Reference

Public Member Functions

bool detect (const cv::Mat &in, int &mid, int &nRotations)
 
int getBestInputSize ()
 
bool load (string path) throw (cv::Exception)
 
 SVMMarkers ()
 

Private Attributes

int _dictSize
 
float _maxFeatureValue
 
float _minFeatureValue
 
cv::Ptr< CvSVM > _model
 
int _patchSize
 
bool _rotateMarkers
 

Detailed Description

Definition at line 45 of file svmmarkers.cpp.

Constructor & Destructor Documentation

aruco::impl::SVMMarkers::SVMMarkers ( )
inline

Definition at line 55 of file svmmarkers.cpp.

Member Function Documentation

bool aruco::impl::SVMMarkers::detect ( const cv::Mat &  in,
int &  mid,
int &  nRotations 
)
inline

Definition at line 108 of file svmmarkers.cpp.

int aruco::impl::SVMMarkers::getBestInputSize ( )
inline

Definition at line 66 of file svmmarkers.cpp.

bool aruco::SVMMarkers::load ( string  path)
throw (cv::Exception
)
inline

Definition at line 67 of file svmmarkers.cpp.

Member Data Documentation

int aruco::impl::SVMMarkers::_dictSize
private

Definition at line 47 of file svmmarkers.cpp.

float aruco::impl::SVMMarkers::_maxFeatureValue
private

Definition at line 46 of file svmmarkers.cpp.

float aruco::impl::SVMMarkers::_minFeatureValue
private

Definition at line 46 of file svmmarkers.cpp.

cv::Ptr<CvSVM> aruco::impl::SVMMarkers::_model
private

Definition at line 52 of file svmmarkers.cpp.

int aruco::impl::SVMMarkers::_patchSize
private

Definition at line 47 of file svmmarkers.cpp.

bool aruco::impl::SVMMarkers::_rotateMarkers
private

Definition at line 48 of file svmmarkers.cpp.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:03