is there a simple method/filter to get the scalar range of an ITK image's data? With VTK you can do: double range[2]; filter->GetOutput->GetScalarRange(range); I have found itkStatisticsImageFilter but this seems like overkill for just getting min/max of the image data. Dean