"cvaux.h" Line 1138
before
#define CV_BG_STAT_MODEL_FIELDS() int type; /*type of BG model*/ CvReleaseBGStatModel release; CvUpdateBGStatModel update; IplImage* background; /*8UC3 reference background image*/ IplImage* foreground; /*8UC1 foreground image*/ IplImage** layers; /*8UC3 reference background image, can be null */ int layer_count; /* can be zero */ CvMemStorage* storage; /*storage for 밼oreground_regions?/ CvSeq* foreground_regions /*foreground object contours*/
after
#define CV_BG_STAT_MODEL_FIELDS() int type; /*type of BG model*/ ...
Machine Vision & Image Processing