MATLAB File Help: cv.ObjectnessBING/computeSaliency | Index |
Compute the saliency
objectnessBoundingBox = obj.computeSaliency(img)
objectnessBoundingBox
is a cell array of
4-element vectors. Each bounding box is represented by
[minX, minY, maxX, maxY]
.Performs all the operations and calls all internal functions necessary for the accomplishment of the Binarized normed gradients algorithm.
Access | public |
Sealed | false |
Static | false |