Utkarsh-Deshmukh/Fingerprint-Enhancement-Python

Revert the image (white background and black ridges)

Closed this issue · 1 comments

Could you please tell me how can I revert the images from the current result to white background and black ridges fingerprint?
Thank you very much!

I dont understand your question. If you want to invert the image, you can subtract every image pixel from 255.

if you do so, you would get something like this:

temporary_fp

Is this what you want?