@Namespace(value="cv::videostab")
@NoOffset
public static class opencv_videostab.DeblurerBase
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
DeblurerBase(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.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(org.bytedeco.javacpp.FloatPointer val) |
void |
setFrames(opencv_core.MatVector val) |
void |
setMotions(opencv_core.MatVector val) |
void |
setRadius(int val) |
address, 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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DeblurerBase(org.bytedeco.javacpp.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
org.bytedeco.javacpp.FloatPointer val)
public void setBlurrinessRates(@StdVector
FloatBuffer val)
public void setBlurrinessRates(@StdVector
float[] val)
@StdVector public org.bytedeco.javacpp.FloatPointer blurrinessRates()
Copyright © 2018. All rights reserved.