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(int size) |
opencv_stitching.FeatherBlender(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
blend(opencv_core.Mat dst,
opencv_core.Mat dst_mask) |
opencv_core.Rect |
createWeightMaps(opencv_core.MatVector masks,
opencv_core.Point corners,
opencv_core.MatVector weight_maps) |
void |
feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl) |
opencv_stitching.FeatherBlender |
position(int position) |
void |
prepare(opencv_core.Rect dst_roi) |
void |
setSharpness(float val) |
float |
sharpness() |
createDefault, createDefault, prepareaddress, 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 opencv_stitching.FeatherBlender(Pointer p)
public opencv_stitching.FeatherBlender(int size)
public opencv_stitching.FeatherBlender(float sharpness)
public opencv_stitching.FeatherBlender()
public opencv_stitching.FeatherBlender position(int position)
position in class opencv_stitching.Blenderpublic float sharpness()
public void setSharpness(float val)
public void prepare(opencv_core.Rect dst_roi)
prepare in class opencv_stitching.Blenderpublic void feed(opencv_core.Mat img, opencv_core.Mat mask, opencv_core.Point tl)
feed in class opencv_stitching.Blenderpublic void blend(opencv_core.Mat dst, opencv_core.Mat dst_mask)
blend in class opencv_stitching.Blenderpublic opencv_core.Rect createWeightMaps(opencv_core.MatVector masks, opencv_core.Point corners, opencv_core.MatVector weight_maps)
Copyright © 2014. All Rights Reserved.