Click or drag to resize

PCTSignaturesComputeSignature Method

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

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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