C# 클래스 CCT.NUI.Core.Shape.ContourTracer

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

Private Properties

프로퍼티 타입 설명
FindFirstPoint System.Point
GetNextPoint Point?
GetStartIndex int
Process void

공개 메소드들

메소드 설명
ContourTracer ( ) : System
GetContourPoints ( DepthMap contourMap ) : IList

비공개 메소드들

메소드 설명
FindFirstPoint ( ) : System.Point
GetNextPoint ( System.Point currentPoint, System.Point directionPoint ) : Point?
GetStartIndex ( float diffX, float diffY ) : int
Process ( ) : void

메소드 상세

ContourTracer() 공개 메소드

public ContourTracer ( ) : System
리턴 System

GetContourPoints() 공개 메소드

public GetContourPoints ( DepthMap contourMap ) : IList
contourMap DepthMap
리턴 IList