Image Interpolation with Contour Stencils
|
struct of program parameters More...
Data Fields | |
char * | InputFile |
Input file name. More... | |
char * | OutputFile |
Output file name. More... | |
int | OnlyShowContours |
If true, only show the estimated contour orientations. More... | |
int | JpegQuality |
Quality for saving JPEG images (0 to 100) More... | |
cwparams | Cw |
interpolation parameters More... | |
int | TestFlag |
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... | |
struct of program parameters
Definition at line 43 of file cwinterpcli.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.
cwparams programparams::Cw |
interpolation parameters
Definition at line 54 of file cwinterpcli.c.
float programparams::D |
char * programparams::InputFile |
Input file name.
Definition at line 46 of file cwinterpcli.c.
int programparams::JpegQuality |
Quality for saving JPEG images (0 to 100)
Definition at line 52 of file cwinterpcli.c.
int programparams::OnlyShowContours |
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.
int programparams::Pad |
float programparams::PsfSigma |
Gaussian point spread function standard deviation.
Definition at line 67 of file imcoarsen.c.
float programparams::ScaleFactor |
Scale factor.
Definition at line 65 of file imcoarsen.c.
int programparams::SeparateChannels |
int programparams::TestFlag |
Definition at line 56 of file cwinterpcli.c.