Skip to content

Add sobel_edges to keras.ops.image #22148

@timon0305

Description

@timon0305

Add sobel_edges operation to keras.ops.image for computing Sobel edge detection on images.

Sobel edge detection is a fundamental image processing operation used for edge detection, gradient computation, and preprocessing in computer vision tasks.

TensorFlow provides tf.image.sobel_edges. Adding this to Keras ops would bring feature parity while supporting all backends.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureThe user is asking for a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions