@Namespace(value="cv::videostab")
public static class opencv_videostab.ISparseOptFlowEstimator
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
ISparseOptFlowEstimator(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 points0,
opencv_core.GpuMat points1,
opencv_core.GpuMat status,
opencv_core.GpuMat errors) |
void |
run(opencv_core.Mat frame0,
opencv_core.Mat frame1,
opencv_core.Mat points0,
opencv_core.Mat points1,
opencv_core.Mat status,
opencv_core.Mat errors) |
void |
run(opencv_core.UMat frame0,
opencv_core.UMat frame1,
opencv_core.UMat points0,
opencv_core.UMat points1,
opencv_core.UMat status,
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 ISparseOptFlowEstimator(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 points0,
@ByVal
opencv_core.Mat points1,
@ByVal
opencv_core.Mat status,
@ByVal
opencv_core.Mat errors)
public void run(@ByVal
opencv_core.UMat frame0,
@ByVal
opencv_core.UMat frame1,
@ByVal
opencv_core.UMat points0,
@ByVal
opencv_core.UMat points1,
@ByVal
opencv_core.UMat status,
@ByVal
opencv_core.UMat errors)
public void run(@ByVal
opencv_core.GpuMat frame0,
@ByVal
opencv_core.GpuMat frame1,
@ByVal
opencv_core.GpuMat points0,
@ByVal
opencv_core.GpuMat points1,
@ByVal
opencv_core.GpuMat status,
@ByVal
opencv_core.GpuMat errors)
Copyright © 2018. All rights reserved.