RMVL
1.2.0
Robotic Manipulation and Vision Library
|
成员的完整列表,这些成员属于 rm::RuneTarget,包括所有继承而来的类成员
_angle | rm::feature | protected |
_center | rm::feature | protected |
_corners | rm::feature | protected |
_height | rm::feature | protected |
_type | rm::feature | protected |
_width | rm::feature | protected |
cast(feature::ptr p_feature) | rm::RuneTarget | inlinestatic |
cast(feature::const_ptr p_feature) | rm::RuneTarget | inlinestatic |
const_ptr typedef | rm::RuneTarget | |
getAngle() const | rm::feature | inline |
getArea() const | rm::feature | inline |
getCenter() const | rm::feature | inline |
getContours() | rm::RuneTarget | inline |
getCorners() const | rm::feature | inline |
getHeight() const | rm::feature | inline |
getRadius() const | rm::RuneTarget | inline |
getRatio() const | rm::RuneTarget | inline |
getType() const | rm::feature | inline |
getWidth() const | rm::feature | inline |
isActive() const | rm::RuneTarget | inline |
make_feature(std::vector< cv::Point > &contour, bool is_active) | rm::RuneTarget | static |
make_feature(cv::Point center, bool is_active) | rm::RuneTarget | static |
ptr typedef | rm::RuneTarget | |
RuneTarget()=default | rm::RuneTarget | |
RuneTarget(const RuneTarget &)=delete | rm::RuneTarget | |
RuneTarget(RuneTarget &&)=delete | rm::RuneTarget | |
RuneTarget(std::vector< cv::Point > &, cv::RotatedRect &, bool is_active) | rm::RuneTarget | |
RuneTarget(cv::Point center, bool is_active) | rm::RuneTarget | |
~feature()=0 | rm::feature | inlinepure virtual |