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

  /external/opencv3/modules/java/src/
photo+AlignMTB.java 51 // C++: Point calculateShift(Mat img0, Mat img1)
54 //javadoc: AlignMTB::calculateShift(img0, img1)
55 public Point calculateShift(Mat img0, Mat img1)
189 // C++: Point calculateShift(Mat img0, Mat img1)
photo.cpp     [all...]
  /external/opencv3/modules/photo/src/
align.cpp 88 Point shift = calculateShift(gray_base, gray);
115 Point calculateShift(InputArray _img0, InputArray _img1)
  /external/opencv3/modules/photo/include/opencv2/
photo.hpp 520 CV_WRAP virtual Point calculateShift(InputArray img0, InputArray img1) = 0;
    [all...]
  /external/opencv3/modules/photo/test/
test_hdr.cpp 149 Point calc = align->calculateShift(img, res);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 916 milliseconds