@NoOffset public static class DetectionBasedTracker.IDetector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IDetector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
detect(Mat image,
RectVector objects) |
Size |
getMaxObjectSize() |
int |
getMinNeighbours() |
Size |
getMinObjectSize() |
float |
getScaleFactor() |
void |
setMaxObjectSize(Size max) |
void |
setMinNeighbours(int value) |
void |
setMinObjectSize(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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public IDetector(Pointer p)
Pointer.Pointer(Pointer)
.public void detect(@Const @ByRef Mat image, @ByRef RectVector objects)
public float getScaleFactor()
public void setScaleFactor(float value)
public int getMinNeighbours()
public void setMinNeighbours(int value)
Copyright © 2020. All rights reserved.