Interpolation function
#include "dip_interpolation.h"
dip_Error dip_Subsampling ( in, out, sample )
binary, integer, float, complex
This function subsamples in by copying each sampleth pixel to out.
Data type | Name | Description |
dip_Image | in | Input image |
dip_Image | out | Output image |
dip_IntegerArray | sample | Sample spacing |