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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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