@NoOffset
public static class opencv_objdetect.DetectionBasedTracker.IDetector
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IDetector(org.bytedeco.javacpp.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, 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 IDetector(org.bytedeco.javacpp.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 © 2018. All rights reserved.