Метод | Описание | |
---|---|---|
Export ( double features ) : |
Converts a feature vector containing 0s and 1s representing each pixel in the image back into an image.
|
|
Extract ( string text ) : |
Extracts an image from a text containing the image representation as binary 0s and 1s.
|
|
Extract ( |
Extracts a feature vector representation from an image, "flattening" a binary image into an array of 0s and 1s.
|
|
Preprocess ( |
public static Export ( double features ) : |
||
features | double | |
Результат |
public static Extract ( string text ) : |
||
text | string | |
Результат |
public static Extract ( |
||
bmp | ||
Результат | double[] |
public static Preprocess ( |
||
bitmap | ||
Результат | double[] |