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

  /external/opencv/cxcore/src/
cxlogic.cpp 300 copym_func = icvGetCopyMaskFunc( elem_size );
467 copym_func = icvGetCopyMaskFunc( elem_size );
cxcopy.cpp 273 icvGetCopyMaskFunc( int elem_size )
368 CvCopyMaskFunc func = icvGetCopyMaskFunc( pix_size );
448 CvCopyMaskFunc func = icvGetCopyMaskFunc(pix_size);
    [all...]
_cxcore.h 296 CvCopyMaskFunc icvGetCopyMaskFunc( int elem_size );
cxarithm.cpp 456 copym_func = icvGetCopyMaskFunc( elem_size );
700 copym_func = icvGetCopyMaskFunc( elem_size );
    [all...]

Completed in 299 milliseconds