@NoOffset
public static class opencv_tracking.TrackerMedianFlow.Params
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Params()
default constructor
note that the default values of parameters are recommended for most of use cases
|
Params(long size)
Native array allocator.
|
Params(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
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 Params(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Params(long size)
Pointer.position(long).public Params()
public opencv_tracking.TrackerMedianFlow.Params position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int pointsInGrid()
public opencv_tracking.TrackerMedianFlow.Params pointsInGrid(int pointsInGrid)
@ByRef public opencv_core.Size winSize()
public opencv_tracking.TrackerMedianFlow.Params winSize(opencv_core.Size winSize)
public int maxLevel()
public opencv_tracking.TrackerMedianFlow.Params maxLevel(int maxLevel)
@ByRef public opencv_core.TermCriteria termCriteria()
public opencv_tracking.TrackerMedianFlow.Params termCriteria(opencv_core.TermCriteria termCriteria)
@ByRef public opencv_core.Size winSizeNCC()
public opencv_tracking.TrackerMedianFlow.Params winSizeNCC(opencv_core.Size winSizeNCC)
public double maxMedianLengthOfDisplacementDifference()
public opencv_tracking.TrackerMedianFlow.Params maxMedianLengthOfDisplacementDifference(double maxMedianLengthOfDisplacementDifference)
public void read(@Const @ByRef
opencv_core.FileNode arg0)
public void write(@ByRef
opencv_core.FileStorage arg0)
Copyright © 2018. All rights reserved.