detailenhance cuda opencv

asked 2020-02-27 05:44:56 -0600

Imran B gravatar image

Hi all, I'm trying to apply sharpness filter using opencv cuda. But I didn't get any idea after that I saw a post related to sharpness. They are using https://docs.opencv.org/3.0-beta/modu... detailEnhance method for opencv but cuda is not having this method. any suggestion

edit retag flag offensive close merge delete

Comments

1

Uncertainly about cuda. Try this dst = cv2.detailEnhance(src, sigma_s=10, sigma_r=0.15)

supra56 gravatar imagesupra56 ( 2020-02-27 08:00:10 -0600 )edit

thanks supra56 but I need this method with cuda support

Imran B gravatar imageImran B ( 2020-03-02 01:31:28 -0600 )edit