2D image display
John Biddiscombe
j.biddiscombe at rl.ac.uk
Wed May 17 06:39:26 EDT 2000
I've never used ImageViewer but you might have all black display because
> viewer->SetColorWindow(2000);
> viewer->SetColorLevel(1000);
and
> F->SetDrawColor(0.0);
> F->FillBox(0,255,0,255);
> F->SetDrawColor(2.0);
try
viewer->SetColorWindow(20);
viewer->SetColorLevel(10);
enhance the contrast ???
JB
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list