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.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Same(
IInputArray query
)
Public Function Same (
query As IInputArray
) As Boolean
public:
bool Same(
IInputArray^ query
)
member Same :
query : IInputArray -> bool
Parameters
- query
- Type: Emgu.CVIInputArray
a Mat with query image
Return Value
Type:
BooleanTrue if the query is the same
See Also