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

  /external/opencv/cvaux/src/
cvmat.cpp 567 cvOr( a, b, this );
575 cvOr( this, a, this );
589 cvOr( this, b, this );
603 cvOr( a, b, this );
620 cvOr( this, b, this );
634 cvOr( this, a, this );
  /external/opencv/cxcore/src/
cxlogic.cpp 562 cvOr( const void* src1, const void* src2, void* dst, const void* mask )
  /external/opencv/cxcore/include/
cxcore.h 563 CVAPI(void) cvOr( const CvArr* src1, const CvArr* src2,
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 1232 cvOr( this, &mat, this );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]

Completed in 60 milliseconds