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
Consistently increment pixel intensity prior to computing its
logarithm. Clarify comments describing the increment and later
decrement.
The code takes logarithms of pixel intensity values, with the intent
of first incrementing each intensity value to avoid log(0). However,
the code failed to do the increment in one place, which gave small
intensity errors in the output.
0 commit comments