@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.FeatherBlender extends opencv_stitching.Blender
FEATHER, MULTI_BAND, NO| Constructor and Description |
|---|
FeatherBlender() |
FeatherBlender(float sharpness) |
FeatherBlender(long size)
Native array allocator.
|
FeatherBlender(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
blend(opencv_core.GpuMat dst,
opencv_core.GpuMat dst_mask) |
void |
blend(opencv_core.Mat dst,
opencv_core.Mat dst_mask)
\brief Blends and returns the final pano.
|
void |
blend(opencv_core.UMat dst,
opencv_core.UMat dst_mask) |
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.GpuMat img,
opencv_core.GpuMat mask,
opencv_core.Point tl) |
void |
feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl)
\brief Processes the image.
|
void |
feed(opencv_core.UMat img,
opencv_core.UMat mask,
opencv_core.Point tl) |
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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FeatherBlender(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public FeatherBlender(long size)
Pointer.position(long).public FeatherBlender(float sharpness)
public 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 feed(@ByVal
opencv_core.UMat img,
@ByVal
opencv_core.UMat mask,
@ByVal
opencv_core.Point tl)
feed in class opencv_stitching.Blenderpublic void feed(@ByVal
opencv_core.GpuMat img,
@ByVal
opencv_core.GpuMat mask,
@ByVal
opencv_core.Point tl)
feed in class opencv_stitching.Blenderpublic 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 maskpublic void blend(@ByVal
opencv_core.UMat dst,
@ByVal
opencv_core.UMat dst_mask)
blend in class opencv_stitching.Blenderpublic void blend(@ByVal
opencv_core.GpuMat dst,
@ByVal
opencv_core.GpuMat dst_mask)
blend in class opencv_stitching.Blender@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 © 2018. All rights reserved.