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

  /external/opencv3/modules/core/test/
test_dxt.cpp 441 if( !(flags & CV_DXT_MUL_CONJ) )
466 if( !(flags & CV_DXT_MUL_CONJ) )
544 flags = bits & (CV_DXT_INVERSE | CV_DXT_SCALE | CV_DXT_ROWS | CV_DXT_MUL_CONJ);
803 cv::mulSpectrums( *src1, *src2, dst, flags, (flags & CV_DXT_MUL_CONJ) != 0 );
  /external/opencv/cv/src/
cvtemplmatch.cpp 257 cvMulSpectrums( _dft_img, dst, _dft_img, CV_DXT_MUL_CONJ );
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
dxt.cpp     [all...]

Completed in 180 milliseconds