@Namespace(value="cv::videostab")
@NoOffset
public static class opencv_videostab.ImageMotionEstimatorBase
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
ImageMotionEstimatorBase(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
estimate(opencv_core.Mat frame0,
opencv_core.Mat frame1) |
opencv_core.Mat |
estimate(opencv_core.Mat frame0,
opencv_core.Mat frame1,
boolean[] ok) |
opencv_core.Mat |
estimate(opencv_core.Mat frame0,
opencv_core.Mat frame1,
org.bytedeco.javacpp.BoolPointer ok) |
int |
motionModel() |
void |
setMotionModel(int val) |
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 ImageMotionEstimatorBase(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void setMotionModel(@Cast(value="cv::videostab::MotionModel")
int val)
@Cast(value="cv::videostab::MotionModel") public int motionModel()
@ByVal public opencv_core.Mat estimate(@Const @ByRef opencv_core.Mat frame0, @Const @ByRef opencv_core.Mat frame1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
@ByVal public opencv_core.Mat estimate(@Const @ByRef opencv_core.Mat frame0, @Const @ByRef opencv_core.Mat frame1)
@ByVal public opencv_core.Mat estimate(@Const @ByRef opencv_core.Mat frame0, @Const @ByRef opencv_core.Mat frame1, @Cast(value="bool*") boolean[] ok)
Copyright © 2018. All rights reserved.