Ticket #1762 (new defect)
Opened 6 years ago
Cannot invert degenerate binary images
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-unscheduled |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1633 |
Description
A 1-bit image of all 0's or of all 1's cannot be inverted. This is because the detected min and max match. And thus the RealInvert code has no effect. Maybe we need special case code when the min and max match.
Note: See
TracTickets for help on using
tickets.