@Namespace(value="cv")
@NoOffset
public static class opencv_tracking.Detector
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Detector(opencv_tracking.StrongClassifierDirectSelection classifier) |
Detector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
classifySmooth(opencv_core.MatVector image) |
void |
classifySmooth(opencv_core.MatVector image,
float minMargin) |
float |
getConfidence(int patchIdx) |
float |
getConfidenceOfBestDetection() |
float |
getConfidenceOfDetection(int detectionIdx) |
org.bytedeco.javacpp.FloatPointer |
getConfidences() |
opencv_core.Mat |
getConfImageDisplay() |
org.bytedeco.javacpp.IntPointer |
getIdxDetections() |
int |
getNumDetections() |
int |
getPatchIdxOfBestDetection() |
int |
getPatchIdxOfDetection(int detectionIdx) |
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 Detector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Detector(opencv_tracking.StrongClassifierDirectSelection classifier)
public void classifySmooth(@Const @ByRef
opencv_core.MatVector image,
float minMargin)
public void classifySmooth(@Const @ByRef
opencv_core.MatVector image)
public int getNumDetections()
public float getConfidence(int patchIdx)
public float getConfidenceOfDetection(int detectionIdx)
public float getConfidenceOfBestDetection()
public int getPatchIdxOfBestDetection()
public int getPatchIdxOfDetection(int detectionIdx)
@StdVector public org.bytedeco.javacpp.IntPointer getIdxDetections()
@StdVector public org.bytedeco.javacpp.FloatPointer getConfidences()
@Const @ByRef public opencv_core.Mat getConfImageDisplay()
Copyright © 2018. All rights reserved.