public class SeparableFootprints
extends java.lang.Object
Constructor and Description |
---|
SeparableFootprints() |
Modifier and Type | Method and Description |
---|---|
void |
footprintsBackproject(Grid3D projImage,
Grid3D volImage,
double amplitude,
int i,
int j,
int k,
int ip) |
void |
footprintsProject(Grid3D projImage,
Grid3D volImage,
double amplitude,
int i,
int j,
int k,
int ip) |
boolean |
rectFootprintWeightU(double umin,
double umax,
int boundary) |
boolean |
rectFootprintWeightV(double vmin,
double vmax,
int boundary) |
public boolean rectFootprintWeightU(double umin, double umax, int boundary)
public boolean rectFootprintWeightV(double vmin, double vmax, int boundary)
public void footprintsProject(Grid3D projImage, Grid3D volImage, double amplitude, int i, int j, int k, int ip)