Searched refs:mhi_row (Results 1 – 1 of 1) sorted by relevance
304 CvMat mhi_row, mask_row, orient_row; in cvCalcGlobalOrientation() local353 cvGetRow( mhi, &mhi_row, 0 ); in cvCalcGlobalOrientation()370 mhi_row.data.ptr = mhi->data.ptr + mhi->step*y; in cvCalcGlobalOrientation()375 if( mask_row.data.ptr[x] != 0 && mhi_row.data.fl[x] > delbound ) in cvCalcGlobalOrientation()382 double weight = mhi_row.data.fl[x] * a + b; in cvCalcGlobalOrientation()454 int* mhi_row = (int*)(mhi->data.ptr + y*mhi->step); in cvSegmentMotion() local457 if( mhi_row[x] == 0 ) in cvSegmentMotion()458 mhi_row[x] = stub_val; in cvSegmentMotion()464 int* mhi_row = (int*)(mhi->data.ptr + y*mhi->step); in cvSegmentMotion() local469 if( mhi_row[x] == ts && mask8u_row[x] == 0 ) in cvSegmentMotion()[all …]