CofeehousePy/deps/scikit-image/skimage/restoration/unwrap_2d_ljmu.h

10 lines
264 B
C

void unwrap2D(
double *wrapped_image,
double *UnwrappedImage,
unsigned char *input_mask,
int image_width, int image_height,
int wrap_around_x, int wrap_around_y,
char use_seed, unsigned int seed
);