@Name(value="cv::detail::PlaneWarper") public static class opencv_stitching.DetailPlaneWarper extends opencv_stitching.RotationWarper
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.DetailPlaneWarper() |
opencv_stitching.DetailPlaneWarper(float scale)
\brief Construct an instance of the plane warper class.
|
opencv_stitching.DetailPlaneWarper(long size)
Native array allocator.
|
opencv_stitching.DetailPlaneWarper(Pointer p)
Pointer cast constructor.
|
getScale, setScale, warpBackwardaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_stitching.DetailPlaneWarper(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.DetailPlaneWarper(long size)
Pointer.position(long).public opencv_stitching.DetailPlaneWarper(float scale)
scale - Projected image scale multiplierpublic opencv_stitching.DetailPlaneWarper()
public opencv_stitching.DetailPlaneWarper position(long position)
@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.RotationWarperpt - Source pointK - Camera intrinsic parametersR - Camera rotation matrix@ByVal public opencv_core.Point2f warpPoint(@Const@ByRef opencv_core.Point2f pt, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R, @ByVal opencv_core.Mat T)
@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 T, @ByVal opencv_core.Mat xmap, @ByVal opencv_core.Mat ymap)
@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 image@ByVal public opencv_core.Point warp(@ByVal opencv_core.Mat src, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R, @ByVal opencv_core.Mat T, int interp_mode, int border_mode, @ByVal opencv_core.Mat dst)
@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.RotationWarpersrc_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.Mat K, @ByVal opencv_core.Mat R, @ByVal opencv_core.Mat T)
Copyright © 2016. All rights reserved.