Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV blur detection c++

Hello, what I want to do is: (Please note that I am a new user of OpenCV)

At first I want to take a picture and read it (imread)

image description

Then, split it in to grid (for now row and col number doesnt matter)

image description

Finally, I want the code to iterate through each grid element and output blurriness level. Also it would be nice to see it when the code runs in which block the detection is happening.

Now my question is where should I start and if this mechanism is good enough? Also suggestions of learning material?

Thanks in advance