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

  /external/opencv/cxcore/src/
cxsumpixels.cpp     [all...]
cxnorm.cpp     [all...]
cxarithm.cpp 241 ICV_DEF_BIN_ARI_ALL( CV_ADD, Add, CV_FAST_CAST_8U )
244 ICV_DEF_UN_ARI_ALL( CV_ADD, AddC )
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 171 #define CV_ADD(a, b) ((a) + (b))
    [all...]

Completed in 166 milliseconds