@Namespace(value="cv::superres") public static class opencv_superres.DenseOpticalFlowExt extends opencv_core.Algorithm
| Constructor and Description |
|---|
DenseOpticalFlowExt(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calc(opencv_core.GpuMat frame0,
opencv_core.GpuMat frame1,
opencv_core.GpuMat flow1) |
void |
calc(opencv_core.GpuMat frame0,
opencv_core.GpuMat frame1,
opencv_core.GpuMat flow1,
opencv_core.GpuMat flow2) |
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, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DenseOpticalFlowExt(org.bytedeco.javacpp.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 calc(@ByVal
opencv_core.GpuMat frame0,
@ByVal
opencv_core.GpuMat frame1,
@ByVal
opencv_core.GpuMat flow1,
@ByVal(nullValue="cv::OutputArray(cv::noArray())")
opencv_core.GpuMat flow2)
public void calc(@ByVal
opencv_core.GpuMat frame0,
@ByVal
opencv_core.GpuMat frame1,
@ByVal
opencv_core.GpuMat flow1)
public void collectGarbage()
Copyright © 2018. All rights reserved.