From 3c1a2b73619887a8b47f8ec4b51b79a822a05197 Mon Sep 17 00:00:00 2001 From: utibenkei Date: Tue, 7 Mar 2017 01:37:18 +0900 Subject: [PATCH] Add CV_WRAP to getobjectnessValues(). --- .../include/opencv2/saliency/saliencySpecializedClasses.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp b/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp index 2088035a6..df4b33128 100644 --- a/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp +++ b/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp @@ -297,7 +297,7 @@ public: computeSaliencyImpl function). The bigger value these scores are, it is more likely to be an object window. */ - std::vector getobjectnessValues(); + CV_WRAP std::vector getobjectnessValues(); /** @brief This is a utility function that allows to set the correct path from which the algorithm will load the trained model.