Ask Your Question
0

how do I know what are the API's installed with opencv ?

asked 2017-04-01 10:29:49 -0600

I am using opencv 3.0 with python. I want to use saliency API for my project. please help me

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-04-01 10:53:32 -0600

berak gravatar image

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

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-04-01 10:29:49 -0600

Seen: 128 times

Last updated: Apr 01 '17