OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CylindricalProjector
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp
236
struct CV_EXPORTS
CylindricalProjector
: ProjectorBase
245
class CV_EXPORTS CylindricalWarper : public RotationWarperBase<
CylindricalProjector
>
259
RotationWarperBase<
CylindricalProjector
>::detectResultRoiByBorder(src_size, dst_tl, dst_br);
warpers_inl.hpp
279
void
CylindricalProjector
::mapForward(float x, float y, float &u, float &v)
291
void
CylindricalProjector
::mapBackward(float u, float v, float &x, float &y)
/external/opencv3/modules/stitching/src/
warpers.cpp
392
return RotationWarperBase<
CylindricalProjector
>::buildMaps(src_size, K, R, xmap, ymap);
Completed in 48 milliseconds