Example Name
|
ITK Classes Demonstrated
|
Description
|
Iterate over an image starting at a seed and following a rule for connectivity decisions |
FloodFilledImageFunctionConditionalIterator |
|
Traverse a region using a flood fill iterator |
FloodFilledSpatialFunctionConditionalIterator |
How to do this?
|
Compute the gradient of a vector image |
GradientImageFilter |
How to do this?
|
Compute distributions of image pixels using GMM EM |
ExpectationMaximizationMixtureModelEstimator |
|
Compute distributions of samples using GMM EM |
ExpectationMaximizationMixtureModelEstimator |
Someone please confirm that this outputs the mean and the variance (i.e. I used a standard deviation of 30 to create the samples and the second estimated parameter is near 1000 (~30^2) . Is this correct?)
|
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?
|
Basic region growing |
RegionGrowImageFilter |
Just getting started with demo...
|
Find connected components in an image |
ConnectedThresholdImageFilter |
Just need to finish it.
|
Convert an image from one type to another |
ConvertPixelBuffer |
|
In-place filtering of an image |
InPlaceImageFilter |
This only works for filters which derive from itkInPlaceImageFilter
|
Convert a VTK image to an ITK image |
VTKImageToImageFilter |
Seems to expect an input image with only 1 component? (i.e. greyscale)
|