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)
Syntaxpublic MACE(
int imgSize
)
Public Sub New (
imgSize As Integer
)
public:
MACE(
int imgSize
)
new :
imgSize : int -> MACE
Parameters
- imgSize
- Type: SystemInt32
images will get resized to this (should be an even number)
See Also