HomeSort by relevance Sort by last modified time
    Searched full:absdiff (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 392 TEST_CYCLE() cv::cuda::absdiff(d_src1, d_src2, dst);
400 TEST_CYCLE() cv::absdiff(src1, src2, dst);
427 TEST_CYCLE() cv::cuda::absdiff(d_src, s, dst);
435 TEST_CYCLE() cv::absdiff(src, s, dst);
    [all...]
  /external/opencv3/modules/java/android_test/src/org/opencv/test/android/
UtilsTest.java 167 Core.absdiff(m1, mUnPre, diff);
  /external/opencv3/modules/python/test/
test.py 74 absa1 = cv2.absdiff(a, 0)
  /external/opencv3/modules/cudaarithm/src/
element_operations.cpp 54 void cv::cuda::absdiff(InputArray, InputArray, OutputArray, Stream&) { throw_no_cuda(); } function in class:cv::cuda
274 // absdiff
280 void cv::cuda::absdiff(InputArray src1, InputArray src2, OutputArray dst, Stream& stream)
  /external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/
gpu-basics-similarity.cpp 176 absdiff(I1, I2, s1); // |I1 - I2|
204 cuda::absdiff(b.t1.reshape(1), b.t2.reshape(1), b.gs);
231 cuda::absdiff(t1.reshape(1), t2.reshape(1), gs);
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 210 template<typename T> T absdiff(T a, T b) {return a > b ? a - b : b - a;} function in namespace:android
270 int pdiff = absdiff(newSampleRate, prevSampleRate);
271 int adiff = absdiff(newSampleRate, filterSampleRate);
  /external/ceres-solver/internal/ceres/
rotation_test.cc 679 double absdiff = fabs(x - y); local
681 return absdiff <= kTolerance;
683 double reldiff = absdiff / max(fabs(x), fabs(y));
    [all...]
  /external/opencv3/modules/calib3d/test/
test_stereomatching.cpp 297 absdiff( computedDisp, groundTruthDisp, badPxlsMap );
556 absdiff( trueLeftDisp, Scalar(params.dispUnknVal), leftUnknMask );
561 absdiff( trueRightDisp, Scalar(params.dispUnknVal), rightUnknMask );
  /external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp 201 ///////////// Absdiff ////////////////////////
205 OCL_PERF_TEST_P(AbsDiffFixture, Absdiff,
217 OCL_TEST_CYCLE() cv::absdiff(src1, src2, dst);
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp     [all...]
  /external/opencv3/modules/ts/src/
ocl_test.cpp 303 absdiff(gold, actual, diff);
  /external/opencv3/modules/java/src/
core+Core.java 1120 // C++: void absdiff(Mat src1, Scalar src2, Mat& dst)
1123 //javadoc: absdiff(src1, src2, dst)
1124 public static void absdiff(Mat src1, Scalar src2, Mat dst) method in class:Core
1356 public static void absdiff(Mat src1, Mat src2, Mat dst) method in class:Core
    [all...]
  /external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/
gpu_basics_similarity.markdown 114 implementation where for the *absdiff* method the value of the neighbors is not important. However,
  /external/opencv3/doc/tutorials/highgui/video-input-psnr-ssim/
video_input_psnr_ssim.markdown 146 absdiff(I1, I2, s1); // |I1 - I2|
  /external/opencv3/modules/ts/include/opencv2/ts/
ocl_test.hpp 121 absdiff(mat1, mat2, diff); \
  /external/opencv3/modules/videoio/test/
test_ffmpeg.cpp 380 absdiff(actual, reference, diff);
  /external/zopfli/src/zopfli/
deflate.c 369 static size_t AbsDiff(size_t x, size_t y) {
430 || AbsDiff(counts[i], limit) >= 4) {
  /external/opencv3/modules/imgproc/test/
test_color.cpp     [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 2140 LogicVRegister Simulator::absdiff(VectorFormat vform, function in class:vixl::Simulator
    [all...]
  /external/opencv3/modules/core/test/
test_mat.cpp 139 absdiff( opRes,dst,diff );
373 absdiff(rPCA.eigenvectors, subEvec, tmp);
    [all...]
test_math.cpp     [all...]
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 140 @sa absdiff
142 CV_EXPORTS void absdiff(InputArray src1, InputArray src2, OutputArray dst, Stream& stream = Stream::Null());
    [all...]
  /external/deqp/framework/common/
tcuVectorUtil.hpp 361 static inline Vector<T, Size> absDiff (const Vector<T, Size>& a, const Vector<T, Size>& b)
  /external/opencv/cxcore/src/
_cxipp.h 426 ////////////////////////////////////// AbsDiff ///////////////////////////////////////////
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp 494 // TODO: absdiff for signed integers

Completed in 986 milliseconds

12 3 4