@Namespace(value="cv") @NoOffset public static class opencv_tracking.TrackerStateEstimatorAdaBoosting extends opencv_tracking.TrackerStateEstimator
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_tracking.TrackerStateEstimatorAdaBoosting.TrackerAdaBoostingTargetState
\brief Implementation of the target state for TrackerAdaBoostingTargetState
|
| Constructor and Description |
|---|
TrackerStateEstimatorAdaBoosting(int numClassifer,
int initIterations,
int nFeatures,
opencv_core.Size patchSize,
opencv_core.Rect ROI)
\brief Constructor
|
TrackerStateEstimatorAdaBoosting(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.IntPointer |
computeReplacedClassifier()
\brief Get the list of the weak classifiers that should be replaced
|
org.bytedeco.javacpp.IntPointer |
computeSelectedWeakClassifier()
\brief Get the list of the selected weak classifiers for the classification step
|
org.bytedeco.javacpp.IntPointer |
computeSwappedClassifier()
\brief Get the list of the weak classifiers that replace those to be replaced
|
opencv_core.Rect |
getSampleROI()
\brief Get the sampling ROI
|
void |
setCurrentConfidenceMap(opencv_tracking.ConfidenceMap confidenceMap)
\brief Set the current confidenceMap
|
void |
setSampleROI(opencv_core.Rect ROI)
\brief Set the sampling ROI
|
create, create, estimate, getClassName, updateaddress, 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 TrackerStateEstimatorAdaBoosting(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public TrackerStateEstimatorAdaBoosting(int numClassifer,
int initIterations,
int nFeatures,
@ByVal
opencv_core.Size patchSize,
@Const @ByRef
opencv_core.Rect ROI)
numClassifer - Number of base classifiersinitIterations - Number of iterations in the initializationnFeatures - Number of features/weak classifierspatchSize - tracking rectROI - initial ROI@ByVal public opencv_core.Rect getSampleROI()
public void setSampleROI(@Const @ByRef
opencv_core.Rect ROI)
ROI - the sampling ROIpublic void setCurrentConfidenceMap(@ByRef
opencv_tracking.ConfidenceMap confidenceMap)
confidenceMap - The current :cConfidenceMap@StdVector public org.bytedeco.javacpp.IntPointer computeSelectedWeakClassifier()
@StdVector public org.bytedeco.javacpp.IntPointer computeReplacedClassifier()
@StdVector public org.bytedeco.javacpp.IntPointer computeSwappedClassifier()
Copyright © 2018. All rights reserved.