Exporting saliency classes to Python
Fixing compilation Patched the saliency module to use ObjectivenessBING bounding box proposals from python. Usage: ``` bing = cv2.saliency.ObjectnessBING() img = cv2.imread('/home/ignotus/Pictures/10376146_973700932714682_2056967515849182952_n.jpg') bing.computeSaliency(img) ```
Showing
Please
register
or
sign in
to comment