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
For purposes of histogram calculations, there are times when pixels of zero intensity should be treated as a special value, such as for binary segmentations.
Solution
Add the ability to do this with our histogram class.
For example, commonly, "ignore white" and "ignore black" are offered as options, or even more generally, ignore pixels above or below certain values...
The text was updated successfully, but these errors were encountered:
Use Case
For purposes of histogram calculations, there are times when pixels of zero intensity should be treated as a special value, such as for binary segmentations.
Solution
Add the ability to do this with our histogram class.
For example, commonly, "ignore white" and "ignore black" are offered as options, or even more generally, ignore pixels above or below certain values...
The text was updated successfully, but these errors were encountered: