@Namespace(value="cv") @NoOffset public static class opencv_objdetect.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| Constructor and Description |
|---|
opencv_objdetect.SimilarRects(double _eps) |
opencv_objdetect.SimilarRects(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, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_objdetect.SimilarRects(Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.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 © 2016. All rights reserved.