Click or drag to resize

MACE Constructor

http://www.emgu.com
Create a new MACE object

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public MACE(
	int imgSize
)

Parameters

imgSize
Type: SystemInt32
images will get resized to this (should be an even number)
See Also