C# Class Emgu.CV.KinectCapture.ColorPoint

A point with Bgr color information
Exibir arquivo Open project: fajoy/RTSPExample

Public Properties

Property Type Description
Blue Byte
Green Byte
Position MCvPoint3D32f
Red Byte

Property Details

Blue public_oe property

The blue color
public Byte Blue
return Byte

Green public_oe property

The green color
public Byte Green
return Byte

Position public_oe property

The position in meters
public MCvPoint3D32f Position
return MCvPoint3D32f

Red public_oe property

The red color
public Byte Red
return Byte