Click or drag to resize

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
Syntax
public enum ReduceDimension
Members
  Member nameValueDescription
SingleRow0 The matrix is reduced to a single row
SingleCol1 The matrix is reduced to a single column
Auto-1 The dimension is chosen automatically by analysing the dst size
See Also