vision
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ArucoDetector Class Reference
Inheritance diagram for ArucoDetector:
roboticslab::IDetector ArucoDetector_ParamsParser

Public Member Functions

bool open (yarp::os::Searchable &config) override
 
bool detect (const yarp::sig::Image &inYarpImg, yarp::os::Bottle &detectedObjects) override
 
- Public Member Functions inherited from ArucoDetector_ParamsParser
bool parseParams (const yarp::os::Searchable &config) override
 
std::string getDeviceClassName () const override
 
std::string getDeviceName () const override
 
std::string getDocumentationOfDeviceParams () const override
 
std::vector< std::string > getListOfParams () const override
 

Private Attributes

cv::aruco::DetectorParameters detectorParams
 
cv::aruco::Dictionary dictionary
 

Additional Inherited Members

- Public Attributes inherited from ArucoDetector_ParamsParser
const std::string m_device_classname = {"ArucoDetector"}
 
const std::string m_device_name = {"ArucoDetector"}
 
bool m_parser_is_strict = false
 
const parser_version_type m_parser_version = {}
 
const std::string m_aruco_size_defaultValue = {"ARUCO_ORIGINAL"}
 
std::string m_aruco_size = {"ARUCO_ORIGINAL"}
 

Member Function Documentation

◆ detect()

bool ArucoDetector::detect ( const yarp::sig::Image &  inYarpImg,
yarp::os::Bottle &  detectedObjects 
)
overridevirtual

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