public class BorderRemoval1D
extends java.lang.Object
| Constructor and Description |
|---|
BorderRemoval1D() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyToGridLap1D(Grid2D sino)
Use this method in combination with the Laplace1D Filter.
|
void |
applyToGridLap1D(Grid3D input)
Use this method in combination with the Laplace1D Filter
This method searches for the collimator borders in a laplacian filtered image.
|
void |
applyToGridLap2D(Grid2D sino)
Use this method in combination with the Laplace2D Filter.
|
void |
applyToGridLap2D(Grid3D input)
Use this method in combination with the Laplace2D Filter
This method searches for the collimator borders in a laplacian filtered image.
|
public void applyToGridLap2D(Grid2D sino)
sino - Laplacian filtered Sinogrampublic void applyToGridLap1D(Grid2D sino)
sino - Laplacian filtered Sinogrampublic void applyToGridLap1D(Grid3D input)
input - Laplacian filtered Sinogrampublic void applyToGridLap2D(Grid3D input)
input - Laplacian filtered Sinogram