CudaHOGDescrFormat Enumeration |
http://www.emgu.com
The descriptor format
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxPublic Enumeration DescrFormat
public enum class DescrFormat
Members
| Member name | Value | Description |
---|
| RowByRow | 0 |
Row by row
|
| ColByCol | 1 |
Col by col
|
See Also