@Namespace(value="cv") @NoOffset @Properties(inherit=opencv_tracking.class) public class ClfMilBoost extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
ClfMilBoost.Params |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ClfMilBoost() |
ClfMilBoost(long size)
Native array allocator.
|
ClfMilBoost(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FloatPointer |
classify(Mat x) |
FloatPointer |
classify(Mat x,
boolean logR) |
void |
init() |
void |
init(ClfMilBoost.Params parameters) |
ClfMilBoost |
position(long position) |
float |
sigmoid(float x) |
void |
update(Mat posx,
Mat negx) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public ClfMilBoost(Pointer p)
Pointer.Pointer(Pointer)
.public ClfMilBoost(long size)
Pointer.position(long)
.public ClfMilBoost()
public ClfMilBoost position(long position)
public void init(@Const @ByRef(nullValue="cv::ClfMilBoost::Params()") ClfMilBoost.Params parameters)
public void init()
@StdVector public FloatPointer classify(@Const @ByRef Mat x, @Cast(value="bool") boolean logR)
@StdVector public FloatPointer classify(@Const @ByRef Mat x)
public float sigmoid(float x)
Copyright © 2020. All rights reserved.