OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CylindricalPortraitProjector
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp
541
struct
CylindricalPortraitProjector
: ProjectorBase
548
class CV_EXPORTS CylindricalPortraitWarper : public RotationWarperBase<
CylindricalPortraitProjector
>
556
RotationWarperBase<
CylindricalPortraitProjector
>::detectResultRoiByBorder(src_size, dst_tl, dst_br);
warpers_inl.hpp
683
void
CylindricalPortraitProjector
::mapForward(float x, float y, float &u0, float &v0)
702
void
CylindricalPortraitProjector
::mapBackward(float u0, float v0, float &x, float &y)
Completed in 44 milliseconds