@Namespace(value="cv") @Properties(inherit=opencv_objdetect.class) public class DetectionROI extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DetectionROI()
Default native constructor.
|
DetectionROI(long size)
Native array allocator.
|
DetectionROI(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
DoublePointer |
confidences()
vector that will contain confidence values for each location
|
DetectionROI |
confidences(DoublePointer setter) |
PointVector |
locations()
set of requested locations to be evaluated
|
DetectionROI |
locations(PointVector setter) |
DetectionROI |
position(long position) |
double |
scale()
scale(size) of the bounding box
|
DetectionROI |
scale(double setter) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public DetectionROI()
public DetectionROI(long size)
Pointer.position(long)
.public DetectionROI(Pointer p)
Pointer.Pointer(Pointer)
.public DetectionROI position(long position)
public double scale()
public DetectionROI scale(double setter)
@ByRef public PointVector locations()
public DetectionROI locations(PointVector setter)
@StdVector public DoublePointer confidences()
public DetectionROI confidences(DoublePointer setter)
Copyright © 2020. All rights reserved.