@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(Algorithm pointer)
Downcast constructor.
|
SuperResFarnebackOpticalFlow(DenseOpticalFlowExt pointer)
Downcast constructor.
|
SuperResFarnebackOpticalFlow(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DenseOpticalFlowExt |
asDenseOpticalFlowExt() |
static DenseOpticalFlowExt |
asDenseOpticalFlowExt(SuperResFarnebackOpticalFlow pointer) |
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
|
asAlgorithm, asAlgorithm, calc, calc, calc, calc, calc, calc, collectGarbageclear, empty, getDefaultName, getPointer, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SuperResFarnebackOpticalFlow(Pointer p)
Pointer(Pointer).public SuperResFarnebackOpticalFlow(Algorithm pointer)
public SuperResFarnebackOpticalFlow(DenseOpticalFlowExt pointer)
public DenseOpticalFlowExt asDenseOpticalFlowExt()
@Namespace @Name(value="static_cast<cv::superres::DenseOpticalFlowExt*>") public static DenseOpticalFlowExt asDenseOpticalFlowExt(SuperResFarnebackOpticalFlow pointer)
public double getPyrScale()
setPyrScalepublic void setPyrScale(double val)
public int getLevelsNumber()
setLevelsNumberpublic void setLevelsNumber(int val)
public int getWindowSize()
setWindowSizepublic void setWindowSize(int val)
public int getIterations()
setIterationspublic void setIterations(int val)
public int getPolyN()
setPolyNpublic void setPolyN(int val)
public double getPolySigma()
setPolySigmapublic void setPolySigma(double val)
public int getFlags()
setFlagspublic void setFlags(int val)
Copyright © 2024. All rights reserved.