ITK/DocumentationGraphics: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Davoud zzz (talk | contribs) No edit summary |
Daviddoria (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
|- | |- | ||
|FloodFilledFunctionConditionalConstIterator || Numbered pixels indicating the order of the traversal. | |FloodFilledFunctionConditionalConstIterator || Numbered pixels indicating the order of the traversal. | ||
|- | |||
|MaskImageFilter || Input image, mask, output image. | |||
|- | |- | ||
|LabelMapToImageFilter|| An image of an image grid with numbers in the pixels. A corresponding image of the grayscale image that was created from these numbers/labels. | |LabelMapToImageFilter|| An image of an image grid with numbers in the pixels. A corresponding image of the grayscale image that was created from these numbers/labels. |
Revision as of 16:44, 3 April 2011
Class | Image description |
---|---|
FloodFilledFunctionConditionalConstIterator | Numbered pixels indicating the order of the traversal. |
MaskImageFilter | Input image, mask, output image. |
LabelMapToImageFilter | An image of an image grid with numbers in the pixels. A corresponding image of the grayscale image that was created from these numbers/labels. |
ProjectionImageFilter | Squashing a 2D image into a horizontal 1D image and showing the pixel values were added down the columns. |
NeighborhoodIterator | Some of this may be in the UserGuide already? |
AddImageFilter | Two images with numbers in their pixels. The output image is the sum. |
AbsImageFilter | An image with +/- numbers in its pixels. The output image is the abs(number). |
itk::Image | An ITK image with with its corresponding properties and the way it is represented and treated in the ITK. |
itk::RGBPixel | ITK RGB pixel type and the way it is represented. |
itk::Vector | ITK vector pixel type and the way it is represented. |
itk::PointSet | Set of points in an itk::Image. |
itk::Mesh | Set of points on a grid in the itk::Image. |
itk::SpatialObject | An object with different shapes used to do object manipulations. |
Geometrical Transformations | The way a pixel in one image is transformed to another location. |
itkRescaleIntensityImageFilter | Reseting the range of intensities in an image. |
itkResampleImageFilter | Resampling with a transformation, interpolator and other components. |
itk::ImageToImageMetric | Similarity between two images based on attributes like intensity or image statistics. |
itk::Optimizer | ITK optimizers. Using a search pattern in the search space to find an optimal value. |