how do I know what are the API's installed with opencv ?
I am using opencv 3.0 with python. I want to use saliency API for my project. please help me
I am using opencv 3.0 with python. I want to use saliency API for my project. please help me
you can try:
>>> help(cv2.saliency)
but it's unlikely, that you have it, it's not installed by default, and you need to rebuild from src with opencv_contrib (and you would remember, if you'd done that..)
also you can look at:
>>> print(cv2.getBuildInformation())
there's a "to be build" section there, containing the list of modules, you can use.
also, please have a look at usage example in this question
Asked: 2017-04-01 10:29:49 -0600
Seen: 144 times
Last updated: Apr 01 '17
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary