C# 클래스 Emgu.CV.KinectCapture.ColorPoint

A point with Bgr color information
파일 보기 프로젝트 열기: fajoy/RTSPExample

공개 프로퍼티들

프로퍼티 타입 설명
Blue Byte
Green Byte
Position MCvPoint3D32f
Red Byte

프로퍼티 상세

Blue 공개적으로 프로퍼티

The blue color
public Byte Blue
리턴 Byte

Green 공개적으로 프로퍼티

The green color
public Byte Green
리턴 Byte

Position 공개적으로 프로퍼티

The position in meters
public MCvPoint3D32f Position
리턴 MCvPoint3D32f

Red 공개적으로 프로퍼티

The red color
public Byte Red
리턴 Byte