Click or drag to resize

PCTSignaturesComputeSignature Method

http://www.emgu.com
Computes signature of given image.

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void ComputeSignature(
	IInputArray image,
	IOutputArray signature
)

Parameters

image
Type: Emgu.CVIInputArray
Input image of CV_8U type.
signature
Type: Emgu.CVIOutputArray
Output computed signature.
See Also