Malvar-He-Cutler Linear Image Demosaicking
|
struct of program parameters More...
Data Fields | |
home pascal projects ipol dmmalvar dmmalvar src dmbilinearcli c char * | InputFile |
Input file name. | |
char * | OutputFile |
Output file name. | |
int | JpegQuality |
Quality for saving JPEG images (0 to 100) | |
int | RedX |
CFA pattern upperleftmost red pixel x-coordinate. | |
int | RedY |
CFA pattern upperleftmost red pixel y-coordinate. | |
home pascal projects ipol dmmalvar dmmalvar src dmmalvarcli c char * | InputFile |
Input file name. | |
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. | |
char * | InputFile |
Input file name. | |
int | Flatten |
If nonzero, flatten result to a grayscale image. | |
int | Padding |
Padding on all borders with whole-sample symmetric extension. | |
int | ExtraRow |
Add one extra row on the top. | |
int | ExtraColumn |
Add one extra column on the left. | |
int | Verbose |
Verbose output. |
struct of program parameters
Definition at line 25 of file dmbilinearcli.c.
float programparams::D |
char* programparams::FileA |
char* programparams::FileB |
home pascal projects ipol dmmalvar dmmalvar src dmmalvarcli c char* programparams::InputFile |
Input file name.
Definition at line 36 of file dmmalvarcli.c.
home pascal projects ipol dmmalvar dmmalvar src dmbilinearcli c char* programparams::InputFile |
Input file name.
Definition at line 29 of file dmbilinearcli.c.
char* programparams::InputFile |
Quality for saving JPEG images (0 to 100)
Definition at line 33 of file dmbilinearcli.c.
char * programparams::OutputFile |
Output file name.
Definition at line 31 of file dmbilinearcli.c.
CFA pattern upperleftmost red pixel x-coordinate.
Definition at line 35 of file dmbilinearcli.c.
CFA pattern upperleftmost red pixel y-coordinate.
Definition at line 37 of file dmbilinearcli.c.