Skip to content

False negative fix inside vtkImageDifference

The terminating boolean done was wrongly set to false when an error above threshold was found, and to true otherwise. This was causing false negatives if the entry pixel was below threshold.

Merge request reports