ReduceDimension Enumeration |
http://www.emgu.com
Type used for Reduce function
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic enum ReduceDimension
Public Enumeration ReduceDimension
public enum class ReduceDimension
Members
| Member name | Value | Description |
---|
| SingleRow | 0 |
The matrix is reduced to a single row
|
| SingleCol | 1 |
The matrix is reduced to a single column
|
| Auto | -1 |
The dimension is chosen automatically by analysing the dst size
|
See Also