@Namespace(value="cv")
@NoOffset
public static class opencv_objdetect.DetectionBasedTracker
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_objdetect.DetectionBasedTracker.ExtObject |
static class |
opencv_objdetect.DetectionBasedTracker.IDetector |
static class |
opencv_objdetect.DetectionBasedTracker.Parameters |
| Modifier and Type | Field and Description |
|---|---|
static int |
DETECTED
enum cv::DetectionBasedTracker::ObjectStatus
|
static int |
DETECTED_NOT_SHOWN_YET
enum cv::DetectionBasedTracker::ObjectStatus
|
static int |
DETECTED_TEMPORARY_LOST
enum cv::DetectionBasedTracker::ObjectStatus
|
static int |
WRONG_OBJECT
enum cv::DetectionBasedTracker::ObjectStatus
|
| Constructor and Description |
|---|
DetectionBasedTracker(opencv_objdetect.DetectionBasedTracker.IDetector mainDetector,
opencv_objdetect.DetectionBasedTracker.IDetector trackingDetector,
opencv_objdetect.DetectionBasedTracker.Parameters params) |
DetectionBasedTracker(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
addObject(opencv_core.Rect location) |
void |
getObjects(opencv_core.IntIntPair result) |
void |
getObjects(opencv_core.RectVector result) |
void |
getObjects(opencv_objdetect.DetectionBasedTracker.ExtObject result) |
opencv_objdetect.DetectionBasedTracker.Parameters |
getParameters() |
void |
process(opencv_core.Mat imageGray) |
void |
resetTracking() |
boolean |
run() |
boolean |
setParameters(opencv_objdetect.DetectionBasedTracker.Parameters params) |
void |
stop() |
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 static final int DETECTED_NOT_SHOWN_YET
public static final int DETECTED
public static final int DETECTED_TEMPORARY_LOST
public static final int WRONG_OBJECT
public DetectionBasedTracker(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public DetectionBasedTracker(@opencv_core.Ptr opencv_objdetect.DetectionBasedTracker.IDetector mainDetector, @opencv_core.Ptr opencv_objdetect.DetectionBasedTracker.IDetector trackingDetector, @Const @ByRef opencv_objdetect.DetectionBasedTracker.Parameters params)
@Cast(value="bool") public boolean run()
public void stop()
public void resetTracking()
public void process(@Const @ByRef
opencv_core.Mat imageGray)
@Cast(value="bool")
public boolean setParameters(@Const @ByRef
opencv_objdetect.DetectionBasedTracker.Parameters params)
@Const @ByRef public opencv_objdetect.DetectionBasedTracker.Parameters getParameters()
public void getObjects(@ByRef
opencv_core.RectVector result)
public void getObjects(@Cast(value="cv::DetectionBasedTracker::Object*") @StdVector
opencv_core.IntIntPair result)
public void getObjects(@StdVector
opencv_objdetect.DetectionBasedTracker.ExtObject result)
public int addObject(@Const @ByRef
opencv_core.Rect location)
Copyright © 2018. All rights reserved.