@Namespace(value="cv::superres") @Properties(inherit=opencv_superres.class) public class BroxOpticalFlow extends DenseOpticalFlowExt
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BroxOpticalFlow(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getAlpha()
\brief Flow smoothness
/** @see setAlpha
|
double |
getGamma()
\brief Gradient constancy importance
/** @see setGamma
|
int |
getInnerIterations()
\brief Number of lagged non-linearity iterations (inner loop)
/** @see setInnerIterations
|
int |
getOuterIterations()
\brief Number of warping iterations (number of pyramid levels)
/** @see setOuterIterations
|
double |
getScaleFactor()
\brief Pyramid scale factor
/** @see setScaleFactor
|
int |
getSolverIterations()
\brief Number of linear system solver iterations
/** @see setSolverIterations
|
void |
setAlpha(double val)
\copybrief getAlpha @see getAlpha
|
void |
setGamma(double val)
\copybrief getGamma @see getGamma
|
void |
setInnerIterations(int val)
\copybrief getInnerIterations @see getInnerIterations
|
void |
setOuterIterations(int val)
\copybrief getOuterIterations @see getOuterIterations
|
void |
setScaleFactor(double val)
\copybrief getScaleFactor @see getScaleFactor
|
void |
setSolverIterations(int val)
\copybrief getSolverIterations @see getSolverIterations
|
calc, calc, calc, calc, calc, calc, collectGarbage
clear, empty, getDefaultName, position, read, save, save, write, write, write
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public BroxOpticalFlow(Pointer p)
Pointer.Pointer(Pointer)
.public double getAlpha()
public void setAlpha(double val)
public double getGamma()
public void setGamma(double val)
public double getScaleFactor()
public void setScaleFactor(double val)
public int getInnerIterations()
public void setInnerIterations(int val)
public int getOuterIterations()
public void setOuterIterations(int val)
public int getSolverIterations()
public void setSolverIterations(int val)
Copyright © 2020. All rights reserved.