Searched refs:icvLogicS (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxlogic.cpp | 179 icvLogicS( const void* srcarr, CvScalar* scalar, void* dstarr, in icvLogicS() function 522 icvLogicS( src, &scalar, dst, mask, (CvFunc2D_2A1P1I)icvXorC_8u_CnR ); in ICV_DEF_BIN_LOG_OP_2D() 539 icvLogicS( src, &scalar, dst, mask, (CvFunc2D_2A1P1I)icvAndC_8u_CnR ); in cvAndS() 557 icvLogicS( src, &scalar, dst, mask, (CvFunc2D_2A1P1I)icvOrC_8u_CnR ); in cvOrS()
|