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