-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Open
Labels
type:featureThe user is asking for a new feature.The user is asking for a new feature.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:featureThe user is asking for a new feature.The user is asking for a new feature.