public static class opencv_objdetect.DetectionROI extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.DetectionROI() |
opencv_objdetect.DetectionROI(int size) |
opencv_objdetect.DetectionROI(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
confidences() |
opencv_objdetect.DetectionROI |
confidences(DoublePointer confidences) |
opencv_core.Point |
locations() |
opencv_objdetect.DetectionROI |
locations(opencv_core.Point locations) |
opencv_objdetect.DetectionROI |
position(int position) |
double |
scale() |
opencv_objdetect.DetectionROI |
scale(double scale) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_objdetect.DetectionROI()
public opencv_objdetect.DetectionROI(int size)
public opencv_objdetect.DetectionROI(Pointer p)
public opencv_objdetect.DetectionROI position(int position)
public double scale()
public opencv_objdetect.DetectionROI scale(double scale)
public opencv_core.Point locations()
public opencv_objdetect.DetectionROI locations(opencv_core.Point locations)
public DoublePointer confidences()
public opencv_objdetect.DetectionROI confidences(DoublePointer confidences)
Copyright © 2014. All Rights Reserved.