@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.MultiBandBlender extends opencv_stitching.Blender
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
FEATHER, MULTI_BAND, NO
Constructor and Description |
---|
opencv_stitching.MultiBandBlender() |
opencv_stitching.MultiBandBlender(int try_gpu,
int num_bands,
int weight_type) |
opencv_stitching.MultiBandBlender(long size)
Native array allocator.
|
opencv_stitching.MultiBandBlender(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
blend(opencv_core.Mat dst,
opencv_core.Mat dst_mask)
\brief Blends and returns the final pano.
|
void |
feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl)
\brief Processes the image.
|
int |
numBands() |
opencv_stitching.MultiBandBlender |
position(long position) |
void |
prepare(opencv_core.Rect dst_roi)
\overload
|
void |
setNumBands(int val) |
createDefault, createDefault, prepare
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, put, setNull, sizeof, toString, totalBytes, withDeallocator, zero
public opencv_stitching.MultiBandBlender(Pointer p)
Pointer.Pointer(Pointer)
.public opencv_stitching.MultiBandBlender(long size)
Pointer.position(long)
.public opencv_stitching.MultiBandBlender(int try_gpu, int num_bands, int weight_type)
public opencv_stitching.MultiBandBlender()
public opencv_stitching.MultiBandBlender position(long position)
position
in class opencv_stitching.Blender
public int numBands()
public void setNumBands(int val)
public void prepare(@ByVal opencv_core.Rect dst_roi)
opencv_stitching.Blender
prepare
in class opencv_stitching.Blender
public void feed(@ByVal opencv_core.Mat img, @ByVal opencv_core.Mat mask, @ByVal opencv_core.Point tl)
opencv_stitching.Blender
feed
in class opencv_stitching.Blender
img
- Source imagemask
- Source image masktl
- Source image top-left cornerspublic void blend(@ByVal opencv_core.Mat dst, @ByVal opencv_core.Mat dst_mask)
opencv_stitching.Blender
blend
in class opencv_stitching.Blender
dst
- Final panodst_mask
- Final pano maskCopyright © 2016. All rights reserved.