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

  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 511 CVAPI(void) cvAddS( const CvArr* src, CvScalar value, CvArr* dst,
522 cvAddS( src, cvScalar( -value.val[0], -value.val[1], -value.val[2], -value.val[3]),
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 1155 cvAddS( this, cvScalar(val), this );
1162 cvAddS( this, val, this );
    [all...]
  /external/opencv/cxcore/src/
cxarithm.cpp     [all...]

Completed in 217 milliseconds