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

why do you blur twice with the same guassian kernel? #167

Open
tavihalperin opened this issue Nov 21, 2022 · 0 comments
Open

why do you blur twice with the same guassian kernel? #167

tavihalperin opened this issue Nov 21, 2022 · 0 comments

Comments

@tavihalperin
Copy link

This looks like an accidental duplicate, but appears twice in the code, so maybe it's not
Is there a reason to apply the kernel twice?

mask = cv2.GaussianBlur(mask, (101, 101), 4)

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