diff --git a/modules/rgbd/include/opencv2/rgbd/linemod.hpp b/modules/rgbd/include/opencv2/rgbd/linemod.hpp index 9982aa0f9..8d6f2e30c 100644 --- a/modules/rgbd/include/opencv2/rgbd/linemod.hpp +++ b/modules/rgbd/include/opencv2/rgbd/linemod.hpp @@ -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 features; + std::vector features; // FIXIT: CV_PROP void read(const FileNode& fn); void write(FileStorage& fs) const;