RMVL
1.0.0
RoboMaster Vision Library
|
成员的完整列表,这些成员属于 rm::Pilot,包括所有继承而来的类成员
_angle | rm::feature | protected |
_center | rm::feature | protected |
_corners | rm::feature | protected |
_height | rm::feature | protected |
_width | rm::feature | protected |
cast(feature_ptr p_feature) | rm::Pilot | inlinestatic |
getAngle() const | rm::feature | inline |
getArea() | rm::feature | inlinevirtual |
getCenter() | rm::feature | inlinevirtual |
getCorners() const | rm::feature | inline |
getHeight() const | rm::feature | inline |
getLeftPoint() | rm::Pilot | inline |
getMatchMessage() | rm::Pilot | inline |
getRightPoint() | rm::Pilot | 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 > &contour, cv::RotatedRect &rotated_rect, float width, float height) | rm::Pilot | |
Pilot(const float &ref_width, const float &ref_height, const cv::Point2f &ref_center, const float &ref_angle, const std::vector< cv::Point2f > &ref_corners) | rm::Pilot | |
setMatchMessage(bool match) | rm::Pilot | inline |
~feature()=0 | rm::feature | inlinepure virtual |