HomeSort by relevance Sort by last modified time
    Searched refs:cvAnd (Results 1 - 7 of 7) sorted by null

  /external/opencv/cvaux/src/
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 );
cvbgfg_common.cpp 59 cvAnd(tmp_image, bg_model->foreground, tmp_image);
camshift.cpp 222 cvAnd( m_back_project, m_mask, m_back_project );
  /external/opencv/
cvjni.cpp 732 cvAnd( thresholdImage1, thresholdImage2, thresholdImage3, 0 );
733 LOGV("Load cvAnd.");
735 cvAnd( differenceImage, thresholdImage3, faceImage, 0 );
  /external/opencv/cxcore/src/
cxlogic.cpp 544 cvAnd( const void* src1, const void* src2, void* dst, const void* mask )
  /external/opencv/cxcore/include/
cxcore.h 555 CVAPI(void) cvAnd( const CvArr* src1, const CvArr* src2,
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 1211 cvAnd( this, &mat, this );
    [all...]

Completed in 492 milliseconds