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)
Then, split it in to grid (for now row and col number doesnt matter)
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