@Namespace(value="cv::detail") public static class opencv_stitching.AffineWarper extends opencv_stitching.DetailPlaneWarper
Uses affine transformation in homogeneous coordinates to represent both rotation and translation in camera rotation matrix.
| Constructor and Description |
|---|
AffineWarper() |
AffineWarper(float scale)
\brief Construct an instance of the affine warper class.
|
AffineWarper(long size)
Native array allocator.
|
AffineWarper(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
buildMaps, buildMaps, buildMaps, warp, warp, warp, warpPoint, warpPoint, warpPoint, warpRoi, warpRoi, warpRoigetScale, setScale, warpBackward, warpBackward, warpBackwardaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AffineWarper(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public AffineWarper(long size)
Pointer.position(long).public AffineWarper(float scale)
scale - Projected image scale multiplierpublic AffineWarper()
public opencv_stitching.AffineWarper position(long position)
position in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Point2f warpPoint(@Const @ByRef opencv_core.Point2f pt, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R)
opencv_stitching.RotationWarperwarpPoint in class opencv_stitching.DetailPlaneWarperpt - Source pointK - Camera intrinsic parametersR - Camera rotation matrix@ByVal public opencv_core.Point2f warpPoint(@Const @ByRef opencv_core.Point2f pt, @ByVal opencv_core.UMat K, @ByVal opencv_core.UMat R)
warpPoint in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Point2f warpPoint(@Const @ByRef opencv_core.Point2f pt, @ByVal opencv_core.GpuMat K, @ByVal opencv_core.GpuMat R)
warpPoint in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Rect buildMaps(@ByVal opencv_core.Size src_size, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R, @ByVal opencv_core.Mat xmap, @ByVal opencv_core.Mat ymap)
opencv_stitching.RotationWarperbuildMaps in class opencv_stitching.DetailPlaneWarpersrc_size - Source image sizeK - Camera intrinsic parametersR - Camera rotation matrixxmap - Projection map for the x axisymap - Projection map for the y axis@ByVal public opencv_core.Rect buildMaps(@ByVal opencv_core.Size src_size, @ByVal opencv_core.UMat K, @ByVal opencv_core.UMat R, @ByVal opencv_core.UMat xmap, @ByVal opencv_core.UMat ymap)
buildMaps in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Rect buildMaps(@ByVal opencv_core.Size src_size, @ByVal opencv_core.GpuMat K, @ByVal opencv_core.GpuMat R, @ByVal opencv_core.GpuMat xmap, @ByVal opencv_core.GpuMat ymap)
buildMaps in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Point warp(@ByVal opencv_core.Mat src, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R, int interp_mode, int border_mode, @ByVal opencv_core.Mat dst)
opencv_stitching.RotationWarperwarp in class opencv_stitching.DetailPlaneWarpersrc - Source imageK - Camera intrinsic parametersR - Camera rotation matrixinterp_mode - Interpolation modeborder_mode - Border extrapolation modedst - Projected image@ByVal public opencv_core.Point warp(@ByVal opencv_core.UMat src, @ByVal opencv_core.UMat K, @ByVal opencv_core.UMat R, int interp_mode, int border_mode, @ByVal opencv_core.UMat dst)
warp in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Point warp(@ByVal opencv_core.GpuMat src, @ByVal opencv_core.GpuMat K, @ByVal opencv_core.GpuMat R, int interp_mode, int border_mode, @ByVal opencv_core.GpuMat dst)
warp in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Rect warpRoi(@ByVal opencv_core.Size src_size, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R)
warpRoi in class opencv_stitching.DetailPlaneWarpersrc_size - Source image bounding boxK - Camera intrinsic parametersR - Camera rotation matrix@ByVal public opencv_core.Rect warpRoi(@ByVal opencv_core.Size src_size, @ByVal opencv_core.UMat K, @ByVal opencv_core.UMat R)
warpRoi in class opencv_stitching.DetailPlaneWarper@ByVal public opencv_core.Rect warpRoi(@ByVal opencv_core.Size src_size, @ByVal opencv_core.GpuMat K, @ByVal opencv_core.GpuMat R)
warpRoi in class opencv_stitching.DetailPlaneWarperCopyright © 2018. All rights reserved.