You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#523
### Summary of Changes
Added find_edges method for the new image class. Works just like the
find_edges method from the old Image class with pillow.
Fixed images with one channel for both repr and both to_file methods.
Added grayscale images that only contain one channel each.
Re-enabled Image.adjust_color_balance & Image.find_edges in the Image
tutorial.
Added warning for adjust_color_balance if it is used on a grayscale
image.
---------
Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
Is your feature request related to a problem?
The Image Class prior to #506 had a find_edges method, which we removed because PyTorch has no such method.
Desired solution
Implement a method with that functionality, or implement a pre-trained NN.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: