ITK/Examples: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Mathew-seng (talk | contribs) (deprecated content that is moved to sphinxed) |
Mathew-seng (talk | contribs) (Deprecated content that is moved to sphinxed) |
||
Line 2: | Line 2: | ||
Recent examples that are up to date with ITK version 5 can be found at [https://itk.org/ITKExamples ITK Examples]}} | Recent examples that are up to date with ITK version 5 can be found at [https://itk.org/ITKExamples ITK Examples]}} | ||
==Spectral Analysis== | ==Spectral Analysis== |
Revision as of 00:00, 8 June 2019
Spectral Analysis
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Compute the FFT of an image | VnlFFTRealToComplexConjugateImageFilter | |
Compute the cross-correlation of two images in the Fourier domain | VnlFFTRealToComplexConjugateImageFilterVnlFFTComplexConjugateToRealImageFilter |
Statistics
Spatial Objects
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Plane spatial object | PlaneSpatialObject |
Inspection
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Printing a pixel value to the console | GetPixel |
Image Registration
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Register one image to another using manually specified landmarks | DeformationFieldTransform |
Image Segmentation
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Mean shift clustering | SampleMeanShiftClusteringFilter |
Meshes
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Subdivide an itk::QuadEdgeMesh | LoopTriangleCellSubdivisionQuadEdgeMeshFilter | Perform a loop triangle cell subdivision on a spherical quad edge mesh. |
Included in the ITK Repository
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Image registration |
Problems
Small Problems
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Compute the histogram of an image | Statistics_1_1ImageToHistogramFilter | The last entry of the red histogram should contain several values, but it is 0? |
Classifying pixels using KMeans | KmeansModelEstimator | How to apply the labels of the filter to the input image? |