C# Class OdessaPCTestHelpers.FindDarkFramesHelper

Inheritance: IDisposable
显示文件 Open project: noahsw/highlight-hunter Class Usage Examples

Public Properties

Property Type Description
AvailableFiles FileInfo>.Dictionary

Public Methods

Method Description
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

Private Methods

Method Description
AddInputFile ( FileInfo fi ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FindDarkFramesHelper() public method

public FindDarkFramesHelper ( ) : System
return System

FindDarkFramesTest() public method

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

SetCustomDetectionThreshold() public method

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

Property Details

AvailableFiles public_oe property

public Dictionary AvailableFiles
return FileInfo>.Dictionary