Home | History | Annotate | Download | only in src

Lines Matching refs:Impl

1060 class GraphCutSeamFinder::Impl : public PairwiseSeamFinder
1063 Impl(int cost_type, float terminal_cost, float bad_region_penalty)
1066 ~Impl() {}
1085 void GraphCutSeamFinder::Impl::find(const std::vector<UMat> &src, const std::vector<Point> &corners,
1116 void GraphCutSeamFinder::Impl::setGraphWeightsColor(const Mat &img1, const Mat &img2,
1164 void GraphCutSeamFinder::Impl::setGraphWeightsColorGrad(
1218 void GraphCutSeamFinder::Impl::findInPair(size_t first, size_t second, Rect roi)
1317 : impl_(new Impl(cost_type, terminal_cost, bad_region_penalty)) {}