@Namespace(value="cv::videostab")
public static class opencv_videostab.IDenseOptFlowEstimator
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IDenseOptFlowEstimator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(opencv_core.GpuMat frame0,
opencv_core.GpuMat frame1,
opencv_core.GpuMat flowX,
opencv_core.GpuMat flowY,
opencv_core.GpuMat errors) |
void |
run(opencv_core.Mat frame0,
opencv_core.Mat frame1,
opencv_core.Mat flowX,
opencv_core.Mat flowY,
opencv_core.Mat errors) |
void |
run(opencv_core.UMat frame0,
opencv_core.UMat frame1,
opencv_core.UMat flowX,
opencv_core.UMat flowY,
opencv_core.UMat errors) |
address, 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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IDenseOptFlowEstimator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void run(@ByVal
opencv_core.Mat frame0,
@ByVal
opencv_core.Mat frame1,
@ByVal
opencv_core.Mat flowX,
@ByVal
opencv_core.Mat flowY,
@ByVal
opencv_core.Mat errors)
public void run(@ByVal
opencv_core.UMat frame0,
@ByVal
opencv_core.UMat frame1,
@ByVal
opencv_core.UMat flowX,
@ByVal
opencv_core.UMat flowY,
@ByVal
opencv_core.UMat errors)
public void run(@ByVal
opencv_core.GpuMat frame0,
@ByVal
opencv_core.GpuMat frame1,
@ByVal
opencv_core.GpuMat flowX,
@ByVal
opencv_core.GpuMat flowY,
@ByVal
opencv_core.GpuMat errors)
Copyright © 2018. All rights reserved.