Show / Hide Table of Contents

Class SimilarRects

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)

Inheritance
System.Object
SimilarRects
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public static class SimilarRects

Methods

| Improve this Doc View Source

Compare(Double, Rect, Rect)

Declaration
public static bool Compare(double eps, Rect r1, Rect r2)
Parameters
Type Name Description
System.Double eps
OpenCvSharp.Rect r1
OpenCvSharp.Rect r2
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX