Home
last modified time | relevance | path

Searched refs:DpSeamFinder (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/src/
Dseam_finders.cpp165 DpSeamFinder::DpSeamFinder(CostFunction costFunc) : costFunc_(costFunc) {} in DpSeamFinder() function in cv::detail::DpSeamFinder
168 void DpSeamFinder::find(const std::vector<UMat> &src, const std::vector<Point> &corners, std::vecto… in find()
202 void DpSeamFinder::process( in process()
266 void DpSeamFinder::findComponents() in findComponents()
332 void DpSeamFinder::findEdges() in findEdges()
399 void DpSeamFinder::resolveConflicts( in resolveConflicts()
526 void DpSeamFinder::computeGradients(const Mat &image1, const Mat &image2) in computeGradients()
552 bool DpSeamFinder::hasOnlyOneNeighbor(int comp) in hasOnlyOneNeighbor()
561 bool DpSeamFinder::closeToContour(int y, int x, const Mat_<uchar> &contourMask) in closeToContour()
584 bool DpSeamFinder::getSeamTips(int comp1, int comp2, Point &p1, Point &p2) in getSeamTips()
[all …]
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp693 seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR); in main()
695 seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR_GRAD); in main()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp118 class CV_EXPORTS DpSeamFinder : public SeamFinder class
123 DpSeamFinder(CostFunction costFunc = COLOR);