www.pudn.com > ColorSegment.rar > colorseg.h


#ifndef _COLOR_SEG_H 
#define _COLOR_SEG_H 
 
#include "cv.h" 
#include "highgui.h" 
#include "iplwrapper.h" 
IplImage* colorSeg(IplImage* src, int h1, int h2, int s1, int s2, int v1, int v2); 
 
#endif