Searched refs:PlaneWarper (Results 1 – 2 of 2) sorted by relevance
180 class CV_EXPORTS PlaneWarper : public RotationWarperBase<PlaneProjector> class187 PlaneWarper(float scale = 1.f) { projector_.scale = scale; } in PlaneWarper() function in cv::detail::PlaneWarper213 class CV_EXPORTS AffineWarper : public PlaneWarper220 AffineWarper(float scale = 1.f) : PlaneWarper(scale) {} in AffineWarper()435 class CV_EXPORTS PlaneWarperGpu : public PlaneWarper438 PlaneWarperGpu(float scale = 1.f) : PlaneWarper(scale) {} in PlaneWarperGpu()
65 class PlaneWarper : public WarperCreator class68 …tationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::PlaneWarper>(scale); } in create()