@Name(value="cv::superres::FarnebackOpticalFlow") @Properties(inherit=opencv_superres.class) public class SuperResFarnebackOpticalFlow extends DenseOpticalFlowExt
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SuperResFarnebackOpticalFlow(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags() |
int |
getIterations() |
int |
getLevelsNumber() |
int |
getPolyN() |
double |
getPolySigma() |
double |
getPyrScale() |
int |
getWindowSize() |
void |
setFlags(int val)
\copybrief getFlags @see getFlags
|
void |
setIterations(int val)
\copybrief getIterations @see getIterations
|
void |
setLevelsNumber(int val)
\copybrief getLevelsNumber @see getLevelsNumber
|
void |
setPolyN(int val)
\copybrief getPolyN @see getPolyN
|
void |
setPolySigma(double val)
\copybrief getPolySigma @see getPolySigma
|
void |
setPyrScale(double val)
\copybrief getPyrScale @see getPyrScale
|
void |
setWindowSize(int val)
\copybrief getWindowSize @see getWindowSize
|
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 SuperResFarnebackOpticalFlow(Pointer p)
Pointer.Pointer(Pointer)
.public double getPyrScale()
setPyrScale
public void setPyrScale(double val)
public int getLevelsNumber()
setLevelsNumber
public void setLevelsNumber(int val)
public int getWindowSize()
setWindowSize
public void setWindowSize(int val)
public int getIterations()
setIterations
public void setIterations(int val)
public int getPolyN()
setPolyN
public void setPolyN(int val)
public double getPolySigma()
setPolySigma
public void setPolySigma(double val)
public int getFlags()
setFlags
public void setFlags(int val)
Copyright © 2020. All rights reserved.