@Namespace(value="cv::cuda") @Properties(inherit=opencv_cudaoptflow.class) public class DensePyrLKOpticalFlow extends DenseOpticalFlow
The class can calculate an optical flow for a dense optical flow using the iterative Lucas-Kanade method with pyramids.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DensePyrLKOpticalFlow(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static DensePyrLKOpticalFlow |
create() |
static DensePyrLKOpticalFlow |
create(Size winSize,
int maxLevel,
int iters,
boolean useInitialFlow) |
int |
getMaxLevel() |
int |
getNumIters() |
boolean |
getUseInitialFlow() |
Size |
getWinSize() |
void |
setMaxLevel(int maxLevel) |
void |
setNumIters(int iters) |
void |
setUseInitialFlow(boolean useInitialFlow) |
void |
setWinSize(Size winSize) |
calc, calc, calc, calc, calc, calc
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 DensePyrLKOpticalFlow(Pointer p)
Pointer.Pointer(Pointer)
.public int getMaxLevel()
public void setMaxLevel(int maxLevel)
public int getNumIters()
public void setNumIters(int iters)
@opencv_core.Ptr public static DensePyrLKOpticalFlow create(@ByVal(nullValue="cv::Size(13, 13)") Size winSize, int maxLevel, int iters, @Cast(value="bool") boolean useInitialFlow)
@opencv_core.Ptr public static DensePyrLKOpticalFlow create()
Copyright © 2020. All rights reserved.