RMVL
1.2.0
Robotic Manipulation and Vision Library
|
成员的完整列表,这些成员属于 rm::Pilot,包括所有继承而来的类成员
_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::Pilot | inlinestatic |
cast(feature::const_ptr p_feature) | rm::Pilot | inlinestatic |
const_ptr typedef | rm::Pilot | |
getAngle() const | rm::feature | inline |
getArea() const | rm::feature | inline |
getCenter() const | rm::feature | inline |
getCorners() const | rm::feature | inline |
getHeight() const | rm::feature | inline |
getLeftPoint() | rm::Pilot | inline |
getRightPoint() | rm::Pilot | inline |
getType() const | rm::feature | inline |
getWidth() const | rm::feature | inline |
make_feature(std::vector< cv::Point > &contour, cv::Mat &tri) | rm::Pilot | static |
make_feature(float ref_width, float ref_height, const cv::Point2f &ref_center, float ref_angle, const std::vector< cv::Point2f > &ref_corners) | rm::Pilot | inlinestatic |
Pilot(const Pilot &)=delete | rm::Pilot | |
Pilot(Pilot &&)=delete | rm::Pilot | |
Pilot(std::vector< cv::Point > &, cv::RotatedRect &, float, float) | rm::Pilot | |
Pilot(const float &, const float &, const cv::Point2f &, const float &, const std::vector< cv::Point2f > &) | rm::Pilot | |
ptr typedef | rm::Pilot | |
~feature()=0 | rm::feature | inlinepure virtual |