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

  /external/opencv3/modules/java/src/
photo+AlignMTB.java 13 // C++: class AlignMTB
14 //javadoc: AlignMTB
15 public class AlignMTB extends AlignExposures {
17 protected AlignMTB(long addr) { super(addr); }
24 //javadoc: AlignMTB::process(src, dst, times, response)
39 //javadoc: AlignMTB::process(src, dst)
54 //javadoc: AlignMTB::calculateShift(img0, img1)
68 //javadoc: AlignMTB::shiftMat(src, dst, shift)
82 //javadoc: AlignMTB::computeBitmaps(img, tb, eb)
96 //javadoc: AlignMTB::getMaxBits(
    [all...]
photo+Photo.java 198 public static AlignMTB createAlignMTB(int max_bits, int exclude_range, boolean cut)
201 AlignMTB retVal = new AlignMTB(createAlignMTB_0(max_bits, exclude_range, cut));
207 public static AlignMTB createAlignMTB()
210 AlignMTB retVal = new AlignMTB(createAlignMTB_1());
photo.cpp     [all...]
  /external/opencv3/modules/photo/include/opencv2/
photo.hpp 501 class CV_EXPORTS_W AlignMTB : public AlignExposures
546 /** @brief Creates AlignMTB object
554 CV_EXPORTS_W Ptr<AlignMTB> createAlignMTB(int max_bits = 6, int exclude_range = 4, bool cut = true);
    [all...]
  /external/opencv3/modules/photo/src/
align.cpp 50 class AlignMTBImpl : public AlignMTB
54 name("AlignMTB"),
265 Ptr<AlignMTB> createAlignMTB(int max_bits, int exclude_range, bool cut)
  /external/opencv3/modules/photo/test/
test_hdr.cpp 143 Ptr<AlignMTB> align = createAlignMTB(max_bits);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 669 milliseconds