C# 클래스 HoloToolkit.Sharing.VisualPairConnector

상속: PairMaker
파일 보기 프로젝트 열기: OpenHID/InteractivePaint

공개 메소드들

메소드 설명
Create ( ) : VisualPairConnector
Dispose ( ) : void
IsProcessingImage ( ) : bool
ProcessImage ( byte image, int width, int height, int bytesPerPixel ) : bool

비공개 메소드들

메소드 설명
VisualPairConnector ( global cPtr, bool cMemoryOwn )
getCPtr ( VisualPairConnector obj ) : global::System.Runtime.InteropServices.HandleRef

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : VisualPairConnector
리턴 VisualPairConnector

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsProcessingImage() 공개 메소드

public IsProcessingImage ( ) : bool
리턴 bool

ProcessImage() 공개 메소드

public ProcessImage ( byte image, int width, int height, int bytesPerPixel ) : bool
image byte
width int
height int
bytesPerPixel int
리턴 bool