HomeSort by relevance Sort by last modified time
    Searched defs:FisheyeWarper (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/
warpers.hpp 87 class FisheyeWarper : public WarperCreator
90 Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::FisheyeWarper>(scale); }
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp 271 class CV_EXPORTS FisheyeWarper : public RotationWarperBase<FisheyeProjector>
274 FisheyeWarper(float scale) { projector_.scale = scale; }

Completed in 864 milliseconds