Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How could do sharpness images?

Hello everyone, I want a sharpness image like a camera. In fact, I find how to blur with cv2.GaussianBlur or cv2.Blur but I want to focus or blur depending on the value that is set. What opencv functions could be done with? I am currently doing it in python and I would like to perform the process as if it were photoshop but I have only found a pillow and it does not give me good results.

I try use:

cv2.GaussianBlur(img,(5,5),0)
cv2.Blur(img, (5,5))

And laplace but i want to do this to color images.