Linear Methods for Image Interpolation
Data Structures | Defines | Functions
linterpcli.c File Reference

Linear Methods for Image Interpolation main program. More...

#include <string.h>
#include <ctype.h>
#include <math.h>
#include "imageio.h"
#include "linterp.h"
#include "strutil.h"
Include dependency graph for linterpcli.c:

Go to the source code of this file.

Data Structures

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

Defines

#define VERBOSE   0

Functions

float GaussianPsf (float x, const void *Param)
imagef ScaleRotateImage (imagef v, programparams Param)
int main (int argc, char *argv[])

Detailed Description

Linear Methods for Image Interpolation main program.

Author:
Pascal Getreuer <getreuer@gmail.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 linterpcli.c.


Define Documentation

#define VERBOSE   0

Definition at line 30 of file linterpcli.c.


Function Documentation

float GaussianPsf ( float  x,
const void *  Param 
)

Definition at line 123 of file linterpcli.c.

Here is the caller graph for this function:

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

Definition at line 259 of file linterpcli.c.

Here is the call graph for this function:

imagef ScaleRotateImage ( imagef  v,
programparams  Param 
)

Definition at line 130 of file linterpcli.c.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines