detailenhance cuda opencv
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
Uncertainly about cuda. Try this
dst = cv2.detailEnhance(src, sigma_s=10, sigma_r=0.15)
thanks supra56 but I need this method with cuda support