OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mstep
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvsegmentation.cpp
107
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
...]
cvfundam.cpp
44
template<typename T> int icvCompressPoints( T* ptr, const uchar* mask, int
mstep
, int count )
48
if( mask[i*
mstep
] )
[
all
...]
/external/opencv/ml/src/
mlboost.cpp
1331
int step,
mstep
= 0;
local
[
all
...]
mltree.cpp
2891
int i, step,
mstep
= 0;
local
[
all
...]
Completed in 156 milliseconds