Skip to content

This is not a bug, just a suggestion for improvement #1104

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

Open
dokka-bae opened this issue Jun 10, 2025 · 0 comments
Open

This is not a bug, just a suggestion for improvement #1104

dokka-bae opened this issue Jun 10, 2025 · 0 comments

Comments

@dokka-bae
Copy link

There is a function cv2.GaussianBlur with the following parameters: (src: MatLike, ksize: Size, sigmaX: float, dst: MatLike | None = ..., sigmaY: float = ..., borderType: int = ...). I suggest moving the dst parameter next to src for improved clarity. Like: (src: MatLike, dst: MatLike | None = ..., ksize: Size, sigmaX: float, sigmaY: float = ..., borderType: int = ...)

opencv-python 4.10.0.82

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