C# 클래스 FaceDetection.Model.CameraHandler

상속: IDisposable
파일 보기 프로젝트 열기: PkInfRemi/FaceDetectionApp 1 사용 예제들

공개 메소드들

메소드 설명
CreateCapture ( int selection ) : Capture

Creates a capture.

GetAllCameras ( ) : List

Gets all connected webcams.

GetDetectedSnippets ( Capture capture ) : List

Makes a snapshot and gets the snippets where a face was detected.

ProcessImage ( Capture capture ) : Bitmap

Captures and processes the image.

비공개 메소드들

메소드 설명
CameraHandler ( ) : System

Initializes the CameraHandler class.

Dispose ( ) : void
InitializeFaceDetection ( ) : void
RecognizeUser ( byte>.Image &original, byte>.Image grayframe, Rectangle rectangle ) : void

메소드 상세

CreateCapture() 공개 메소드

Creates a capture.
public CreateCapture ( int selection ) : Capture
selection int The camera selection.
리턴 Emgu.CV.Capture

GetAllCameras() 공개 정적인 메소드

Gets all connected webcams.
public static GetAllCameras ( ) : List
리턴 List

GetDetectedSnippets() 공개 메소드

Makes a snapshot and gets the snippets where a face was detected.
public GetDetectedSnippets ( Capture capture ) : List
capture Emgu.CV.Capture The capture.
리턴 List

ProcessImage() 공개 메소드

Captures and processes the image.
public ProcessImage ( Capture capture ) : Bitmap
capture Emgu.CV.Capture The capture.
리턴 System.Drawing.Bitmap