@Namespace(value="cv") @NoOffset @Properties(inherit=opencv_tracking.class) public class ClassifierThreshold extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ClassifierThreshold(EstimatedGaussDistribution posSamples,
EstimatedGaussDistribution negSamples) |
ClassifierThreshold(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
eval(float value) |
Pointer |
getDistribution(int target) |
void |
update(float value,
int target) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public ClassifierThreshold(Pointer p)
Pointer.Pointer(Pointer)
.public ClassifierThreshold(EstimatedGaussDistribution posSamples, EstimatedGaussDistribution negSamples)
public void update(float value, int target)
public int eval(float value)
public Pointer getDistribution(int target)
Copyright © 2020. All rights reserved.