@Namespace(value="cv::superres") @Properties(inherit=opencv_superres.class) public class DenseOpticalFlowExt extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DenseOpticalFlowExt(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calc(GpuMat frame0,
GpuMat frame1,
GpuMat flow1) |
void |
calc(GpuMat frame0,
GpuMat frame1,
GpuMat flow1,
GpuMat flow2) |
void |
calc(Mat frame0,
Mat frame1,
Mat flow1) |
void |
calc(Mat frame0,
Mat frame1,
Mat flow1,
Mat flow2) |
void |
calc(UMat frame0,
UMat frame1,
UMat flow1) |
void |
calc(UMat frame0,
UMat frame1,
UMat flow1,
UMat flow2) |
void |
collectGarbage() |
clear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, 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, zeropublic DenseOpticalFlowExt(Pointer p)
Pointer.Pointer(Pointer).public void calc(@ByVal Mat frame0, @ByVal Mat frame1, @ByVal Mat flow1, @ByVal(nullValue="cv::OutputArray(cv::noArray())") Mat flow2)
public void calc(@ByVal UMat frame0, @ByVal UMat frame1, @ByVal UMat flow1, @ByVal(nullValue="cv::OutputArray(cv::noArray())") UMat flow2)
public void calc(@ByVal GpuMat frame0, @ByVal GpuMat frame1, @ByVal GpuMat flow1, @ByVal(nullValue="cv::OutputArray(cv::noArray())") GpuMat flow2)
public void collectGarbage()
Copyright © 2020. All rights reserved.