@Name(value="cv::detail::CylindricalWarperGpu") public static class opencv_stitching.DetailCylindricalWarperGpu extends opencv_stitching.RotationWarper
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.DetailCylindricalWarperGpu(float scale) |
opencv_stitching.DetailCylindricalWarperGpu(Pointer p)
Pointer cast constructor.
|
| 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.Mat xmap,
opencv_core.Mat ymap)
\brief Builds the projection maps according to the given camera data.
|
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)
\brief Projects the image.
|
getScale, setScale, warpBackward, warpPoint, warpRoiaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_stitching.DetailCylindricalWarperGpu(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.DetailCylindricalWarperGpu(float scale)
@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.RotationWarpersrc_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.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.RotationWarpersrc - Source imageK - Camera intrinsic parametersR - Camera rotation matrixinterp_mode - Interpolation modeborder_mode - Border extrapolation modedst - Projected imageCopyright © 2016. All rights reserved.