|
MISR Toolkit
1.5.1
|
#include "MisrReProject.h"#include "MisrError.h"#include "MisrUtil.h"#include <string.h>#include <math.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkResampleNearestNeighbor (MTKt_DataBuffer srcbuf, MTKt_DataBuffer linebuf, MTKt_DataBuffer samplebuf, MTKt_DataBuffer *resampbuf) |
| Perform nearest neighbor resampling. More... | |
| MTKt_status MtkResampleNearestNeighbor | ( | MTKt_DataBuffer | srcbuf, |
| MTKt_DataBuffer | linebuf, | ||
| MTKt_DataBuffer | samplebuf, | ||
| MTKt_DataBuffer * | resampbuf | ||
| ) |
Perform nearest neighbor resampling.
| [in] | srcbuf | Source data buffer |
| [in] | linebuf | Line data buffer |
| [in] | samplebuf | Sample data buffer |
| [out] | resampbuf | Resampled data buffer |
Definition at line 38 of file MtkResampleNearestNeighbor.c.