기본 콘텐츠로 건너뛰기

라벨이 Install & Setup인 게시물 표시

OpenCV Install Error(v100 or v110)

"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*/ ...