Skip to content

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

Closed
@dokka-bae

Description

@dokka-bae

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions