@Namespace(value="cv")
public static class opencv_objdetect.DetectionROI
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
DetectionROI()
Default native constructor.
|
DetectionROI(long size)
Native array allocator.
|
DetectionROI(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.DoublePointer |
confidences()
vector that will contain confidence values for each location
|
opencv_objdetect.DetectionROI |
confidences(org.bytedeco.javacpp.DoublePointer confidences) |
opencv_core.PointVector |
locations()
set of requested 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, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DetectionROI()
public DetectionROI(long size)
Pointer.position(long).public DetectionROI(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.DetectionROI position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 org.bytedeco.javacpp.DoublePointer confidences()
public opencv_objdetect.DetectionROI confidences(org.bytedeco.javacpp.DoublePointer confidences)
Copyright © 2018. All rights reserved.