1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 11:21:39 +08:00

linemod: export Template::features for python

This commit is contained in:
Pavel Rojtberg
2018-04-11 16:30:53 +02:00
parent 7a35ae96e4
commit 92fd42e58e
2 changed files with 15 additions and 1 deletions

View File

@@ -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;