public static class opencv_stitching.Blender extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
FEATHER
enum cv::detail::Blender::
|
static int |
MULTI_BAND
enum cv::detail::Blender::
|
static int |
NO
enum cv::detail::Blender::
|
| Constructor and Description |
|---|
opencv_stitching.Blender() |
opencv_stitching.Blender(int size) |
opencv_stitching.Blender(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
blend(opencv_core.Mat dst,
opencv_core.Mat dst_mask) |
opencv_stitching.Blender |
createDefault(int type) |
opencv_stitching.Blender |
createDefault(int type,
boolean try_gpu) |
void |
feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl) |
opencv_stitching.Blender |
position(int position) |
void |
prepare(opencv_core.Point corners,
opencv_core.Size sizes) |
void |
prepare(opencv_core.Rect dst_roi) |
address, 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 static final int NO
public static final int FEATHER
public static final int MULTI_BAND
public opencv_stitching.Blender()
public opencv_stitching.Blender(int size)
public opencv_stitching.Blender(Pointer p)
public opencv_stitching.Blender position(int position)
public opencv_stitching.Blender createDefault(int type, boolean try_gpu)
public opencv_stitching.Blender createDefault(int type)
public void prepare(opencv_core.Point corners, opencv_core.Size sizes)
public void prepare(opencv_core.Rect dst_roi)
public void feed(opencv_core.Mat img, opencv_core.Mat mask, opencv_core.Point tl)
public void blend(opencv_core.Mat dst, opencv_core.Mat dst_mask)
Copyright © 2014. All Rights Reserved.