http://www.emgu.com
The method returns the number of array elements (a number of pixels if the array represents an image)
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntaxpublic IntPtr Total { get; }
Public ReadOnly Property Total As IntPtr
Get
public:
property IntPtr Total {
IntPtr get ();
}
member Total : IntPtr with get
Property Value
Type:
IntPtr
See Also