Click or drag to resize

ReduceDimension Enumeration

http://www.emgu.com
Type used for Reduce function

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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