All public logs
From KitwarePublic
Jump to navigationJump to search
Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/InteractWithImage (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestInteractWithImage.png</div> This example shows how to display an image and zoom/pan/adjust brightness interactively. A picture of the [http://www.vtk.org/Wiki/Image:Bunny.jpg bunny] is provided for the demo. ==InteractWithImage.cxx== <source lang="cpp"> #include <vtkJPEGReader.h> #include <vtkImageMapper3D.h> #include <vtkImageActor.h> // Note: this is a 3D actor (c.f. vtkImageMapper which is 2D) #include <vt...")