[vtkusers] inverse of an image, how to?

Davide Bianconi bianconi.davide at gmail.com
Mon Mar 28 12:45:34 EST 2005


Hi, you can have negative image if you use a negative color window.

es.
this->ImgMapper = vtkImageMapper::New();
this->ImgMapper->SetInput(reader->GetOutput());
this->ImgMapper->SetColorWindow( .. negative window..  )



More information about the vtkusers mailing list