@Namespace(value="cv") @NoOffset public static class opencv_objdetect.DetectionBasedTracker extends 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 |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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 |
|---|
opencv_objdetect.DetectionBasedTracker(opencv_objdetect.DetectionBasedTracker.IDetector mainDetector,
opencv_objdetect.DetectionBasedTracker.IDetector trackingDetector,
opencv_objdetect.DetectionBasedTracker.Parameters params) |
opencv_objdetect.DetectionBasedTracker(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, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, 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 opencv_objdetect.DetectionBasedTracker(Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.DetectionBasedTracker(@opencv_core.Ptr opencv_objdetect.DetectionBasedTracker.IDetector mainDetector, @opencv_core.Ptr opencv_objdetect.DetectionBasedTracker.IDetector trackingDetector, @Const@ByRef opencv_objdetect.DetectionBasedTracker.Parameters params)
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 © 2016. All rights reserved.