Hello,
Noob and new opencv user here
I made some research for a personal project about eye iris pictures improvement. My goal is to improve quality of existing iris pics, bad quality (low res, glares, blur, bad exposition). Here is an example of After/Before. It can be done in photoshop but I need to automate it.
It is not a problem if the image is not accurate, but it must look good at a resolution of 10000x10000px.
I found some information about removing glares and using upscale to add details using GANs (Super Resolution in OpenCV).
For me, the steps can be:
- detect pupil center and crop a circle
- remove glares
- improve exposition and contrast
- improve quality by upscaling
The question is : do you think OpenCV is the good tool to do this job, and will it be able to get the same result as in the example.
Thanks