|
TemplateMatch Constructor
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public TemplateMatch(
Rectangle rect,
float similarity
)
Public Sub New (
rect As Rectangle,
similarity As Single
)
Request Example
View SourceParameters
- rect
- Type: System.DrawingRectangle
Rectangle of the matching area. - similarity
- Type: SystemSingle
Similarity between template and found matching, [0..1].
See Also