@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.DeblurerBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_videostab.DeblurerBase(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FloatPointer |
blurrinessRates() |
void |
deblur(int idx,
opencv_core.Mat frame) |
opencv_core.MatVector |
frames() |
opencv_core.MatVector |
motions() |
int |
radius() |
void |
setBlurrinessRates(float[] val) |
void |
setBlurrinessRates(FloatBuffer val) |
void |
setBlurrinessRates(FloatPointer val) |
void |
setFrames(opencv_core.MatVector val) |
void |
setMotions(opencv_core.MatVector val) |
void |
setRadius(int val) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zero
public opencv_videostab.DeblurerBase(Pointer p)
Pointer.Pointer(Pointer)
.public void setRadius(int val)
public int radius()
public void deblur(int idx, @ByRef opencv_core.Mat frame)
public void setFrames(@Const@ByRef opencv_core.MatVector val)
@Const @ByRef public opencv_core.MatVector frames()
public void setMotions(@Const@ByRef opencv_core.MatVector val)
@Const @ByRef public opencv_core.MatVector motions()
public void setBlurrinessRates(@StdVector FloatPointer val)
public void setBlurrinessRates(@StdVector FloatBuffer val)
public void setBlurrinessRates(@StdVector float[] val)
@StdVector public FloatPointer blurrinessRates()
Copyright © 2016. All rights reserved.