Searched refs:cvAnd (Results 1 – 9 of 9) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvmat.cpp | 564 cvAnd( a, b, this ); 581 cvAnd( this, b, this ); 595 cvAnd( this, a, this ); 606 cvAnd( a, b, this ); 614 cvAnd( this, a, this ); 628 cvAnd( this, b, this );
|
D | cvbgfg_common.cpp | 59 cvAnd(tmp_image, bg_model->foreground, tmp_image); in cvRefineForegroundMaskBySegm()
|
D | camshift.cpp | 222 cvAnd( m_back_project, m_mask, m_back_project ); in track_object()
|
/external/opencv/ |
D | cvjni.cpp | 732 cvAnd( thresholdImage1, thresholdImage2, thresholdImage3, 0 ); 735 cvAnd( differenceImage, thresholdImage3, faceImage, 0 );
|
/external/opencv/cxcore/src/ |
D | cxlogic.cpp | 544 cvAnd( const void* src1, const void* src2, void* dst, const void* mask ) in cvAnd() function
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 555 CVAPI(void) cvAnd( const CvArr* src1, const CvArr* src2,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1109 CVAPI(void) cvAnd( const CvArr* src1, const CvArr* src2,
|
/external/opencv/cvaux/include/ |
D | cvmat.hpp | 1211 cvAnd( this, &mat, this );
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 5803 cvAnd( const CvArr* srcarr1, const CvArr* srcarr2, CvArr* dstarr, const CvArr* maskarr ) in cvAnd() function
|