Package | Description |
---|---|
edu.stanford.rsl.conrad.filtering.multiprojection.blocks |
Contains classes for block-wise parallel filtering of image data.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ImageProcessingBlock |
IterativeReconstructionBlock.clone() |
abstract ImageProcessingBlock |
ImageProcessingBlock.clone() |
ImageProcessingBlock |
IdentityTransformBlock.clone() |
ImageProcessingBlock |
BilateralFilter3DBlock.clone() |
ImageProcessingBlock |
AnisotropicStructureTensorBlock.clone() |