|
Image Interpolation with Contour Stencils
|
Nearest neighbor image interpolation. More...

Go to the source code of this file.
Functions | |
| void | NearestInterp (uint32_t *Output, int OutputWidth, int OutputHeight, uint32_t *Input, int InputWidth, int InputHeight, float ScaleFactor, int CenteredGrid) |
Nearest neighbor image interpolation.
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 nninterp.c.
| void NearestInterp | ( | uint32_t * | Output, |
| int | OutputWidth, | ||
| int | OutputHeight, | ||
| uint32_t * | Input, | ||
| int | InputWidth, | ||
| int | InputHeight, | ||
| float | ScaleFactor, | ||
| int | CenteredGrid | ||
| ) |
1.7.3