@Namespace(value="cv::detail::tracking::kalman_filters") @Properties(inherit=opencv_tracking.class) public class UkfSystemModel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
UkfSystemModel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
measurementFunction(Mat x_k,
Mat n_k,
Mat z_k)
The function for computing the measurement from the state
|
void |
stateConversionFunction(Mat x_k,
Mat u_k,
Mat v_k,
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, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic UkfSystemModel(Pointer p)
Pointer(Pointer).public void stateConversionFunction(@Const @ByRef Mat x_k, @Const @ByRef Mat u_k, @Const @ByRef Mat v_k, @ByRef Mat x_kplus1)
x_k - - previous state vector,u_k - - control vector,v_k - - noise vector,x_kplus1 - - next state vector.Copyright © 2021. All rights reserved.