http://www.emgu.com
The method returns the number of array elements (a number of pixels if the array represents an image)
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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