From e242e87e421aa1642be3555f38167278f9080eb0 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Thu, 24 Aug 2017 19:56:51 +0300 Subject: [PATCH] unsupported binding --- modules/rgbd/include/opencv2/rgbd/linemod.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;