public static class opencv_videostab.InpaintingPipeline extends opencv_videostab.InpainterBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.InpaintingPipeline() |
opencv_videostab.InpaintingPipeline(int size) |
opencv_videostab.InpaintingPipeline(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty() |
void |
inpaint(int idx,
opencv_core.Mat frame,
opencv_core.Mat mask) |
opencv_videostab.InpaintingPipeline |
position(int position) |
void |
pushBack(opencv_videostab.InpainterBase inpainter) |
void |
setFrames(opencv_core.MatVector val) |
void |
setMotions(opencv_core.MatVector val) |
void |
setRadius(int val) |
void |
setStabilizationMotions(opencv_core.MatVector val) |
void |
setStabilizedFrames(opencv_core.MatVector val) |
void |
update() |
frames, motions, radius, stabilizationMotions, stabilizedFramesaddress, 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_videostab.InpaintingPipeline()
public opencv_videostab.InpaintingPipeline(int size)
public opencv_videostab.InpaintingPipeline(Pointer p)
public opencv_videostab.InpaintingPipeline position(int position)
public void pushBack(opencv_videostab.InpainterBase inpainter)
public boolean empty()
public void setRadius(int val)
setRadius in class opencv_videostab.InpainterBasepublic void setFrames(opencv_core.MatVector val)
setFrames in class opencv_videostab.InpainterBasepublic void setMotions(opencv_core.MatVector val)
setMotions in class opencv_videostab.InpainterBasepublic void setStabilizedFrames(opencv_core.MatVector val)
setStabilizedFrames in class opencv_videostab.InpainterBasepublic void setStabilizationMotions(opencv_core.MatVector val)
setStabilizationMotions in class opencv_videostab.InpainterBasepublic void update()
update in class opencv_videostab.InpainterBasepublic void inpaint(int idx,
opencv_core.Mat frame,
opencv_core.Mat mask)
inpaint in class opencv_videostab.InpainterBaseCopyright © 2014. All Rights Reserved.