My VTK / ITK list of articles

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/ClamReason/article/details/88075073

 

19.0 the VTK Display DICOM files (DCMTK automatically read and set window width)

19.1 QT load display DICOM file browser

 

18 vtkCornerAnnotation add to the picture text messages


. 17 VTK curve interpolation vtkParametricSpline


VTK coordinate transformation: a pixel value obtained by the UI mouse position

vtkPropPicker pickup function

E VTK multi-window synchronization: synchronizing the camera to share data +

d VTK multi-window sync : synchronize camera

 c VTK multi-window synchronization: synchronous + camera + contourWidget interactive synchronous data sharing

b vtkContourWidget interaction 

A VTK mouse and keyboard events

14 VTK interactive


13 is the VTK-dimensional point clouds. 3 surface reconstruction


 12 RelabelComponentImageFilter component re-numbered sequentially  LabelStatisticsImageFilter convenient label

save("E:/1/1CreateImage.png", image.GetPointer());

// save vtk picture pixel values ​​to a text file

print("E:/1/1CreateImage.txt", image.GetPointer());

. 11 ScalarConnectedComponentImageFilter communication area vtkImageShiftScale pixel interval map vtkPNGWriter

 itk::ImageToVTKImageFilter 

ITC :: VTKImageToImageFilter

 

contourWidget-> AddObserver (vtkCommand :: EndInteractionEvent, callBack); // response and the like and then after the completion of an interaction

10 vtkContourWidget contour   vtkPolyData also refer 3-2


. 9 ITK ITK :: :: Image ImageToVTKImageFilter vtkPNGWriter figures explained XY coordinate positions

. 8 vtkImageData modified by partial image line  vtkPNGWriter


. 7 vtkPolyData   vtkPolyDataWriter polygon data set: a point set (geometry) and a set of cells (topology)

. 6 vtkLine line: the data unit is a Cell, represents the topology Topology


5 vtkPoints saved to a file vtkPDataSetWriter

. 4 vtkPoints  point: said geometry Geometry


. 3 the VTK FIG Interaction Framework

2 VTK source compiler and compiler Example

1.1 VTK memory management with smart pointer

1 the DICOM file download open source

1 VTK code uses

Remember to perform the following initialization before entering the main, or else new out objects

#include <vtkAutoInit.h>
VTK_MODULE_INIT(vtkRenderingOpenGL2);
VTK_MODULE_INIT(vtkInteractionStyle);

 


0 ITK compilation

ITK compile Notes

Guess you like

Origin blog.csdn.net/ClamReason/article/details/88075073