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.0.1.3373 (4.0.1.3373)
Syntax
public MACE(
	int imgSize
)

Parameters

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