@Namespace(value="cv") @Properties(inherit=opencv_video.class) public class FarnebackOpticalFlow extends DenseOpticalFlow
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FarnebackOpticalFlow(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static FarnebackOpticalFlow |
create() |
static FarnebackOpticalFlow |
create(int numLevels,
double pyrScale,
boolean fastPyramids,
int winSize,
int numIters,
int polyN,
double polySigma,
int flags) |
boolean |
getFastPyramids() |
int |
getFlags() |
int |
getNumIters() |
int |
getNumLevels() |
int |
getPolyN() |
double |
getPolySigma() |
double |
getPyrScale() |
int |
getWinSize() |
void |
setFastPyramids(boolean fastPyramids) |
void |
setFlags(int flags) |
void |
setNumIters(int numIters) |
void |
setNumLevels(int numLevels) |
void |
setPolyN(int polyN) |
void |
setPolySigma(double polySigma) |
void |
setPyrScale(double pyrScale) |
void |
setWinSize(int winSize) |
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 FarnebackOpticalFlow(Pointer p)
Pointer.Pointer(Pointer)
.public int getNumLevels()
public void setNumLevels(int numLevels)
public double getPyrScale()
public void setPyrScale(double pyrScale)
public int getWinSize()
public void setWinSize(int winSize)
public int getNumIters()
public void setNumIters(int numIters)
public int getPolyN()
public void setPolyN(int polyN)
public double getPolySigma()
public void setPolySigma(double polySigma)
public int getFlags()
public void setFlags(int flags)
@opencv_core.Ptr public static FarnebackOpticalFlow create(int numLevels, double pyrScale, @Cast(value="bool") boolean fastPyramids, int winSize, int numIters, int polyN, double polySigma, int flags)
@opencv_core.Ptr public static FarnebackOpticalFlow create()
Copyright © 2020. All rights reserved.