Click or drag to resize

MACESame Method

http://www.emgu.com
correlate query img and threshold to min class value

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public bool Same(
	IInputArray query
)

Parameters

query
Type: Emgu.CVIInputArray
a Mat with query image

Return Value

Type: Boolean
True if the query is the same
See Also