|
Linear Methods for Image Interpolation
|
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"
Go to the source code of this file.
Data Structures | |
| struct | imagef |
| struct representing an image More... | |
| struct | programparams |
| struct of program parameters More... | |
Macros | |
| #define | VERBOSE 0 |
Functions | |
| float | GaussianPsf (float x, const void *Param) |
| imagef | ScaleRotateImage (imagef v, programparams Param) |
| int | main (int argc, char *argv[]) |
Linear Methods for Image Interpolation main 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 linterpcli.c.
| #define VERBOSE 0 |
Definition at line 30 of file linterpcli.c.
| float GaussianPsf | ( | float | x, |
| const void * | Param | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| imagef ScaleRotateImage | ( | imagef | v, |
| programparams | Param | ||
| ) |
Definition at line 130 of file linterpcli.c.


1.8.3.1