@Namespace(value="cv::detail::tracking::online_boosting") @NoOffset @Properties(inherit=opencv_tracking.class) public class EstimatedGaussDistribution extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description | 
|---|
EstimatedGaussDistribution()  | 
EstimatedGaussDistribution(float P_mean,
                          float R_mean,
                          float P_sigma,
                          float R_sigma)  | 
EstimatedGaussDistribution(long size)
Native array allocator. 
 | 
EstimatedGaussDistribution(Pointer p)
Pointer cast constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
float | 
getMean()  | 
EstimatedGaussDistribution | 
getPointer(long i)  | 
float | 
getSigma()  | 
EstimatedGaussDistribution | 
position(long position)  | 
void | 
setValues(float mean,
         float sigma)  | 
void | 
update(float value)  | 
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic EstimatedGaussDistribution(Pointer p)
Pointer(Pointer).public EstimatedGaussDistribution(long size)
Pointer.position(long).public EstimatedGaussDistribution()
public EstimatedGaussDistribution(float P_mean,
                                  float R_mean,
                                  float P_sigma,
                                  float R_sigma)
public EstimatedGaussDistribution position(long position)
public EstimatedGaussDistribution getPointer(long i)
getPointer in class Pointerpublic void update(float value)
public float getMean()
public float getSigma()
public void setValues(float mean,
                      float sigma)
Copyright © 2025. All rights reserved.