Method | Description | |
---|---|---|
AnyToFormat24bppRgb ( |
||
Array1DToBitmapRGB ( int input, int width, int height ) : |
||
Array2DToBitmap ( bool input ) : |
||
Array2DToBitmap ( bool input, int margin ) : |
||
ArrayBool2DToBitmap ( bool input ) : |
||
BitmapToArray1DIntRGB ( |
||
BitmapToArray2D ( |
||
BitmapToBoolArray2D ( |
Bitmaps to bool array2 d.
|
|
BitmapToBoolArray2D ( |
||
ConvertGrayScaleToBinary ( |
||
ConvertToGrayScale ( |
||
CreateBlankGrayScaleBmp ( int width, int height ) : |
||
GetIntersection ( |
||
GetNumberOfUniqueColors ( |
||
ImageResize ( string intermediatePath, string output_filename ) : |
||
InvertColors ( |
||
RGB2YIQ ( int rgb ) : float[] | ||
toGray ( |
||
toRGB ( |
public static AnyToFormat24bppRgb ( |
||
srcimg | ||
return |
public static Array1DToBitmapRGB ( int input, int width, int height ) : |
||
input | int | |
width | int | |
height | int | |
return |
public static Array2DToBitmap ( bool input ) : |
||
input | bool | |
return |
public static Array2DToBitmap ( bool input, int margin ) : |
||
input | bool | |
margin | int | |
return |
public static ArrayBool2DToBitmap ( bool input ) : |
||
input | bool | |
return |
public static BitmapToArray1DIntRGB ( |
||
srcimg | ||
return | int[] |
public static BitmapToArray2D ( |
||
srcimg | ||
threshold | int | |
margin | int | |
return | ].bool[ |
public static BitmapToBoolArray2D ( |
||
srcimg | The srcimg. | |
margin | int | The margin. |
return | ].bool[ |
public static BitmapToBoolArray2D ( |
||
srcimg | ||
margin | int | |
th | int | |
return | ].bool[ |
public static ConvertGrayScaleToBinary ( |
||
srcimg | ||
threshold | int | |
return |
public static ConvertToGrayScale ( |
||
srcimg | ||
return |
public static CreateBlankGrayScaleBmp ( int width, int height ) : |
||
width | int | |
height | int | |
return |
public static GetIntersection ( |
||
img1 | ||
img2 | ||
return |
public static GetNumberOfUniqueColors ( |
||
srcimg | ||
return | int |
public static ImageResize ( string intermediatePath, string output_filename ) : |
||
intermediatePath | string | |
output_filename | string | |
return |
public static InvertColors ( |
||
srcimg | ||
return |
public static toGray ( |
||
srcimg | ||
return |
public static toRGB ( |
||
srcimg | ||
return |