-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Description
I have been using cv2
to histogram equalize my images. I recently found that PIL
has a function called ImageOps.equalize(image, mask=None)
which does the same thing. This transform has been really useful to me. Since this transform is implemented in PIL
, which is a supported backend, I was wondering if it would be a good addition to torchvision.transforms
.
sumanthratna, hoangtnm and bgswaroophoangtnm
Metadata
Metadata
Assignees
Labels
No labels