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).

Logs
  • 03:03, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageAccumulate (content was: "==ImageAccumulate.cxx== <source lang="cpp"> * In this example, the resulting histogram has 6 pixels (all of them) in the 3rd bin (value = 2) and zero in the rest of the bins: #include <vtkVersion.h> #include <vtkImageAccumulate.h> #include <vtkImageData.h> #include <vtkSmartPointer.h> static void CreateImage(vtkSmartPointer<vtkImageData> image); int main(int, char *[] ) { vtkSmartPointer<vtkImageData> image = vtkSmartPointer<vtkImageData>::New(); CreateImage(image)...")