Image Interpolation with Contour Stencils
|
Image Interpolation with Contour Stencils command line program. 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... | |
Macros | |
#define | VERBOSE 0 |
Set to 1 for informative program output, 0 for quiet. More... | |
Functions | |
int | main (int argc, char *argv[]) |
Image Interpolation with Contour Stencils command line 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 cwinterpcli.c.
#define VERBOSE 0 |
Set to 1 for informative program output, 0 for quiet.
Definition at line 29 of file cwinterpcli.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |