Image Demosaicking with Contour Stencils
|
Contour stencils weighted L1 demosaicing command line program. More...
#include <math.h>
#include <string.h>
#include <ctype.h>
#include "imageio.h"
#include "dmcswl1.h"
#include "displaycontours.h"
Go to the source code of this file.
Data Structures | |
struct | programparams |
struct of program parameters More... | |
Macros | |
#define | DEFAULT_ALPHA 1.8 |
#define | DEFAULT_EPSILON 0.15 |
#define | DEFAULT_SIGMA 0.6 |
#define | DEFAULT_TOL 0.001 |
#define | DEFAULT_MAXITER 250 |
#define | VERBOSE 1 |
Functions | |
int | main (int argc, char *argv[]) |
Contour stencils weighted L1 demosaicing command line program.
Copyright (c) 2010-2011, Pascal Getreuer All rights reserved.
This program is free software: you can use, modify and/or redistribute it under the terms of the simplified BSD License. You should have received a copy of this license along this program. If not, see http://www.opensource.org/licenses/bsd-license.html.
Definition in file dmcswl1cli.c.
#define DEFAULT_ALPHA 1.8 |
Definition at line 29 of file dmcswl1cli.c.
#define DEFAULT_EPSILON 0.15 |
Definition at line 30 of file dmcswl1cli.c.
#define DEFAULT_MAXITER 250 |
Definition at line 33 of file dmcswl1cli.c.
#define DEFAULT_SIGMA 0.6 |
Definition at line 31 of file dmcswl1cli.c.
#define DEFAULT_TOL 0.001 |
Definition at line 32 of file dmcswl1cli.c.
#define VERBOSE 1 |
Definition at line 36 of file dmcswl1cli.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |