JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.stanford.rsl.tutorial
Interface GridKernel
All Known Implementing Classes:
DerivativeKernel
,
HilbertKernel
,
LaplaceKernel1D
,
RamLakKernel
,
SmoothKernel1D
,
SobelKernel1D
public interface
GridKernel
Interface to describe a kernel that is applied row-wise to a sinogram.
Author:
akmaier
Method Summary
Methods
Modifier and Type
Method and Description
void
applyToGrid
(
Grid1D
input)
Method to apply the kernel to a 1DGrid
Method Detail
applyToGrid
void applyToGrid(
Grid1D
input)
Method to apply the kernel to a 1DGrid
Parameters:
input
-
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method