Package | Description |
---|---|
org.bytedeco.opencv.opencv_stitching |
Modifier and Type | Class and Description |
---|---|
class |
AffineWarper
\brief Affine warper that uses rotations and translations
|
class |
CylindricalPortraitWarper |
class |
DetailCompressedRectilinearPortraitWarper |
class |
DetailCompressedRectilinearWarper |
class |
DetailCylindricalWarper
\brief Warper that maps an image onto the x\*x + z\*z = 1 cylinder.
|
class |
DetailCylindricalWarperGpu |
class |
DetailFisheyeWarper |
class |
DetailMercatorWarper |
class |
DetailPaniniPortraitWarper |
class |
DetailPaniniWarper |
class |
DetailPlaneWarper
\brief Warper that maps an image onto the z = 1 plane.
|
class |
DetailPlaneWarperGpu |
class |
DetailSphericalWarper
\brief Warper that maps an image onto the unit sphere located at the origin.
|
class |
DetailSphericalWarperGpu |
class |
DetailStereographicWarper |
class |
DetailTransverseMercatorWarper |
class |
PlanePortraitWarper |
class |
SphericalPortraitWarper |
Modifier and Type | Method and Description |
---|---|
RotationWarper |
CompressedRectilinearPortraitWarper.create(float scale) |
RotationWarper |
CompressedRectilinearWarper.create(float scale) |
RotationWarper |
PaniniPortraitWarper.create(float scale) |
RotationWarper |
CylindricalWarper.create(float scale) |
RotationWarper |
WarperCreator.create(float scale) |
RotationWarper |
FisheyeWarper.create(float scale) |
RotationWarper |
SphericalWarper.create(float scale) |
RotationWarper |
PlaneWarper.create(float scale) |
RotationWarper |
TransverseMercatorWarper.create(float scale) |
RotationWarper |
MercatorWarper.create(float scale) |
RotationWarper |
PaniniWarper.create(float scale) |
RotationWarper |
StereographicWarper.create(float scale) |
Copyright © 2020. All rights reserved.