Package | Description |
---|---|
edu.stanford.rsl.conrad.data |
The package contains the new grid classes that will be used in the future.
|
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.
|
Constructor and Description |
---|
Grid1DComplex(Grid1DComplex grid) |
Grid1DComplex(Grid1DComplex grid,
boolean extendToNextPowerOfTwo) |
Modifier and Type | Class and Description |
---|---|
class |
RamLakKernel
Spatial discrete realization of the ramp filter using the Ram-Lak Convolver.
|
Modifier and Type | Class and Description |
---|---|
class |
AtractKernel1D
This class implements the 1-D version of the ATRACT kernel.
|
class |
AtractKernel1D_test
This class implements the 1-D version of the ATRACT kernel.
|
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)
|