Commit e242e87e authored by Alexander Alekhin's avatar Alexander Alekhin

unsupported binding

parent e7ebaf42
......@@ -80,7 +80,7 @@ struct CV_EXPORTS_W_SIMPLE Template
CV_PROP int width;
CV_PROP int height;
CV_PROP int pyramid_level;
CV_PROP std::vector<Feature> features;
std::vector<Feature> features; // FIXIT: CV_PROP
void read(const FileNode& fn);
void write(FileStorage& fs) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment