图像中的轮廓特征
更多...
#include <rmvl/feature/feature.h>
◆ 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 |
◆ state() [1/2]
Python: |
---|
| rm.feature.state( | | ) -> | val |
◆ state() [2/2]
const StateInfo & rm::feature::state |
( |
| ) |
const |
|
inline |
Python: |
---|
| rm.feature.state( | | ) -> | 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 |
◆ _state
◆ _width
float rm::feature::_width {} |
|
protected |
该类的文档由以下文件生成: