Click or drag to resize

SimilarRectsCompare Method

[Missing <summary> documentation for "M:OpenCvSharp.SimilarRects.Compare(System.Double,OpenCvSharp.Rect,OpenCvSharp.Rect)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool Compare(
	double eps,
	Rect r1,
	Rect r2
)

Parameters

eps
Type: SystemDouble

[Missing <param name="eps"/> documentation for "M:OpenCvSharp.SimilarRects.Compare(System.Double,OpenCvSharp.Rect,OpenCvSharp.Rect)"]

r1
Type: OpenCvSharpRect

[Missing <param name="r1"/> documentation for "M:OpenCvSharp.SimilarRects.Compare(System.Double,OpenCvSharp.Rect,OpenCvSharp.Rect)"]

r2
Type: OpenCvSharpRect

[Missing <param name="r2"/> documentation for "M:OpenCvSharp.SimilarRects.Compare(System.Double,OpenCvSharp.Rect,OpenCvSharp.Rect)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.SimilarRects.Compare(System.Double,OpenCvSharp.Rect,OpenCvSharp.Rect)"]

See Also