Roussos-Maragos Tensor-Driven Diffusion Interpolation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros | Functions
tdinterpcli.c File Reference

Roussos-Maragos interpolation command line program. More...

#include <ctype.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "imageio.h"
#include "tdinterp.h"
Include dependency graph for tdinterpcli.c:

Go to the source code of this file.

Data Structures

struct  image
 struct representing an image More...
 
struct  programparams
 struct of program parameters More...
 

Macros

#define DEFAULT_PSF_SIGMA   0.35
 
#define DEFAULT_K   (1.0/255)
 
#define DEFAULT_TOL   (3e-4)
 
#define DEFAULT_MAXMETHODITER   50
 
#define DEFAULT_DIFFITER   5
 
#define VERBOSE   0
 

Functions

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

Detailed Description

Roussos-Maragos interpolation command line program.

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

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 tdinterpcli.c.

Macro Definition Documentation

#define DEFAULT_DIFFITER   5

Definition at line 32 of file tdinterpcli.c.

#define DEFAULT_K   (1.0/255)

Definition at line 29 of file tdinterpcli.c.

#define DEFAULT_MAXMETHODITER   50

Definition at line 31 of file tdinterpcli.c.

#define DEFAULT_PSF_SIGMA   0.35

Definition at line 28 of file tdinterpcli.c.

#define DEFAULT_TOL   (3e-4)

Definition at line 30 of file tdinterpcli.c.

#define VERBOSE   0

Definition at line 34 of file tdinterpcli.c.

Function Documentation

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

Definition at line 98 of file tdinterpcli.c.

Here is the call graph for this function: