@NoOffset public static class opencv_objdetect.DetectionBasedTracker.IDetector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.DetectionBasedTracker.IDetector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detect(opencv_core.Mat image,
opencv_core.RectVector objects) |
opencv_core.Size |
getMaxObjectSize() |
int |
getMinNeighbours() |
opencv_core.Size |
getMinObjectSize() |
float |
getScaleFactor() |
void |
setMaxObjectSize(opencv_core.Size max) |
void |
setMinNeighbours(int value) |
void |
setMinObjectSize(opencv_core.Size min) |
void |
setScaleFactor(float value) |
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.IDetector(Pointer p)
Pointer.Pointer(Pointer).public void detect(@Const@ByRef opencv_core.Mat image, @ByRef opencv_core.RectVector objects)
public void setMinObjectSize(@Const@ByRef opencv_core.Size min)
public void setMaxObjectSize(@Const@ByRef opencv_core.Size max)
@ByVal public opencv_core.Size getMinObjectSize()
@ByVal public opencv_core.Size getMaxObjectSize()
public float getScaleFactor()
public void setScaleFactor(float value)
public int getMinNeighbours()
public void setMinNeighbours(int value)
Copyright © 2016. All rights reserved.