Skip to content

Commit

Permalink
Vectorize Equalization
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumalaviya committed Apr 2, 2022
1 parent 020f339 commit e5fab4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keras_cv/layers/preprocessing/equalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __init__(self, value_range, bins=256, **kwargs):
self.bins = bins
self.value_range = value_range

@tf.function
def equalize_channel(self, image, channel_index):
"""equalize_channel performs histogram equalization on a single channel.
Expand Down

0 comments on commit e5fab4b

Please sign in to comment.