Table of Contents

Interface IColor

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

A color type

public interface IColor

Properties

Dimension

Get the dimension of the color type

int Dimension { get; }

Property Value

int

MCvScalar

The equivalent MCvScalar value

MCvScalar MCvScalar { get; set; }

Property Value

MCvScalar