C# Класс OdessaPCTestHelpers.FindDarkFramesHelper

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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