Add CV_WRAP to getobjectnessValues().

pull/1044/head
utibenkei 8 years ago
parent 53e34260b1
commit 3c1a2b7361
  1. 2
      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<float> getobjectnessValues();
CV_WRAP std::vector<float> getobjectnessValues();
/** @brief This is a utility function that allows to set the correct path from which the algorithm will load
the trained model.

Loading…
Cancel
Save