C# 클래스 OpenCvSharp.FrameSource

상속: OpenCvSharp.DisposableCvObject
파일 보기 프로젝트 열기: shimat/opencvsharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateCameraSource ( int deviceId ) : FrameSource

CreateEmptySource ( ) : FrameSource

CreateVideoSource ( string fileName ) : FrameSource

CreateVideoSourceCuda ( string fileName ) : FrameSource

NextFrame ( OutputArray frame ) : void

Reset ( ) : void

보호된 메소드들

메소드 설명
FrameSource ( ) : System

메소드 상세

CreateCameraSource() 공개 정적인 메소드

public static CreateCameraSource ( int deviceId ) : FrameSource
deviceId int
리턴 FrameSource

CreateEmptySource() 공개 정적인 메소드

public static CreateEmptySource ( ) : FrameSource
리턴 FrameSource

CreateVideoSource() 공개 정적인 메소드

public static CreateVideoSource ( string fileName ) : FrameSource
fileName string
리턴 FrameSource

CreateVideoSourceCuda() 공개 정적인 메소드

public static CreateVideoSourceCuda ( string fileName ) : FrameSource
fileName string
리턴 FrameSource

FrameSource() 보호된 메소드

protected FrameSource ( ) : System
리턴 System

NextFrame() 공개 추상적인 메소드

public abstract NextFrame ( OutputArray frame ) : void
frame OutputArray
리턴 void

Reset() 공개 추상적인 메소드

public abstract Reset ( ) : void
리턴 void