Uses of Class
edu.stanford.rsl.konrad.filtering.multiprojection.blocks.ImageProcessingBlock

Packages that use ImageProcessingBlock
edu.stanford.rsl.konrad.filtering.multiprojection.blocks Contains classes for block-wise parallel filtering of image data. 
 

Uses of ImageProcessingBlock in edu.stanford.rsl.konrad.filtering.multiprojection.blocks
 

Subclasses of ImageProcessingBlock in edu.stanford.rsl.konrad.filtering.multiprojection.blocks
 class AnisotropicStructureTensorBlock
          Class implements block-wise processing of the anisotropic structure tensor.
 class BilateralFilter3DBlock
          Class implements the processing for a straight forward 3D bilateral filter.
 class IdentityTransformBlock
           
 class IterativeReconstructionBlock
          Class implements the processing for a straight forward 3D bilateral filter.
 

Methods in edu.stanford.rsl.konrad.filtering.multiprojection.blocks that return ImageProcessingBlock
 ImageProcessingBlock IterativeReconstructionBlock.clone()
           
abstract  ImageProcessingBlock ImageProcessingBlock.clone()
           
 ImageProcessingBlock IdentityTransformBlock.clone()
           
 ImageProcessingBlock BilateralFilter3DBlock.clone()
           
 ImageProcessingBlock AnisotropicStructureTensorBlock.clone()