@Namespace(value="cv")
@NoOffset
public static class opencv_tracking.StrongClassifierDirectSelection
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
StrongClassifierDirectSelection(int numBaseClf,
int numWeakClf,
opencv_core.Size patchSz,
opencv_core.Rect sampleROI) |
StrongClassifierDirectSelection(int numBaseClf,
int numWeakClf,
opencv_core.Size patchSz,
opencv_core.Rect sampleROI,
boolean useFeatureEx,
int iterationInit) |
StrongClassifierDirectSelection(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
classifySmooth(opencv_core.MatVector images,
opencv_core.Rect sampleROI,
int[] idx) |
float |
classifySmooth(opencv_core.MatVector images,
opencv_core.Rect sampleROI,
IntBuffer idx) |
float |
classifySmooth(opencv_core.MatVector images,
opencv_core.Rect sampleROI,
org.bytedeco.javacpp.IntPointer idx) |
float |
eval(opencv_core.Mat response) |
int |
getNumBaseClassifier() |
opencv_core.Size |
getPatchSize() |
int |
getReplacedClassifier() |
opencv_core.Rect |
getROI() |
org.bytedeco.javacpp.IntPointer |
getSelectedWeakClassifier() |
int |
getSwappedClassifier() |
boolean |
getUseFeatureExchange() |
void |
initBaseClassifier() |
void |
replaceWeakClassifier(int idx) |
boolean |
update(opencv_core.Mat image,
int target) |
boolean |
update(opencv_core.Mat image,
int target,
float importance) |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StrongClassifierDirectSelection(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public StrongClassifierDirectSelection(int numBaseClf,
int numWeakClf,
@ByVal
opencv_core.Size patchSz,
@Const @ByRef
opencv_core.Rect sampleROI,
@Cast(value="bool")
boolean useFeatureEx,
int iterationInit)
public StrongClassifierDirectSelection(int numBaseClf,
int numWeakClf,
@ByVal
opencv_core.Size patchSz,
@Const @ByRef
opencv_core.Rect sampleROI)
public void initBaseClassifier()
@Cast(value="bool")
public boolean update(@Const @ByRef
opencv_core.Mat image,
int target,
float importance)
@Cast(value="bool")
public boolean update(@Const @ByRef
opencv_core.Mat image,
int target)
public float eval(@Const @ByRef
opencv_core.Mat response)
@StdVector public org.bytedeco.javacpp.IntPointer getSelectedWeakClassifier()
public float classifySmooth(@Const @ByRef
opencv_core.MatVector images,
@Const @ByRef
opencv_core.Rect sampleROI,
@ByRef
org.bytedeco.javacpp.IntPointer idx)
public float classifySmooth(@Const @ByRef
opencv_core.MatVector images,
@Const @ByRef
opencv_core.Rect sampleROI,
@ByRef
IntBuffer idx)
public float classifySmooth(@Const @ByRef
opencv_core.MatVector images,
@Const @ByRef
opencv_core.Rect sampleROI,
@ByRef
int[] idx)
public int getNumBaseClassifier()
@ByVal public opencv_core.Size getPatchSize()
@ByVal public opencv_core.Rect getROI()
@Cast(value="bool") public boolean getUseFeatureExchange()
public int getReplacedClassifier()
public void replaceWeakClassifier(int idx)
public int getSwappedClassifier()
Copyright © 2018. All rights reserved.