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!