1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

Add CV_WRAP to getobjectnessValues().

This commit is contained in:
utibenkei
2017-03-07 01:37:18 +09:00
parent 53e34260b1
commit 3c1a2b7361

View File

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