Skip to content

Commit e242e87

Browse files
committed
unsupported binding
1 parent e7ebaf4 commit e242e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rgbd/include/opencv2/rgbd/linemod.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct CV_EXPORTS_W_SIMPLE Template
8080
CV_PROP int width;
8181
CV_PROP int height;
8282
CV_PROP int pyramid_level;
83-
CV_PROP std::vector<Feature> features;
83+
std::vector<Feature> features; // FIXIT: CV_PROP
8484

8585
void read(const FileNode& fn);
8686
void write(FileStorage& fs) const;

0 commit comments

Comments
 (0)