@Namespace(value="cv::videostab") public static class opencv_videostab.SparsePyrLkOptFlowEstimator extends opencv_videostab.PyrLkOptFlowEstimatorBase
| Constructor and Description |
|---|
SparsePyrLkOptFlowEstimator()
Default native constructor.
|
SparsePyrLkOptFlowEstimator(long size)
Native array allocator.
|
SparsePyrLkOptFlowEstimator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_videostab.ISparseOptFlowEstimator |
asISparseOptFlowEstimator() |
static opencv_videostab.ISparseOptFlowEstimator |
asISparseOptFlowEstimator(opencv_videostab.SparsePyrLkOptFlowEstimator pointer) |
opencv_videostab.SparsePyrLkOptFlowEstimator |
position(long position) |
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) |
maxLevel, setMaxLevel, setWinSize, winSizeaddress, 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 SparsePyrLkOptFlowEstimator()
public SparsePyrLkOptFlowEstimator(long size)
Pointer.position(long).public SparsePyrLkOptFlowEstimator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_videostab.SparsePyrLkOptFlowEstimator position(long position)
position in class opencv_videostab.PyrLkOptFlowEstimatorBasepublic opencv_videostab.ISparseOptFlowEstimator asISparseOptFlowEstimator()
@Namespace @Name(value="static_cast<cv::videostab::ISparseOptFlowEstimator*>") public static opencv_videostab.ISparseOptFlowEstimator asISparseOptFlowEstimator(opencv_videostab.SparsePyrLkOptFlowEstimator 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.