Package | Description |
---|---|
edu.stanford.rsl.tutorial |
This package contains reference implementations for different well known reconstruction methods and
can be used to look up how to do certain things via the API.
|
edu.stanford.rsl.tutorial.atract |
This package contains a reference implementation of ATRACT.
|
edu.stanford.rsl.tutorial.motionEstimation |
This package contains a motion estimator.
|
Modifier and Type | Class and Description |
---|---|
class |
DerivativeKernel
First part of the decomposition of the ramp filter into a first derivative and a Hilbert filter.
|
class |
HilbertKernel
Second part of the decomposition of the ramp filter into a first derivative and a Hilbert filter.
|
class |
RamLakKernel
Spatial discrete realization of the ramp filter using the Ram-Lak Convolver.
|
Modifier and Type | Class and Description |
---|---|
class |
LaplaceKernel1D
This class implements the 1-D version of the Laplacian Kernel ( 1 -2 1 )
|
Modifier and Type | Class and Description |
---|---|
class |
SmoothKernel1D
This class implements the 1-D version of a smoothing kernel (1 1 1)
|
class |
SobelKernel1D
This class implements the 1-D version of the Sobel Kernel (-2 0 2)
|