@Namespace(value="cv::detail") public static class opencv_stitching.RotationWarper extends Pointer
/** \brief Rotation-only model image warper interface.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.RotationWarper(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.
|
float |
getScale() |
void |
setScale(float arg0) |
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.
|
void |
warpBackward(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Size dst_size,
opencv_core.Mat dst)
\brief Projects the image backward.
|
opencv_core.Point2f |
warpPoint(opencv_core.Point2f pt,
opencv_core.Mat K,
opencv_core.Mat R)
\brief Projects the image point.
|
opencv_core.Rect |
warpRoi(opencv_core.Size src_size,
opencv_core.Mat K,
opencv_core.Mat R) |
address, 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.RotationWarper(Pointer p)
Pointer.Pointer(Pointer).@ByVal public opencv_core.Point2f warpPoint(@Const@ByRef opencv_core.Point2f pt, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R)
pt - Source pointK - Camera intrinsic parametersR - Camera rotation matrix@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)
src_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)
src - Source imageK - Camera intrinsic parametersR - Camera rotation matrixinterp_mode - Interpolation modeborder_mode - Border extrapolation modedst - Projected imagepublic void warpBackward(@ByVal opencv_core.Mat src, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R, int interp_mode, int border_mode, @ByVal opencv_core.Size dst_size, @ByVal opencv_core.Mat dst)
src - Projected imageK - Camera intrinsic parametersR - Camera rotation matrixinterp_mode - Interpolation modeborder_mode - Border extrapolation modedst_size - Backward-projected image sizedst - Backward-projected image@ByVal public opencv_core.Rect warpRoi(@ByVal opencv_core.Size src_size, @ByVal opencv_core.Mat K, @ByVal opencv_core.Mat R)
src_size - Source image bounding boxK - Camera intrinsic parametersR - Camera rotation matrixpublic float getScale()
public void setScale(float arg0)
Copyright © 2016. All rights reserved.