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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp 124 struct CV_EXPORTS ProjectorBase
172 struct CV_EXPORTS PlaneProjector : ProjectorBase
208 struct CV_EXPORTS SphericalProjector : ProjectorBase
236 struct CV_EXPORTS CylindricalProjector : ProjectorBase
264 struct CV_EXPORTS FisheyeProjector : ProjectorBase
278 struct CV_EXPORTS StereographicProjector : ProjectorBase
292 struct CV_EXPORTS CompressedRectilinearProjector : ProjectorBase
313 struct CV_EXPORTS CompressedRectilinearPortraitProjector : ProjectorBase
334 struct CV_EXPORTS PaniniProjector : ProjectorBase
355 struct CV_EXPORTS PaniniPortraitProjector : ProjectorBase
    [all...]
  /external/opencv3/modules/stitching/src/
warpers.cpp 49 void ProjectorBase::setCameraParams(InputArray _K, InputArray _R, InputArray _T)

Completed in 471 milliseconds