@Namespace(value="cv::tracking") public static class opencv_tracking.AugmentedUnscentedKalmanFilterParams extends opencv_tracking.UnscentedKalmanFilterParams
| Constructor and Description |
|---|
AugmentedUnscentedKalmanFilterParams() |
AugmentedUnscentedKalmanFilterParams(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
opencv_tracking.UkfSystemModel dynamicalSystem) |
AugmentedUnscentedKalmanFilterParams(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
opencv_tracking.UkfSystemModel dynamicalSystem,
int type) |
AugmentedUnscentedKalmanFilterParams(long size)
Native array allocator.
|
AugmentedUnscentedKalmanFilterParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
opencv_tracking.UkfSystemModel dynamicalSystem) |
void |
init(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
opencv_tracking.UkfSystemModel dynamicalSystem,
int type)
The function for initialization of Augmented Unscented Kalman filter
|
opencv_tracking.AugmentedUnscentedKalmanFilterParams |
position(long position) |
alpha, alpha, beta, beta, CP, CP, dataType, dataType, DP, DP, errorCovInit, errorCovInit, k, k, measurementNoiseCov, measurementNoiseCov, model, model, MP, MP, processNoiseCov, processNoiseCov, stateInit, stateInitaddress, 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 AugmentedUnscentedKalmanFilterParams(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public AugmentedUnscentedKalmanFilterParams(long size)
Pointer.position(long).public AugmentedUnscentedKalmanFilterParams()
public AugmentedUnscentedKalmanFilterParams(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
@opencv_core.Ptr
opencv_tracking.UkfSystemModel dynamicalSystem,
int type)
dp - - dimensionality of the state vector,mp - - dimensionality of the measurement vector,cp - - dimensionality of the control vector,processNoiseCovDiag - - value of elements on main diagonal process noise cross-covariance matrix,measurementNoiseCovDiag - - value of elements on main diagonal measurement noise cross-covariance matrix,dynamicalSystem - - ptr to object of the class containing functions for computing the next state and the measurement,type - - type of the created matrices that should be CV_32F or CV_64F.public AugmentedUnscentedKalmanFilterParams(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
@opencv_core.Ptr
opencv_tracking.UkfSystemModel dynamicalSystem)
public opencv_tracking.AugmentedUnscentedKalmanFilterParams position(long position)
position in class opencv_tracking.UnscentedKalmanFilterParamspublic void init(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
@opencv_core.Ptr
opencv_tracking.UkfSystemModel dynamicalSystem,
int type)
init in class opencv_tracking.UnscentedKalmanFilterParamsdp - - dimensionality of the state vector,mp - - dimensionality of the measurement vector,cp - - dimensionality of the control vector,processNoiseCovDiag - - value of elements on main diagonal process noise cross-covariance matrix,measurementNoiseCovDiag - - value of elements on main diagonal measurement noise cross-covariance matrix,dynamicalSystem - - object of the class containing functions for computing the next state and the measurement,type - - type of the created matrices that should be CV_32F or CV_64F.public void init(int dp,
int mp,
int cp,
double processNoiseCovDiag,
double measurementNoiseCovDiag,
@opencv_core.Ptr
opencv_tracking.UkfSystemModel dynamicalSystem)
init in class opencv_tracking.UnscentedKalmanFilterParamsCopyright © 2018. All rights reserved.