DpSeamFinder 123 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp DpSeamFinder(CostFunction costFunc = COLOR); DpSeamFinder 165 modules/stitching/src/seam_finders.cpp DpSeamFinder::DpSeamFinder(CostFunction costFunc) : costFunc_(costFunc) {} DpSeamFinder 168 modules/stitching/src/seam_finders.cpp void DpSeamFinder::find(const std::vector<UMat> &src, const std::vector<Point> &corners, std::vector<UMat> &masks) DpSeamFinder 202 modules/stitching/src/seam_finders.cpp void DpSeamFinder::process( DpSeamFinder 266 modules/stitching/src/seam_finders.cpp void DpSeamFinder::findComponents() DpSeamFinder 332 modules/stitching/src/seam_finders.cpp void DpSeamFinder::findEdges() DpSeamFinder 399 modules/stitching/src/seam_finders.cpp void DpSeamFinder::resolveConflicts( DpSeamFinder 526 modules/stitching/src/seam_finders.cpp void DpSeamFinder::computeGradients(const Mat &image1, const Mat &image2) DpSeamFinder 552 modules/stitching/src/seam_finders.cpp bool DpSeamFinder::hasOnlyOneNeighbor(int comp) DpSeamFinder 561 modules/stitching/src/seam_finders.cpp bool DpSeamFinder::closeToContour(int y, int x, const Mat_<uchar> &contourMask) DpSeamFinder 584 modules/stitching/src/seam_finders.cpp bool DpSeamFinder::getSeamTips(int comp1, int comp2, Point &p1, Point &p2) DpSeamFinder 711 modules/stitching/src/seam_finders.cpp void DpSeamFinder::computeCosts( DpSeamFinder 790 modules/stitching/src/seam_finders.cpp bool DpSeamFinder::estimateSeam( DpSeamFinder 933 modules/stitching/src/seam_finders.cpp void DpSeamFinder::updateLabelsUsingSeam( DpSeamFinder 693 samples/cpp/stitching_detailed.cpp seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR); DpSeamFinder 695 samples/cpp/stitching_detailed.cpp seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR_GRAD);