@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.MultiBandBlender extends opencv_stitching.Blender
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorFEATHER, 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, prepareaddress, 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.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.Blenderpublic int numBands()
public void setNumBands(int val)
public void prepare(@ByVal opencv_core.Rect dst_roi)
opencv_stitching.Blenderprepare in class opencv_stitching.Blenderpublic void feed(@ByVal opencv_core.Mat img, @ByVal opencv_core.Mat mask, @ByVal opencv_core.Point tl)
opencv_stitching.Blenderfeed in class opencv_stitching.Blenderimg - 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.Blenderblend in class opencv_stitching.Blenderdst - Final panodst_mask - Final pano maskCopyright © 2016. All rights reserved.