Wrap an image
#include "dip_manipulation.h"
dip_Error dip_Wrap ( in, out, wrap )
binary, integer, float, complex
This function wraps the in image around its image borders. wrap specifies the number of pixels over which the image has to wrapped in each dimension.
Data type | Name | Description |
dip_Image | in | Input image |
dip_Image | out | Output image |
dip_IntegerArray | wrap | Wrap parametrs |