@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.FeatherBlender extends opencv_stitching.Blender
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorFEATHER, MULTI_BAND, NO| Constructor and Description |
|---|
opencv_stitching.FeatherBlender() |
opencv_stitching.FeatherBlender(float sharpness) |
opencv_stitching.FeatherBlender(long size)
Native array allocator.
|
opencv_stitching.FeatherBlender(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.
|
opencv_core.Rect |
createWeightMaps(opencv_core.UMatVector masks,
opencv_core.PointVector corners,
opencv_core.UMatVector weight_maps)
Creates weight maps for fixed set of source images by their masks and top-left corners.
|
void |
feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl)
\brief Processes the image.
|
opencv_stitching.FeatherBlender |
position(long position) |
void |
prepare(opencv_core.Rect dst_roi)
\overload
|
void |
setSharpness(float val) |
float |
sharpness() |
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.FeatherBlender(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.FeatherBlender(long size)
Pointer.position(long).public opencv_stitching.FeatherBlender(float sharpness)
public opencv_stitching.FeatherBlender()
public opencv_stitching.FeatherBlender position(long position)
position in class opencv_stitching.Blenderpublic float sharpness()
public void setSharpness(float 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 mask@ByVal public opencv_core.Rect createWeightMaps(@Const@ByRef opencv_core.UMatVector masks, @Const@ByRef opencv_core.PointVector corners, @ByRef opencv_core.UMatVector weight_maps)
Copyright © 2016. All rights reserved.