1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +08:00

unsupported binding

This commit is contained in:
Alexander Alekhin
2017-08-24 19:56:51 +03:00
parent e7ebaf4228
commit e242e87e42

View File

@@ -80,7 +80,7 @@ struct CV_EXPORTS_W_SIMPLE Template
CV_PROP int width; CV_PROP int width;
CV_PROP int height; CV_PROP int height;
CV_PROP int pyramid_level; CV_PROP int pyramid_level;
CV_PROP std::vector<Feature> features; std::vector<Feature> features; // FIXIT: CV_PROP
void read(const FileNode& fn); void read(const FileNode& fn);
void write(FileStorage& fs) const; void write(FileStorage& fs) const;