MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkUpsampleMask (const MTKt_DataBuffer *Source_mask, int Size_factor, MTKt_DataBuffer *Result_mask) |
Upsample a mask by nearest neighbor sampling. More... | |
MTKt_status MtkUpsampleMask | ( | const MTKt_DataBuffer * | Source_mask, |
int | Size_factor, | ||
MTKt_DataBuffer * | Result_mask | ||
) |
Upsample a mask by nearest neighbor sampling.
[in] | Source_mask | Source mask. (uint8) |
[in] | Size_factor | Number of pixels to expand along each dimension. |
[out] | Result_mask | Upsampled result. (uint8) |
Definition at line 36 of file MtkUpsampleMask.c.