@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class DeblurerBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DeblurerBase(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FloatPointer |
blurrinessRates() |
void |
deblur(int idx,
Mat frame,
Range range) |
MatVector |
frames() |
MatVector |
motions() |
int |
radius() |
void |
setBlurrinessRates(float[] val) |
void |
setBlurrinessRates(FloatBuffer val) |
void |
setBlurrinessRates(FloatPointer val) |
void |
setFrames(MatVector val) |
void |
setMotions(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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public DeblurerBase(Pointer p)
Pointer.Pointer(Pointer)
.public void setRadius(int val)
public int radius()
public void setBlurrinessRates(@StdVector FloatPointer val)
public void setBlurrinessRates(@StdVector FloatBuffer val)
public void setBlurrinessRates(@StdVector float[] val)
@StdVector public FloatPointer blurrinessRates()
Copyright © 2020. All rights reserved.