|
Image Interpolation with Geometric Contour Stencils
|
struct of program parameters More...
Data Fields | |
| char * | InputFile |
| Input file name. More... | |
| char * | OutputFile |
| Output file name. More... | |
| int | JpegQuality |
| Quality for saving JPEG images (0 to 100) More... | |
| int | CenteredGrid |
| If true, sample on the centered grid. More... | |
| boundaryhandling | Boundary |
| Type of boundary handling. More... | |
| float | ScaleFactor |
| Scale factor. More... | |
| float | PsfSigma |
| Gaussian point spread function standard deviation. More... | |
| char * | FileA |
| Input file A (clean) More... | |
| char * | FileB |
| Input file B (distorted) More... | |
| metric | Metric |
| Metric. More... | |
| int | SeparateChannels |
| Compute metric separately for each channel. More... | |
| int | Pad |
| Ignore boundary effects by shaving a margin of size Pad. More... | |
| char * | DifferenceFile |
| Difference file. More... | |
| float | D |
| Parameter D for creating the difference image. More... | |
| const char * | InputFile |
| Input file name. More... | |
| const char * | OutputFile |
| Output file name. More... | |
| const char * | BgFile |
| Background image file name (used only for -s with SVG output) More... | |
| int | ShowContours |
| If true, show the estimated contours instead of interpolating. More... | |
| double | ScaleFactor |
| Interpolation scale factor. More... | |
| double(* | Psf )(double, double, const void *Param) |
| Point-spread function (PSF) More... | |
| double | PsfParam |
| PSF parameter (e.g., Gaussian standard deviation) More... | |
| double | PsfRadius |
| PSF support radius. More... | |
| double | RhoSigmaNormal |
, tagential spread of More... | |
| double | RhoSigmaTangent |
, normal spread of More... | |
| int | RefinementPasses |
| Method number of refinement passes. More... | |
struct of program parameters
Definition at line 52 of file imcoarsen.c.
| const char* programparams::BgFile |
Background image file name (used only for -s with SVG output)
Definition at line 57 of file sinterpcli.c.
| boundaryhandling programparams::Boundary |
Type of boundary handling.
Definition at line 63 of file imcoarsen.c.
| int programparams::CenteredGrid |
If true, sample on the centered grid.
Definition at line 61 of file imcoarsen.c.
| float programparams::D |
| const char* programparams::InputFile |
Input file name.
Definition at line 53 of file sinterpcli.c.
| char * programparams::InputFile |
Input file name.
Definition at line 55 of file imcoarsen.c.
| int programparams::JpegQuality |
Quality for saving JPEG images (0 to 100)
Definition at line 59 of file imcoarsen.c.
| const char* programparams::OutputFile |
Output file name.
Definition at line 55 of file sinterpcli.c.
| char * programparams::OutputFile |
Output file name.
Definition at line 57 of file imcoarsen.c.
| int programparams::Pad |
| double(* programparams::Psf)(double, double, const void *Param) |
Point-spread function (PSF)
Definition at line 69 of file sinterpcli.c.
| double programparams::PsfParam |
PSF parameter (e.g., Gaussian standard deviation)
Definition at line 71 of file sinterpcli.c.
| double programparams::PsfRadius |
PSF support radius.
Definition at line 73 of file sinterpcli.c.
| float programparams::PsfSigma |
Gaussian point spread function standard deviation.
Definition at line 67 of file imcoarsen.c.
| int programparams::RefinementPasses |
Method number of refinement passes.
Definition at line 81 of file sinterpcli.c.
| double programparams::RhoSigmaNormal |
, tagential spread of
Definition at line 77 of file sinterpcli.c.
| double programparams::RhoSigmaTangent |
, normal spread of
Definition at line 79 of file sinterpcli.c.
| double programparams::ScaleFactor |
Interpolation scale factor.
Definition at line 65 of file sinterpcli.c.
| float programparams::ScaleFactor |
Scale factor.
Definition at line 65 of file imcoarsen.c.
| int programparams::SeparateChannels |
| int programparams::ShowContours |
If true, show the estimated contours instead of interpolating.
Definition at line 62 of file sinterpcli.c.
1.8.3.1