Lines Matching full:foreground
1117 * Background/foreground segmentation *
1120 /* We discriminate between foreground and background pixels
1123 * to be foreground.
1130 * Foreground Object Detection from Videos Containing Complex Background.
1164 IplImage* foreground; /*8UC1 foreground image*/ \
1168 CvSeq* foreground_regions /*foreground object contours*/
1185 // Updates statistical model and returns number of found foreground regions
1192 // (all pixels of a region will be classified as foreground if majority of pixels of the region are FG).
1207 /* Default parameters of foreground detection algorithm: */
1260 int is_obj_without_holes;/* If TRUE we ignore holes within foreground blobs. Defaults to TRUE. */
1261 int perform_morphing; /* Number of erode-dilate-erode foreground-blob cleanup iterations. */
1270 float minArea; /* Discard foreground blobs whose bounding box is smaller than this threshold. */