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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 118 class CV_EXPORTS DpSeamFinder : public SeamFinder
123 DpSeamFinder(CostFunction costFunc = COLOR);
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 693 seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR);
695 seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR_GRAD);
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 165 DpSeamFinder::DpSeamFinder(CostFunction costFunc) : costFunc_(costFunc) {}
168 void DpSeamFinder::find(const std::vector<UMat> &src, const std::vector<Point> &corners, std::vector<UMat> &masks)
202 void DpSeamFinder::process(
266 void DpSeamFinder::findComponents()
332 void DpSeamFinder::findEdges()
399 void DpSeamFinder::resolveConflicts(
526 void DpSeamFinder::computeGradients(const Mat &image1, const Mat &image2)
552 bool DpSeamFinder::hasOnlyOneNeighbor(int comp)
561 bool DpSeamFinder::closeToContour(int y, int x, const Mat_<uchar> &contourMask
    [all...]

Completed in 71 milliseconds