Chan-Vese Segmentation
gifwrite.h
Go to the documentation of this file.
1 
20 #ifndef _GIFWRITE_H_
21 #define _GIFWRITE_H_
22 
23 int GifWrite(unsigned char **Image,
24  int ImageWidth, int ImageHeight, int NumFrames,
25  const unsigned char *Palette, int NumColors, int TransparentColor,
26  const int *Delays, const char *OutputFile);
27 void FrameDifference(unsigned char **Image,
28  int ImageWidth, int ImageHeight, int NumFrames, int TransparentColor);
29 
30 #endif