Image Interpolation with Contour Stencils
|
Nearest neighbor image interpolation utility. More...
Go to the source code of this file.
Data Structures | |
struct | image |
struct representing an image More... | |
struct | programparams |
struct of program parameters More... | |
Defines | |
#define | VERBOSE 0 |
Functions | |
int | ParseParams (programparams *Param, int argc, char *argv[]) |
void | PrintHelpMessage () |
Print program usage help message. | |
int | main (int argc, char *argv[]) |
Nearest neighbor image interpolation utility.
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 nninterpcli.c.
#define VERBOSE 0 |
Definition at line 21 of file nninterpcli.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
int ParseParams | ( | programparams * | Param, |
int | argc, | ||
char * | argv[] | ||
) |
void PrintHelpMessage | ( | ) |
Print program usage help message.
Definition at line 56 of file nninterpcli.c.