Is particle filter implemented in opencv 3 ? if yes , is there any example .
I am searching for Particle filter , all that i found is in Matlab , but i want to use it in opencv 3.
I found implementation in opencv old versions , but i can not fnd in opencv 3.
please share what you found.
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.
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.
you can also have a look in some other examples like [1], [2], [3] and [4]