Roussos-Maragos Tensor-Driven Diffusion Interpolation
|
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"
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[]) |
Roussos-Maragos interpolation command line program.
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.
#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.
int main | ( | int | argc, |
char * | argv[] | ||
) |