Loading...
Searching...
No Matches
cv::linemod::Feature Struct Reference
Discriminant feature described by its location and label. More...
#include <opencv2/rgbd/linemod.hpp>
Public Member Functions | |
| Feature () | |
| Feature (int x, int y, int label) | |
| void | read (const FileNode &fn) |
| void | write (FileStorage &fs) const |
Public Attributes | |
| int | label |
| Quantization. | |
| int | x |
| x offset | |
| int | y |
| y offset | |
Detailed Description
Discriminant feature described by its location and label.
Constructor & Destructor Documentation
◆ Feature()
|
inline |
Member Function Documentation
◆ read()
| void cv::linemod::Feature::read | ( | const FileNode & | fn | ) |
◆ write()
| void cv::linemod::Feature::write | ( | FileStorage & | fs | ) | const |
Member Data Documentation
◆ label
| int cv::linemod::Feature::label |
Quantization.
◆ x
| int cv::linemod::Feature::x |
x offset
◆ y
| int cv::linemod::Feature::y |
y offset
The documentation for this struct was generated from the following file:
- opencv2/rgbd/linemod.hpp
1.9.6