http://www.emgu.com
Create a new MACE object
Namespace:
Emgu.CV.Face
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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