Method | Description | |
---|---|---|
Eigen ( string directory, int iterations ) : System |
Setups this instance.
|
|
Process ( byte>.Image |
Processes the specified raw frame.
|
Method | Description | |
---|---|---|
GetImageFilesFromDirectory ( string directory ) : IEnumerable |
||
GetLabels ( List |
||
MakeRecognizer ( int maxIteration ) : void |
public Eigen ( string directory, int iterations ) : System | ||
directory | string | |
iterations | int | |
return | System |
public Process ( byte>.Image |
||
rawFrame | byte>.Image | The raw frame. |
grayFrame | byte>.Image | The gray frame. |
return |