Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blur_img #10

Open
Yung-zi opened this issue Aug 30, 2021 · 0 comments
Open

blur_img #10

Yung-zi opened this issue Aug 30, 2021 · 0 comments

Comments

@Yung-zi
Copy link

Yung-zi commented Aug 30, 2021

    blurred_img1 = cv2.GaussianBlur(img, (11, 11), 5)
blurred_img2 = np.float32(cv2.medianBlur(original_img, 11))/255
blurred_img_numpy = (blurred_img1 + blurred_img2) / 2

I wonder the reason why choose this method?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant