Discriminant feature described by its location and label. More...
#include <objdetect.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 | x |
| x offset | |
| int | y |
| y offset | |
| int | label |
| Quantization. | |
Discriminant feature described by its location and label.
| cv::linemod::Feature::Feature | ( | int | x, |
| int | y, | ||
| int | label | ||
| ) |
| void cv::linemod::Feature::read | ( | const FileNode & | fn | ) |
| void cv::linemod::Feature::write | ( | FileStorage & | fs | ) | const |
x offset
y offset
Quantization.