Home
last modified time | relevance | path

Searched defs:FisheyeWarper (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/
Dwarpers.hpp87 class FisheyeWarper : public WarperCreator class
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers.hpp271 class CV_EXPORTS FisheyeWarper : public RotationWarperBase<FisheyeProjector> class
274 FisheyeWarper(float scale) { projector_.scale = scale; } in FisheyeWarper() function in cv::detail::FisheyeWarper