Method | Description | |
---|---|---|
AbsoluteDiff ( Color c1, Color c2 ) : int | ||
AbsoluteDiff ( FastBitmap bmp1, FastBitmap bmp2 ) : int | ||
AbsoluteDiff ( FastBitmap bmp1, FastBitmap bmp2, |
||
BoundingBitmap ( |
||
BoundingRectangle ( |
||
CenterOfIntensity ( FastBitmap bitmap ) : Point | ||
CropBitmap ( |
||
CropImage ( Image image, |
||
FindLeastSimilarPixel ( List |
||
GenerateTransitions ( FastBitmap number, int left, int right ) : List |
Generates transition images of #left and #right pixels to left and right respectfully.
|
|
IsEqual ( Color c1, Color c2, int diff ) : bool | ||
PositionOf ( FastBitmap bmp, Color color ) : Point |
Finds the first occurence of color and returns its position.
|
|
PositionOf ( FastBitmap bmp, |
Finds the first occurence of any color in given range and returns its position.
|
|
PositionOf ( FastBitmap bmp, |
||
PositionOf ( FastBitmap bmp, Point start, |
||
RemoveDuplicates ( IEnumerable |
Removes duplicate bitmaps from an enumerable FastBitmap collection and returns the resulting unique bitmap collection.
|
|
SliceBitmap ( |
||
SliceImage ( Image image, int vertical_slices, int horizontal_slices ) : List |
public static AbsoluteDiff ( Color c1, Color c2 ) : int | ||
c1 | Color | |
c2 | Color | |
return | int |
public static AbsoluteDiff ( FastBitmap bmp1, FastBitmap bmp2 ) : int | ||
bmp1 | FastBitmap | |
bmp2 | FastBitmap | |
return | int |
public static AbsoluteDiff ( FastBitmap bmp1, FastBitmap bmp2, |
||
bmp1 | FastBitmap | |
bmp2 | FastBitmap | |
sub_rect | ||
return | int |
public static BoundingBitmap ( |
||
bmp | ||
bound_color | int | |
crop_rect | ||
return |
public static BoundingRectangle ( |
||
bmp | ||
bounds | ||
bound_color | int | |
return |
public static CenterOfIntensity ( FastBitmap bitmap ) : Point | ||
bitmap | FastBitmap | |
return | Point |
public static CropBitmap ( |
||
bitmap | ||
crop_area | ||
return |
public static CropImage ( Image image, |
||
image | Image | |
crop_area | ||
return | Image |
public static FindLeastSimilarPixel ( List |
||
bitmaps | List |
|
point | Point | |
return | List |
public static GenerateTransitions ( FastBitmap number, int left, int right ) : List |
||
number | FastBitmap | |
left | int | |
right | int | |
return | List |
public static IsEqual ( Color c1, Color c2, int diff ) : bool | ||
c1 | Color | |
c2 | Color | |
diff | int | |
return | bool |
public static PositionOf ( FastBitmap bmp, Color color ) : Point | ||
bmp | FastBitmap | |
color | Color | |
return | Point |
public static PositionOf ( FastBitmap bmp, |
||
bmp | FastBitmap | |
range | ||
return | Point |
public static PositionOf ( FastBitmap bmp, |
||
bmp | FastBitmap | |
range | ||
subRect | ||
return | Point |
public static PositionOf ( FastBitmap bmp, Point start, |
||
bmp | FastBitmap | |
start | Point | |
range | ||
subRect | ||
return | Point |
public static RemoveDuplicates ( IEnumerable |
||
bitmaps | IEnumerable |
|
return | List |
public static SliceBitmap ( |
||
image | ||
vertical_slices | int | |
horizontal_slices | int | |
return | List |
public static SliceImage ( Image image, int vertical_slices, int horizontal_slices ) : List | ||
image | Image | |
vertical_slices | int | |
horizontal_slices | int | |
return | List |