Create Saliency Type

asked 2014-11-17 21:55:41 -0600

Bent gravatar image

I tried to run the demo tracker from saliency module in OpenCV 3.0, but I don't know what is the input for Saliency algorithm argument. I have tried MotionSaliency, StaticSaliency. And none of them working, the Saliency::create(algo_name) always returns null! Anyone has any ideas about this problem?

edit retag flag offensive close merge delete

Comments

Read the docs. From there it says that SPECTRAL_RESIDUAL or BING should work.

boaz001 gravatar imageboaz001 ( 2014-11-19 03:00:00 -0600 )edit