@Namespace(value="cv")
@NoOffset
public static class opencv_objdetect.SimilarRects
extends org.bytedeco.javacpp.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)
| Constructor and Description |
|---|
SimilarRects(double _eps) |
SimilarRects(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(opencv_core.Rect r1,
opencv_core.Rect r2) |
double |
eps() |
opencv_objdetect.SimilarRects |
eps(double eps) |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic SimilarRects(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public SimilarRects(double _eps)
@Cast(value="bool")
@Name(value="operator ()")
public boolean apply(@Const @ByRef
opencv_core.Rect r1,
@Const @ByRef
opencv_core.Rect r2)
public double eps()
public opencv_objdetect.SimilarRects eps(double eps)
Copyright © 2018. All rights reserved.