Image Interpolation with Contour Stencils
|
struct of program parameters More...
Data Fields | |
char * | InputFile |
Input file name. | |
char * | OutputFile |
Output file name. | |
int | OnlyShowContours |
If true, only show the estimated contour orientations. | |
int | JpegQuality |
Quality for saving JPEG images (0 to 100) | |
cwparams | Cw |
interpolation parameters | |
int | TestFlag |
int | CenteredGrid |
If true, sample on the centered grid. | |
boundaryhandling | Boundary |
Type of boundary handling. | |
float | ScaleFactor |
Scale factor. | |
float | PsfSigma |
Gaussian point spread function standard deviation. | |
char * | FileA |
Input file A (clean) | |
char * | FileB |
Input file B (distorted) | |
metric | Metric |
Metric. | |
int | SeparateChannels |
Compute metric separately for each channel. | |
int | Pad |
Ignore boundary effects by shaving a margin of size Pad. | |
char * | DifferenceFile |
Difference file. | |
float | D |
Parameter D for creating the difference image. |
struct of program parameters
Definition at line 43 of file cwinterpcli.c.
Type of boundary handling.
Definition at line 62 of file imcoarsen.c.
If true, sample on the centered grid.
Definition at line 60 of file imcoarsen.c.
interpolation parameters
Definition at line 54 of file cwinterpcli.c.
float programparams::D |
char* programparams::FileA |
char* programparams::FileB |
char * programparams::InputFile |
Input file name.
Definition at line 46 of file cwinterpcli.c.
Quality for saving JPEG images (0 to 100)
Definition at line 52 of file cwinterpcli.c.
If true, only show the estimated contour orientations.
Definition at line 50 of file cwinterpcli.c.
char * programparams::OutputFile |
Output file name.
Definition at line 48 of file cwinterpcli.c.
float programparams::PsfSigma |
Gaussian point spread function standard deviation.
Definition at line 66 of file imcoarsen.c.
Scale factor.
Definition at line 64 of file imcoarsen.c.
Definition at line 56 of file cwinterpcli.c.