Click or drag to resize
CvInvokeGetCvStructSizes Method
http://www.emgu.com
This function retrieve the Open CV structure sizes in unmanaged code

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static CvStructSizes GetCvStructSizes()

Return Value

Type: CvStructSizes
The structure that will hold the Open CV structure sizes
See Also