@Namespace(value="cv::tracking")
public static class opencv_tracking.UkfSystemModel
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
UkfSystemModel(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
measurementFunction(opencv_core.Mat x_k,
opencv_core.Mat n_k,
opencv_core.Mat z_k)
The function for computing the measurement from the state
|
void |
stateConversionFunction(opencv_core.Mat x_k,
opencv_core.Mat u_k,
opencv_core.Mat v_k,
opencv_core.Mat x_kplus1)
The function for computing the next state from the previous state
|
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 UkfSystemModel(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void stateConversionFunction(@Const @ByRef
opencv_core.Mat x_k,
@Const @ByRef
opencv_core.Mat u_k,
@Const @ByRef
opencv_core.Mat v_k,
@ByRef
opencv_core.Mat x_kplus1)
x_k - - previous state vector,u_k - - control vector,v_k - - noise vector,x_kplus1 - - next state vector.public void measurementFunction(@Const @ByRef
opencv_core.Mat x_k,
@Const @ByRef
opencv_core.Mat n_k,
@ByRef
opencv_core.Mat z_k)
x_k - - state vector,n_k - - noise vector,z_k - - measurement vector.Copyright © 2018. All rights reserved.