Home
last modified time | relevance | path

Searched refs:cvAnd (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
Dcvmat.cpp564 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 );
Dcvbgfg_common.cpp59 cvAnd(tmp_image, bg_model->foreground, tmp_image); in cvRefineForegroundMaskBySegm()
Dcamshift.cpp222 cvAnd( m_back_project, m_mask, m_back_project ); in track_object()
/external/opencv/
Dcvjni.cpp732 cvAnd( thresholdImage1, thresholdImage2, thresholdImage3, 0 );
735 cvAnd( differenceImage, thresholdImage3, faceImage, 0 );
/external/opencv/cxcore/src/
Dcxlogic.cpp544 cvAnd( const void* src1, const void* src2, void* dst, const void* mask ) in cvAnd() function
/external/opencv/cxcore/include/
Dcxcore.h555 CVAPI(void) cvAnd( const CvArr* src1, const CvArr* src2,
/external/opencv/cvaux/include/
Dcvmat.hpp1211 cvAnd( this, &mat, this );