OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_IS_MASK_ARR
(Results
1 - 25
of
32
) sorted by null
1
2
/external/opencv/cvaux/src/
cvcorrimages.cpp
104
if( !
CV_IS_MASK_ARR
(status) )
236
if( !
CV_IS_MASK_ARR
(pntStatus1) || !
CV_IS_MASK_ARR
(pntStatus2) )
465
if( !
CV_IS_MASK_ARR
(*oldStatus))
482
if( CV_IS_MAT(addPoints) &&
CV_IS_MASK_ARR
(addStatus) )
579
if( !
CV_IS_MASK_ARR
(oldStatus) || !
CV_IS_MASK_ARR
(newStatus) || !
CV_IS_MASK_ARR
(origStatus) )
[
all
...]
cvbgfg_codebook.cpp
101
(!mask ||
CV_IS_MASK_ARR
(mask) && CV_ARE_SIZES_EQ(image, mask)) );
242
CV_IS_MASK_ARR
(mask) && CV_ARE_SIZES_EQ(image, mask) );
305
CV_ASSERT( model && (!mask ||
CV_IS_MASK_ARR
(mask) &&
/external/opencv/cv/src/
cvmotempl.cpp
127
if( !
CV_IS_MASK_ARR
( silh ))
185
if( !
CV_IS_MASK_ARR
( mask ))
311
if( !
CV_IS_MASK_ARR
( mask ))
cvaccum.cpp
459
if( !
CV_IS_MASK_ARR
( mask ))
555
if( !
CV_IS_MASK_ARR
( mask ))
656
if( !
CV_IS_MASK_ARR
( mask ))
[
all
...]
cvfeatureselect.cpp
115
if( !
CV_IS_MASK_ARR
( mask ))
cvdistransform.cpp
637
CV_ASSERT(
CV_IS_MASK_ARR
( src ) && CV_MAT_TYPE( dst->type ) == CV_8UC1 );
727
if( !
CV_IS_MASK_ARR
( src ) || (CV_MAT_TYPE( dst->type ) != CV_32FC1 &&
cvcontours.cpp
213
if( !
CV_IS_MASK_ARR
( mat ))
[
all
...]
cvhough.cpp
761
if( !
CV_IS_MASK_ARR
(img))
[
all
...]
cvfundam.cpp
605
CV_ASSERT(
CV_IS_MASK_ARR
(mask) && CV_IS_MAT_CONT(mask->type) &&
977
CV_ASSERT(
CV_IS_MASK_ARR
(mask) && CV_IS_MAT_CONT(mask->type) &&
[
all
...]
cvfloodfill.cpp
[
all
...]
/external/opencv/cxcore/src/
cxlogic.cpp
276
if( !
CV_IS_MASK_ARR
(mask))
443
if( !
CV_IS_MASK_ARR
(mask))
cxcmp.cpp
301
if( !
CV_IS_MASK_ARR
( dst ))
381
if( !
CV_IS_MASK_ARR
( dst ))
631
if( !
CV_IS_MASK_ARR
( dst ))
754
if( !
CV_IS_MASK_ARR
( dst ))
[
all
...]
cxmean.cpp
429
if( !
CV_IS_MASK_ARR
(mask) )
cxminmaxloc.cpp
337
if( !
CV_IS_MASK_ARR
( matmask ))
cxcopy.cpp
456
if( !
CV_IS_MASK_ARR
( mask ))
618
if( !
CV_IS_MASK_ARR
( mask ))
[
all
...]
cxarithm.cpp
430
if( !
CV_IS_MASK_ARR
(mask))
674
if( !
CV_IS_MASK_ARR
(mask))
[
all
...]
cxmeansdv.cpp
[
all
...]
cxnorm.cpp
[
all
...]
/external/opencv/ml/src/
ml_inner_functions.cpp
588
if( !
CV_IS_MASK_ARR
(var_type))
931
if( !CV_IS_MAT(missing_mask) || !
CV_IS_MASK_ARR
(missing_mask) ||
[
all
...]
mlboost.cpp
[
all
...]
/external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp
518
if( !
CV_IS_MASK_ARR
(var_type))
861
if( !CV_IS_MAT(missing_mask) || !
CV_IS_MASK_ARR
(missing_mask) ||
[
all
...]
/external/opencv3/modules/imgproc/src/
contours.cpp
194
if( !((
CV_IS_MASK_ARR
( mat ) && mode < CV_RETR_FLOODFILL) ||
[
all
...]
hough.cpp
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
590
#define
CV_IS_MASK_ARR
(mat) \
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
482
#define
CV_IS_MASK_ARR
(mat) \
[
all
...]
Completed in 3045 milliseconds
1
2