Chan-Vese Segmentation
rgb2ind.h
Go to the documentation of this file.
1 
20 #ifndef _RGB2IND_H_
21 #define _RGB2IND_H_
22 
23 int Rgb2Ind(unsigned char *Dest, unsigned char *Palette, int NumColors,
24  const unsigned char *RgbImage, long NumPixels);
25 
26 #endif /* _RGB2IND_H_ */