@Namespace(value="cv::superres") public static class opencv_superres.DenseOpticalFlowExt extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DenseOpticalFlowExt(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calc(opencv_core.Mat frame0,
opencv_core.Mat frame1,
opencv_core.Mat flow1) |
void |
calc(opencv_core.Mat frame0,
opencv_core.Mat frame1,
opencv_core.Mat flow1,
opencv_core.Mat flow2) |
void |
calc(opencv_core.UMat frame0,
opencv_core.UMat frame1,
opencv_core.UMat flow1) |
void |
calc(opencv_core.UMat frame0,
opencv_core.UMat frame1,
opencv_core.UMat flow1,
opencv_core.UMat flow2) |
void |
collectGarbage() |
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic DenseOpticalFlowExt(Pointer p)
Pointer.Pointer(Pointer).public void calc(@ByVal opencv_core.Mat frame0, @ByVal opencv_core.Mat frame1, @ByVal opencv_core.Mat flow1, @ByVal(nullValue="cv::OutputArray(cv::noArray())") opencv_core.Mat flow2)
public void calc(@ByVal opencv_core.Mat frame0, @ByVal opencv_core.Mat frame1, @ByVal opencv_core.Mat flow1)
public void calc(@ByVal opencv_core.UMat frame0, @ByVal opencv_core.UMat frame1, @ByVal opencv_core.UMat flow1, @ByVal(nullValue="cv::OutputArray(cv::noArray())") opencv_core.UMat flow2)
public void calc(@ByVal opencv_core.UMat frame0, @ByVal opencv_core.UMat frame1, @ByVal opencv_core.UMat flow1)
public void collectGarbage()
Copyright © 2017. All rights reserved.