Is particle filter implemented in opencv 3 ? if yes , is there any example .

asked 2015-10-02 05:16:31 -0600

nehal gravatar image

I am searching for Particle filter , all that i found is in Matlab , but i want to use it in opencv 3.

edit retag flag offensive close merge delete

Comments

I found implementation in opencv old versions , but i can not fnd in opencv 3.

nehal gravatar imagenehal ( 2015-10-02 07:10:32 -0600 )edit

please share what you found.

sturkmen gravatar imagesturkmen ( 2015-10-02 07:15:03 -0600 )edit

I think he was talking about the Condensation algorithm that was present in older OpenCV version, in the legacy module in OpenCV 2.4.12.

Eduardo gravatar imageEduardo ( 2015-10-02 08:30:50 -0600 )edit

you can find an example here, but it is based on the old condensation algorithm, as @Eduardo pointed in his comment, with a bit of refinement from the new C++ api.

theodore gravatar imagetheodore ( 2015-10-02 11:14:41 -0600 )edit

you can also have a look in some other examples like [1], [2], [3] and [4]

theodore gravatar imagetheodore ( 2015-10-02 13:45:23 -0600 )edit