http://www.emgu.com
Get the GpuMat size:
width == number of columns, height == number of rows
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Size Size { get; }
Public ReadOnly Property Size As Size
Get
public:
virtual property Size Size {
Size get () sealed;
}
abstract Size : Size with get
override Size : Size with get
Property Value
Type:
SizeImplements
IImageSize
See Also