[Insight-users] itk equivalent to vtk GetScalarRange?

dean.inglis at camris.ca dean.inglis at camris.ca
Mon May 7 18:17:26 EDT 2007


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


More information about the Insight-users mailing list