Reputation: 399
The question was previously "How to select image of best contrast in OpenCV" but as per @Rook's suggestion, I'm changing it.
I am going to use OpenCV + Visual Studio 2010 on my project. I just wanna know how OpenCV can make this easier for me. I have extracted around a thousand frames from a video and I need to find out which one has the best contrast. By best, I think the quality between the highest and the lowest contrast.
I have been searching the web for reference codes but so far, I haven't found one.
UPDATE: So basically, I need to measure the contrast and compare values between the images. By the way, this is a video of a Mars Observation via a telescope and I'm gonna be using the frames extracted from it.
Upvotes: 9
Views: 8324