Property | Type | Description | |
---|---|---|---|
AvailableFiles | FileInfo>.Dictionary |
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 |
Method | Description | |
---|---|---|
AddInputFile ( |
public FindDarkFramesTest ( string filename ) : TestResult | ||
filename | string | |
return | TestResult |
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 |