@Namespace(value="cv") @NoOffset @Properties(inherit=opencv_objdetect.class) public class SimilarRects extends Pointer
///////////////////////////// Object Detection ////////////////////////////
class for grouping object candidates, detected by Cascade Classifier, HOG etc. instance of the class is to be passed to cv::partition (see cxoperations.hpp)
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SimilarRects(double _eps) |
SimilarRects(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Rect r1,
Rect r2) |
double |
eps() |
SimilarRects |
eps(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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public SimilarRects(Pointer p)
Pointer.Pointer(Pointer)
.public SimilarRects(double _eps)
Copyright © 2020. All rights reserved.