Uses of Class
jhd.Projection.FanProjectors.FanParams
| Package | Description |
|---|---|
| jhd.Projection |
Contains methods to create parallel or fan beam sinograms from square floating point images using either simple re-projection or a simulated X-ray CT Scanner
|
-
Uses of FanProjectors.FanParams in jhd.Projection
Subclasses of FanProjectors.FanParams in jhd.Projection Modifier and Type Class Description static classFanProjectors.BremFanParamsParameter block for fan projecting a tagged 2D image to a sinogram using a simplified conventional CT scanner simulation.Methods in jhd.Projection with parameters of type FanProjectors.FanParams Modifier and Type Method Description float[]FanProjectors. imageToFanBeamSinogram(float[] image, int width, int height, FanProjectors.FanParams fanSettings, boolean showProgress)Wrapper method that accepts the parameter block instead of arguments.