Table of Contents

Enum ReduceDimension

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Type used for Reduce function

public enum ReduceDimension

Fields

Auto = -1

The dimension is chosen automatically by analysing the dst size

SingleCol = 1

The matrix is reduced to a single column

SingleRow = 0

The matrix is reduced to a single row