Table of Contents

Struct ColorPoint

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

A point with Bgr color information

public struct ColorPoint
Inherited Members

Fields

Blue

The blue color

public byte Blue

Field Value

byte

Green

The green color

public byte Green

Field Value

byte

Position

The position in meters

public MCvPoint3D32f Position

Field Value

MCvPoint3D32f

Red

The red color

public byte Red

Field Value

byte