OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotationWarperBase
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp
141
class CV_EXPORTS
RotationWarperBase
: public RotationWarper
180
class CV_EXPORTS PlaneWarper : public
RotationWarperBase
<PlaneProjector>
220
class CV_EXPORTS SphericalWarper : public
RotationWarperBase
<SphericalProjector>
245
class CV_EXPORTS CylindricalWarper : public
RotationWarperBase
<CylindricalProjector>
259
RotationWarperBase
<CylindricalProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br);
271
class CV_EXPORTS FisheyeWarper : public
RotationWarperBase
<FisheyeProjector>
285
class CV_EXPORTS StereographicWarper : public
RotationWarperBase
<StereographicProjector>
301
class CV_EXPORTS CompressedRectilinearWarper : public
RotationWarperBase
<CompressedRectilinearProjector>
322
class CV_EXPORTS CompressedRectilinearPortraitWarper : public
RotationWarperBase
<CompressedRectilinearPortraitProjector>
343
class CV_EXPORTS PaniniWarper : public
RotationWarperBase
<PaniniProjector
[
all
...]
warpers_inl.hpp
56
Point2f
RotationWarperBase
<P>::warpPoint(const Point2f &pt, InputArray K, InputArray R)
66
Rect
RotationWarperBase
<P>::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray _xmap, OutputArray _ymap)
94
Point
RotationWarperBase
<P>::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode,
108
void
RotationWarperBase
<P>::warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode,
139
Rect
RotationWarperBase
<P>::warpRoi(Size src_size, InputArray K, InputArray R)
151
void
RotationWarperBase
<P>::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br)
177
void
RotationWarperBase
<P>::detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br)
/external/opencv3/modules/stitching/src/
warpers.cpp
343
return
RotationWarperBase
<SphericalProjector>::buildMaps(src_size, K, R, xmap, ymap);
392
return
RotationWarperBase
<CylindricalProjector>::buildMaps(src_size, K, R, xmap, ymap);
Completed in 527 milliseconds