@Namespace(value="cv")
@NoOffset
public static class opencv_tracking.ClfMilBoost
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_tracking.ClfMilBoost.Params |
| Constructor and Description |
|---|
ClfMilBoost() |
ClfMilBoost(long size)
Native array allocator.
|
ClfMilBoost(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.FloatPointer |
classify(opencv_core.Mat x) |
org.bytedeco.javacpp.FloatPointer |
classify(opencv_core.Mat x,
boolean logR) |
void |
init() |
void |
init(opencv_tracking.ClfMilBoost.Params parameters) |
opencv_tracking.ClfMilBoost |
position(long position) |
float |
sigmoid(float x) |
void |
update(opencv_core.Mat posx,
opencv_core.Mat negx) |
address, 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 ClfMilBoost(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public ClfMilBoost(long size)
Pointer.position(long).public ClfMilBoost()
public opencv_tracking.ClfMilBoost position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void init(@Const @ByRef(nullValue="cv::ClfMilBoost::Params()")
opencv_tracking.ClfMilBoost.Params parameters)
public void init()
public void update(@Const @ByRef
opencv_core.Mat posx,
@Const @ByRef
opencv_core.Mat negx)
@StdVector
public org.bytedeco.javacpp.FloatPointer classify(@Const @ByRef
opencv_core.Mat x,
@Cast(value="bool")
boolean logR)
@StdVector
public org.bytedeco.javacpp.FloatPointer classify(@Const @ByRef
opencv_core.Mat x)
public float sigmoid(float x)
Copyright © 2018. All rights reserved.