@Namespace(value="cv::videostab") public static class opencv_videostab.IDenseOptFlowEstimator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
IDenseOptFlowEstimator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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, 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, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic IDenseOptFlowEstimator(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)
Copyright © 2017. All rights reserved.