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
ENH: Improve warning messages (label numbers as ints instead of chars)
This filter is typically instantiated with unsigned char pixel type,
which leads to non-meaningful information being printed, such as:
WARNING: In C:\P\IPP\ITK-source\ITK\Modules\Filtering\ImageStatistics\include\itkLabelOverlapMeasuresImageFilter.hxx, line 233
LabelOverlapMeasuresImageFilter (000001FF7CF72F80): Label � not found.
WARNING: In C:\P\IPP\ITK-source\ITK\Modules\Filtering\ImageStatistics\include\itkLabelOverlapMeasuresImageFilter.hxx, line 233
LabelOverlapMeasuresImageFilter (000001FF7CF72F80): Label � not found.
WARNING: In C:\P\IPP\ITK-source\ITK\Modules\Filtering\ImageStatistics\include\itkLabelOverlapMeasuresImageFilter.hxx, line 233
LabelOverlapMeasuresImageFilter (000001FF7CF72F80): Label � not found.
WARNING: In C:\P\IPP\ITK-source\ITK\Modules\Filtering\ImageStatistics\include\itkLabelOverlapMeasuresImageFilter.hxx, line 233
LabelOverlapMeasuresImageFilter (000001FF7CF72F80): Label not found.
0 commit comments