Package | Description |
---|---|
edu.stanford.rsl.conrad.cuda |
Contains classes for hardware-accelerated projection and volume handling using CUDA.
|
edu.stanford.rsl.conrad.filtering.multiprojection.anisotropic |
Contains classes for anisotropic filtering of image data.
|
edu.stanford.rsl.conrad.volume3d |
Contains classes to model 3D volumes.
|
Modifier and Type | Class and Description |
---|---|
class |
CUDAVolumeOperator
Class to implement all functions of VolumeOperator on CUDA hardware.
|
Constructor and Description |
---|
CUDAFFTVolumeHandle(VolumeOperator operator) |
Modifier and Type | Method and Description |
---|---|
VolumeOperator |
AnisotropicFilterFunction.getVolumeOperator()
Returns the VolumeOperator of the filter.
|
Constructor and Description |
---|
AnisotropicFilterFunction(FFTVolumeHandle fft,
VolumeOperator op) |
Modifier and Type | Class and Description |
---|---|
class |
ParallelVolumeOperator |
Modifier and Type | Method and Description |
---|---|
void |
FFTVolumeHandle.setVolumeOperator(VolumeOperator operator) |
Constructor and Description |
---|
FFTVolumeHandle(VolumeOperator operator) |
JTransformsFFTVolumeHandle(VolumeOperator operator) |