We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ebaf4 commit e242e87Copy full SHA for e242e87
modules/rgbd/include/opencv2/rgbd/linemod.hpp
@@ -80,7 +80,7 @@ struct CV_EXPORTS_W_SIMPLE Template
80
CV_PROP int width;
81
CV_PROP int height;
82
CV_PROP int pyramid_level;
83
- CV_PROP std::vector<Feature> features;
+ std::vector<Feature> features; // FIXIT: CV_PROP
84
85
void read(const FileNode& fn);
86
void write(FileStorage& fs) const;
0 commit comments