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

  /external/opencv3/modules/stitching/include/opencv2/stitching/
warpers.hpp 143 class MercatorWarper: public WarperCreator
146 Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::MercatorWarper>(scale); }
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp 384 class CV_EXPORTS MercatorWarper : public RotationWarperBase<MercatorProjector>
387 MercatorWarper(float scale) { projector_.scale = scale; }

Completed in 101 milliseconds