CropBlackBorders Method (GdPictureImaging)
In This Topic
Detects and removes margins consisting of black color around a GdPicture image.
Overload List
Overload | Description |
CropBlackBorders(Int32) |
Detects and removes margins consisting of black color around a GdPicture image.
|
CropBlackBorders(Int32,Single) |
Detects and removes margins consisting of black color around a GdPicture image.
It has a Confidence Parameter where if the lines and borders detection confidence exceeds this value
they will be removed, and left as they are if the confidence in detecting them is less than the
Confidence Parameter Value.
|
CropBlackBorders(Int32,Single,Int32) |
Detects and removes margins consisting of black color around a GdPicture image.
It has a Confidence Parameter where if the lines and borders detection confidence exceeds this value
they will be removed, and left as they are if the confidence in detecting them is less than the
Confidence Parameter Value.
It also has a SkipLinesCount which is the number of lines surrounding the image to be skipped and not
considered as borders and removed.
|
See Also