Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

How could do sharpness images?

$
0
0
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.

Viewing all articles
Browse latest Browse all 2088

Trending Articles