Zhang-Wu Directional LMMSE Image Demosaicking
|
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 | RedX |
CFA pattern upperleftmost red pixel x-coordinate. More... | |
int | RedY |
CFA pattern upperleftmost red pixel y-coordinate. More... | |
int | UseZhangCodeEst |
UseZhangCodeEst flag for how to estimate local signal mean. 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... | |
int | Flatten |
If nonzero, flatten result to a grayscale image. More... | |
int | Padding |
Padding on all borders with whole-sample symmetric extension. More... | |
int | ExtraRow |
Add one extra row on the top. More... | |
int | ExtraColumn |
Add one extra column on the left. More... | |
int | Verbose |
Verbose output. More... | |
struct of program parameters
Definition at line 25 of file dmbilinearcli.c.
float programparams::D |
int programparams::ExtraColumn |
int programparams::Flatten |
char * programparams::InputFile |
Input file name.
Definition at line 28 of file dmbilinearcli.c.
int programparams::JpegQuality |
Quality for saving JPEG images (0 to 100)
Definition at line 32 of file dmbilinearcli.c.
char * programparams::OutputFile |
Output file name.
Definition at line 30 of file dmbilinearcli.c.
int programparams::Pad |
int programparams::Padding |
int programparams::RedX |
CFA pattern upperleftmost red pixel x-coordinate.
Definition at line 34 of file dmbilinearcli.c.
int programparams::RedY |
CFA pattern upperleftmost red pixel y-coordinate.
Definition at line 36 of file dmbilinearcli.c.
int programparams::SeparateChannels |
int programparams::UseZhangCodeEst |
UseZhangCodeEst flag for how to estimate local signal mean.
Definition at line 44 of file dmzhangwucli.c.