|
Total Variation Deconvolution using Split Bregman
|
Program parameters struct. More...
Data Fields | |
| const char * | InputFile |
| Input file name. | |
| const char * | OutputFile |
| Output file name. | |
| int | JpegQuality |
| Quality for saving JPEG images (0 to 100) | |
| noisetype | NoiseType |
| Noise type. | |
| num | Sigma |
| Noise standard deviation. | |
| image | Kernel |
| Blur kernel. | |
| 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. | |
| num | Lambda |
| Noise standard deviation. | |
| const char * | Noise |
| Noise model. | |
1.8.3.1