|
Image Demosaicking with 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 | RedX |
| CFA pattern upperleftmost red pixel x-coordinate. More... | |
| int | RedY |
| CFA pattern upperleftmost red pixel y-coordinate. More... | |
| int | ShowContours |
| If nonzero, show estimated contours instead of demosaicing. More... | |
| int | ShowEnergy |
| If nonzero, show energy value after each iteration. More... | |
| float | Alpha |
| Chroma weight. More... | |
| float | Epsilon |
| Graph weight. More... | |
| float | Sigma |
| Graph spatial filtering parameter. More... | |
| float | Tol |
| Convergence tolerance. More... | |
| int | MaxIter |
| Maximum number of iterations. 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::Alpha |
Chroma weight.
Definition at line 57 of file dmcswl1cli.c.
| float programparams::D |
| float programparams::Epsilon |
Graph weight.
Definition at line 59 of file dmcswl1cli.c.
| 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.
| int programparams::MaxIter |
Maximum number of iterations.
Definition at line 65 of file dmcswl1cli.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::ShowContours |
If nonzero, show estimated contours instead of demosaicing.
Definition at line 53 of file dmcswl1cli.c.
| int programparams::ShowEnergy |
If nonzero, show energy value after each iteration.
Definition at line 55 of file dmcswl1cli.c.
| float programparams::Sigma |
Graph spatial filtering parameter.
Definition at line 61 of file dmcswl1cli.c.
| float programparams::Tol |
Convergence tolerance.
Definition at line 63 of file dmcswl1cli.c.
1.8.3.1