public static class opencv_videostab.InpainterBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.InpainterBase() |
opencv_videostab.InpainterBase(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.MatVector |
frames() |
void |
inpaint(int idx,
opencv_core.Mat frame,
opencv_core.Mat mask) |
opencv_core.MatVector |
motions() |
int |
radius() |
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) |
opencv_core.MatVector |
stabilizationMotions() |
opencv_core.MatVector |
stabilizedFrames() |
void |
update() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_videostab.InpainterBase()
public opencv_videostab.InpainterBase(Pointer p)
public void setRadius(int val)
public int radius()
public void setFrames(opencv_core.MatVector val)
public opencv_core.MatVector frames()
public void setMotions(opencv_core.MatVector val)
public opencv_core.MatVector motions()
public void setStabilizedFrames(opencv_core.MatVector val)
public opencv_core.MatVector stabilizedFrames()
public void setStabilizationMotions(opencv_core.MatVector val)
public opencv_core.MatVector stabilizationMotions()
public void update()
public void inpaint(int idx,
opencv_core.Mat frame,
opencv_core.Mat mask)
Copyright © 2014. All Rights Reserved.