C# Class Emgu.CV.KinectCapture.ColorPoint

A point with Bgr color information
Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Свойство Type Description
Blue Byte
Green Byte
Position MCvPoint3D32f
Red Byte

Property Details

Blue public_oe property

The blue color
public Byte Blue
Résultat Byte

Green public_oe property

The green color
public Byte Green
Résultat Byte

Position public_oe property

The position in meters
public MCvPoint3D32f Position
Résultat MCvPoint3D32f

Red public_oe property

The red color
public Byte Red
Résultat Byte