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
I have observed that Sauvola delivers black images in combination with special radius and special images. Unfortunately it behaves extremely strange and I can not reproduce it in a test environment. However I am 100% sure the input right before the function call is valid. The questionable radius is 4-9 and it only happens on a special image. Maybe it is related to the image modification chain before, but I have to check carefully if I can find some reason. So I can only report here for the records yet.
No modification going on, I even used the copy for the call
I tried to serialize the questionable image before, so I could reproduce, but it only happens in the complex application chain, maybe there is a dependency conflict, I have to check further I am afraid...
I have observed that Sauvola delivers black images in combination with special radius and special images. Unfortunately it behaves extremely strange and I can not reproduce it in a test environment. However I am 100% sure the input right before the function call is valid. The questionable radius is 4-9 and it only happens on a special image. Maybe it is related to the image modification chain before, but I have to check carefully if I can find some reason. So I can only report here for the records yet.
Code is like this:
GrayU8 sauvola = GThresholdImageOps.localSauvola(gray, null, ConfigLength.fixed(radius), threshold, true); return VisualizeBinaryData.renderBinary(sauvola, invert, null);
The text was updated successfully, but these errors were encountered: