C# 클래스 OdessaPCTestHelpers.FindDarkFramesHelper

상속: IDisposable
파일 보기 프로젝트 열기: noahsw/highlight-hunter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AvailableFiles FileInfo>.Dictionary

공개 메소드들

메소드 설명
Dispose ( ) : void
FindDarkFramesHelper ( ) : System
FindDarkFramesTest ( string filename ) : TestResult

This goes through a number of files that have an expected hand

SetCustomDetectionThreshold ( int thresholdIndividualPixelBrightness, int thresholdDarkPixelsPerFrameAsPercentage, int thresholdPixelScanPercentage, float thresholdSecondsSkip, float thresholdConsecutiveDarkFramesInSeconds ) : void

비공개 메소드들

메소드 설명
AddInputFile ( FileInfo fi ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindDarkFramesHelper() 공개 메소드

public FindDarkFramesHelper ( ) : System
리턴 System

FindDarkFramesTest() 공개 메소드

This goes through a number of files that have an expected hand
public FindDarkFramesTest ( string filename ) : TestResult
filename string
리턴 TestResult

SetCustomDetectionThreshold() 공개 메소드

public SetCustomDetectionThreshold ( int thresholdIndividualPixelBrightness, int thresholdDarkPixelsPerFrameAsPercentage, int thresholdPixelScanPercentage, float thresholdSecondsSkip, float thresholdConsecutiveDarkFramesInSeconds ) : void
thresholdIndividualPixelBrightness int
thresholdDarkPixelsPerFrameAsPercentage int
thresholdPixelScanPercentage int
thresholdSecondsSkip float
thresholdConsecutiveDarkFramesInSeconds float
리턴 void

프로퍼티 상세

AvailableFiles 공개적으로 프로퍼티

public Dictionary AvailableFiles
리턴 FileInfo>.Dictionary