@NoOffset
public static class opencv_objdetect.DetectionBasedTracker.ExtObject
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
ExtObject(int _id,
opencv_core.Rect _location,
int _status) |
ExtObject(org.bytedeco.javacpp.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, 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 ExtObject(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public 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)
@Cast(value="cv::DetectionBasedTracker::ObjectStatus") public int status()
public opencv_objdetect.DetectionBasedTracker.ExtObject status(int status)
Copyright © 2018. All rights reserved.