mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 12:55:15 +08:00
Merge pull request #1606 from paroj:lmpy
This commit is contained in:
@@ -80,7 +80,7 @@ struct CV_EXPORTS_W_SIMPLE Template
|
||||
CV_PROP int width;
|
||||
CV_PROP int height;
|
||||
CV_PROP int pyramid_level;
|
||||
std::vector<Feature> features; // FIXIT: CV_PROP
|
||||
CV_PROP std::vector<Feature> features;
|
||||
|
||||
void read(const FileNode& fn);
|
||||
void write(FileStorage& fs) const;
|
||||
|
Reference in New Issue
Block a user