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