public static class opencv_stitching.DetailCylindricalWarperGpu extends opencv_stitching.RotationWarper
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.DetailCylindricalWarperGpu() |
opencv_stitching.DetailCylindricalWarperGpu(float scale) |
opencv_stitching.DetailCylindricalWarperGpu(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Rect |
buildMaps(opencv_core.Size src_size,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.GpuMat xmap,
opencv_core.GpuMat ymap) |
opencv_core.Rect |
buildMaps(opencv_core.Size src_size,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat xmap,
opencv_core.Mat ymap) |
opencv_core.Point |
warp(opencv_core.GpuMat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
getScale, setScale, warpBackward, warpPoint, warpRoiaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_stitching.DetailCylindricalWarperGpu()
public opencv_stitching.DetailCylindricalWarperGpu(Pointer p)
public opencv_stitching.DetailCylindricalWarperGpu(float scale)
public opencv_core.Rect buildMaps(opencv_core.Size src_size, opencv_core.Mat K, opencv_core.Mat R, opencv_core.Mat xmap, opencv_core.Mat ymap)
buildMaps in class opencv_stitching.RotationWarperpublic opencv_core.Point warp(opencv_core.Mat src, opencv_core.Mat K, opencv_core.Mat R, int interp_mode, int border_mode, opencv_core.Mat dst)
warp in class opencv_stitching.RotationWarperpublic opencv_core.Rect buildMaps(opencv_core.Size src_size, opencv_core.Mat K, opencv_core.Mat R, opencv_core.GpuMat xmap, opencv_core.GpuMat ymap)
public opencv_core.Point warp(opencv_core.GpuMat src, opencv_core.Mat K, opencv_core.Mat R, int interp_mode, int border_mode, opencv_core.GpuMat dst)
Copyright © 2014. All Rights Reserved.