@NoOffset public static class opencv_objdetect.DetectionBasedTracker.ExtObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.DetectionBasedTracker.ExtObject(int _id,
opencv_core.Rect _location,
int _status) |
opencv_objdetect.DetectionBasedTracker.ExtObject(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
id() |
opencv_objdetect.DetectionBasedTracker.ExtObject |
id(int id) |
opencv_core.Rect |
location() |
opencv_objdetect.DetectionBasedTracker.ExtObject |
location(opencv_core.Rect location) |
int |
status() |
opencv_objdetect.DetectionBasedTracker.ExtObject |
status(int status) |
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 opencv_objdetect.DetectionBasedTracker.ExtObject(Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.DetectionBasedTracker.ExtObject(int _id,
@ByVal
opencv_core.Rect _location,
@Cast(value="cv::DetectionBasedTracker::ObjectStatus")
int _status)
public int id()
public opencv_objdetect.DetectionBasedTracker.ExtObject id(int id)
@ByRef public opencv_core.Rect location()
public opencv_objdetect.DetectionBasedTracker.ExtObject location(opencv_core.Rect location)
public opencv_objdetect.DetectionBasedTracker.ExtObject status(int status)
Copyright © 2016. All rights reserved.