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
Currently, Labeling to Image uses the value from the backing image to convert the RAI<LabelingType> to an RAI<? extends RealType>. This can result in inconsistent behavior when two RAI<LabelingType> have the same labels but use a different LabelingMapping.
This happens for example when a pixel-based classifier is applied to tiles of an image: whatever label the first pixel belongs to will be mapped to 1. Hence, the "meaning" of a1 in the backing image changes with the contents of the image and produces inconsistencies when using Labeling to Image.
The text was updated successfully, but these errors were encountered:
Currently, Labeling to Image uses the value from the backing image to convert the
RAI<LabelingType>
to anRAI<? extends RealType>
. This can result in inconsistent behavior when twoRAI<LabelingType>
have the same labels but use a differentLabelingMapping
.This happens for example when a pixel-based classifier is applied to tiles of an image: whatever label the first pixel belongs to will be mapped to
1
. Hence, the "meaning" of a1
in the backing image changes with the contents of the image and produces inconsistencies when using Labeling to Image.The text was updated successfully, but these errors were encountered: