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).
- 03:03, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/CombineImages (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestCombineImages.png</div> This example takes two images and super imposes them. The opacity of each image can be set to control how they are combined. ==CombineImages.cxx== <source lang="cpp"> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkJPEGReader.h> #include <vtkImageData.h> #include <vtkSmartPointer.h> #include <vtkImageViewer2.h> #include <vtkImageBl...")