C# 클래스 KinectTableExampleCSharp.DemoImageCreator

파일 보기 프로젝트 열기: AaronGenest/KinectArms 1 사용 예제들

공개 메소드들

메소드 설명
CreateDemoImage ( Bitmap bitmap, KinectData data ) : bool

비공개 메소드들

메소드 설명
DarkenRegion ( Bitmap bitmap, ImageFrame region, float darkenFactor ) : void
DrawArmShadows ( Bitmap bitmap, Table table, IEnumerable hands ) : void
DrawPoints ( Bitmap bitmap, IEnumerable points, Color color, int size ) : void
GetIndices ( ImageFrame image ) : Point[]
HighlightPoints ( Bitmap bitmap, IEnumerable points, Color color ) : void

메소드 상세

CreateDemoImage() 공개 정적인 메소드

public static CreateDemoImage ( Bitmap bitmap, KinectData data ) : bool
bitmap System.Drawing.Bitmap
data KinectData
리턴 bool