图像中的轮廓特征
更多...
#include <rmvl/feature/feature.h>
|
| virtual ptr | clone ()=0 |
| | 从另一个特征进行构造
|
| |
| float | area () const |
| | 获取特征面积
|
| |
| const cv::Point2f & | center () const |
| | 获取特征中心点
|
| |
| float | width () const |
| | 获取特征宽度
|
| |
| float | height () const |
| | 获取特征高度
|
| |
| float | angle () const |
| | 获取特征角度
|
| |
| const std::vector< cv::Point2f > & | corners () const |
| | 获取特征角点
|
| |
| const RMStatus & | type () const |
| | 获取状态信息
|
| |
◆ const_ptr
◆ ptr
◆ angle()
| float rm::feature::angle |
( |
| ) |
const |
|
inline |
| Python: |
|---|
| rm.feature.angle( | | ) -> | val |
◆ area()
| float rm::feature::area |
( |
| ) |
const |
|
inline |
| Python: |
|---|
| rm.feature.area( | | ) -> | val |
◆ center()
| const cv::Point2f & rm::feature::center |
( |
| ) |
const |
|
inline |
| Python: |
|---|
| rm.feature.center( | | ) -> | x, y |
◆ clone()
| virtual ptr rm::feature::clone |
( |
| ) |
|
|
pure virtual |
| Python: |
|---|
| rm.feature.clone( | | ) -> | <rm.feature object> |
◆ corners()
| const std::vector< cv::Point2f > & rm::feature::corners |
( |
| ) |
const |
|
inline |
| Python: |
|---|
| rm.feature.corners( | | ) -> | <List of corners> |
◆ height()
| float rm::feature::height |
( |
| ) |
const |
|
inline |
| Python: |
|---|
| rm.feature.height( | | ) -> | val |
◆ type()
| const RMStatus & rm::feature::type |
( |
| ) |
const |
|
inline |
| Python: |
|---|
| rm.feature.type( | | ) -> | val |
◆ width()
| float rm::feature::width |
( |
| ) |
const |
|
inline |
| Python: |
|---|
| rm.feature.width( | | ) -> | val |
◆ _angle
| float rm::feature::_angle {} |
|
protected |
◆ _center
| cv::Point2f rm::feature::_center |
|
protected |
◆ _corners
| std::vector<cv::Point2f> rm::feature::_corners |
|
protected |
◆ _height
| float rm::feature::_height {} |
|
protected |
◆ _type
◆ _width
| float rm::feature::_width {} |
|
protected |
该类的文档由以下文件生成: