I wonder if someone give me a solution to this. How can I get most clear iplimage among rest ,
using OpenCV.?
As a example there is a web cam input which move a hand. But when I stream this video ,I get 10 iplimages. But only 5th one is more clear. I want to filter that 5th one using openCV.
I hope kindness support from your all.
You could probably use some kind of edge detection. Out-of-focus or motion-blurred images will have fewer detectable edges than “sharper” images. Look at Canny et al.