Searched refs:mstep (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvsegmentation.cpp107 int mstep, istep; local
172 mstep = dst->step / sizeof(mask[0]);
184 mask[j] = mask[j + mstep*(size.height-1)] = WSHED;
190 img += istep; mask += mstep;
197 if( m[0] == 0 && (m[-1] > 0 || m[1] > 0 || m[-mstep] > 0 || m[mstep] > 0) )
208 if( m[-mstep] > 0 )
213 if( m[mstep] > 0 )
219 ws_push( idx, i*mstep + j, i*istep + j*3 );
268 t = m[-mstep];
404 int mstep = 0; local
[all...]
H A Dcvfundam.cpp44 template<typename T> int icvCompressPoints( T* ptr, const uchar* mask, int mstep, int count ) argument
48 if( mask[i*mstep] )
/external/opencv/ml/src/
H A Dmlboost.cpp1331 int step, mstep = 0; local
1356 mstep = CV_IS_MAT_CONT(_missing->type) ? 1 : _missing->step;
H A Dmltree.cpp2891 int i, step, mstep = 0; local
2929 mstep = CV_IS_MAT_CONT(_missing->type) ? 1 : _missing->step/sizeof(m[0]);
2947 if( m && m[i*mstep] )

Completed in 2029 milliseconds