Home
last modified time | relevance | path

Searched refs:CylindricalWarper (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/
H A Dwarpers.hpp83 class CylindricalWarper: public WarperCreator class
86 …Warper> create(float scale) const CV_OVERRIDE { return makePtr<detail::CylindricalWarper>(scale); } in create()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dwarpers.hpp275 class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector> class
282 CylindricalWarper(float scale) { projector_.scale = scale; } in CylindricalWarper() function in cv::detail::CylindricalWarper
521 class CV_EXPORTS CylindricalWarperGpu : public CylindricalWarper
524 CylindricalWarperGpu(float scale) : CylindricalWarper(scale) {} in CylindricalWarperGpu()