opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

cv::saliency::objectnecnessBING::getobjectnessValues() output

Open vahidbas opened this issue 10 years ago • 2 comments

objectnecnessBING::getobjectnessValues() method should return saliency values for boxes return by algorithm. However, the values look like a sequence of integers which are calculated not inside the algorithm but in ObjectnessBING::ValStructVec<VT, ST>::append method (line 488, objectnessBING.cpp). I guess this method substitutes the values calculated by algo with these integers. I could not understand if its intentional or a bug!

vahidbas avatar Oct 15 '15 09:10 vahidbas