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) |
opencv_stitching.DetailPlaneWarper(int size) |
opencv_stitching.DetailPlaneWarper(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.Mat T,
opencv_core.Mat xmap,
opencv_core.Mat ymap) |
opencv_stitching.DetailPlaneWarper |
position(int position) |
void |
setScale(float scale) |
opencv_core.Point |
warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat T,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point2f |
warpPoint(opencv_core.Point2f pt,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat T) |
opencv_core.Rect |
warpRoi(opencv_core.Size src_size,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat T) |
buildMaps, getScale, warp, 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, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_stitching.DetailPlaneWarper(Pointer p)
public opencv_stitching.DetailPlaneWarper(int size)
public opencv_stitching.DetailPlaneWarper(float scale)
public opencv_stitching.DetailPlaneWarper()
public opencv_stitching.DetailPlaneWarper position(int position)
public void setScale(float scale)
setScale in class opencv_stitching.RotationWarperpublic opencv_core.Point2f warpPoint(opencv_core.Point2f pt, opencv_core.Mat K, opencv_core.Mat R, opencv_core.Mat T)
public opencv_core.Rect buildMaps(opencv_core.Size src_size, opencv_core.Mat K, opencv_core.Mat R, opencv_core.Mat T, opencv_core.Mat xmap, opencv_core.Mat ymap)
public opencv_core.Point warp(opencv_core.Mat src, opencv_core.Mat K, opencv_core.Mat R, opencv_core.Mat T, int interp_mode, int border_mode, opencv_core.Mat dst)
public opencv_core.Rect warpRoi(opencv_core.Size src_size, opencv_core.Mat K, opencv_core.Mat R, opencv_core.Mat T)
Copyright © 2014. All Rights Reserved.