Home
last modified time | relevance | path

Searched refs:mask8u (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvmotempl.cpp418 CvMat* mask8u = 0; in cvSegmentMotion() local
442 CV_CALL( mask8u = cvCreateMat( mhi->rows + 2, mhi->cols + 2, CV_8UC1 )); in cvSegmentMotion()
443 cvZero( mask8u ); in cvSegmentMotion()
465 uchar* mask8u_row = mask8u->data.ptr + (y+1)*mask8u->step + 1; in cvSegmentMotion()
477 &comp, CV_FLOODFILL_MASK_ONLY + 2*256 + 4, mask8u )); in cvSegmentMotion()
483 uchar* mask8u_row1 = mask8u->data.ptr + in cvSegmentMotion()
484 (comp.rect.y + y1+1)*mask8u->step + comp.rect.x+1; in cvSegmentMotion()
513 cvReleaseMat( &mask8u ); in cvSegmentMotion()