Click or drag to resize

PCTSignaturesDrawSignature Method

http://www.emgu.com
Draws signature in the source image and outputs the result. Signatures are visualized as a circle with radius based on signature weight and color based on signature color. Contrast and entropy are not visualized.

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static void DrawSignature(
	IInputArray source,
	IInputArray signature,
	IOutputArray result,
	float radiusToShorterSideRatio = 0.125f,
	int borderThickness = 1
)

Parameters

source
Type: Emgu.CVIInputArray
Source image.
signature
Type: Emgu.CVIInputArray
Image signature.
result
Type: Emgu.CVIOutputArray
Output result.
radiusToShorterSideRatio (Optional)
Type: SystemSingle
Determines maximal radius of signature in the output image.
borderThickness (Optional)
Type: SystemInt32
Border thickness of the visualized signature.
See Also