@Namespace(value="cv::videostab")
@NoOffset
public static class opencv_videostab.FastMarchingMethod
extends org.bytedeco.javacpp.Pointer
/** \brief Describes the Fast Marching Method implementation.
See http://iwi.eldoc.ub.rug.nl/FILES/root/2004/JGraphToolsTelea/2004JGraphToolsTelea.pdf
| Constructor and Description |
|---|
FastMarchingMethod() |
FastMarchingMethod(long size)
Native array allocator.
|
FastMarchingMethod(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
distanceMap() |
opencv_videostab.FastMarchingMethod |
position(long position) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FastMarchingMethod(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public FastMarchingMethod(long size)
Pointer.position(long).public FastMarchingMethod()
public opencv_videostab.FastMarchingMethod position(long position)
position in class org.bytedeco.javacpp.Pointer@ByVal public opencv_core.Mat distanceMap()
Copyright © 2018. All rights reserved.