Image Demosaicking with Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros | Functions
dmcswl1cli.c File Reference

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"
Include dependency graph for dmcswl1cli.c:

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[])
 

Detailed Description

Contour stencils weighted L1 demosaicing command line program.

Author
Pascal Getreuer getre.nosp@m.uer@.nosp@m.gmail.nosp@m..com

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.

Macro Definition Documentation

#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.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 101 of file dmcswl1cli.c.

Here is the call graph for this function: