mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 12:55:15 +08:00
Add CV_WRAP to getobjectnessValues().
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user