C# Class OdessaPCTestHelpers.FindDarkFramesHelper

Inheritance: IDisposable
Afficher le fichier Open project: noahsw/highlight-hunter Class Usage Examples

Méthodes publiques

Свойство Type Description
AvailableFiles FileInfo>.Dictionary

Méthodes publiques

Méthode 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

Méthode Description
AddInputFile ( FileInfo fi ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FindDarkFramesHelper() public méthode

public FindDarkFramesHelper ( ) : System
Résultat System

FindDarkFramesTest() public méthode

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

SetCustomDetectionThreshold() public méthode

public SetCustomDetectionThreshold ( int thresholdIndividualPixelBrightness, int thresholdDarkPixelsPerFrameAsPercentage, int thresholdPixelScanPercentage, float thresholdSecondsSkip, float thresholdConsecutiveDarkFramesInSeconds ) : void
thresholdIndividualPixelBrightness int
thresholdDarkPixelsPerFrameAsPercentage int
thresholdPixelScanPercentage int
thresholdSecondsSkip float
thresholdConsecutiveDarkFramesInSeconds float
Résultat void

Property Details

AvailableFiles public_oe property

public Dictionary AvailableFiles
Résultat FileInfo>.Dictionary