surfaces-unies/src/common.h

11 lines
255 B
C
Raw Normal View History

#ifndef COMMON_H
#define COMMON_H
#include "utilities.h"
void addPixelToSelectedZone(Image_t t_img, int t_idx, Zone_t t_zone);
void chooseZoneForPixel(Image_t t_img, int t_idx, darray_t zones);
darray_t imgToZones(Image_t t_img);
#endif /* COMMON_H */