HistogramOCRNormalise Method |
trim white and resize to created dimensions
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Bitmap Normalise(
Bitmap b1
)
Public Function Normalise (
b1 As Bitmap
) As Bitmap
public:
Bitmap^ Normalise(
Bitmap^ b1
)
member Normalise :
b1 : Bitmap -> Bitmap
Parameters
- b1
- Type: System.DrawingBitmap
Return Value
Type:
Bitmap
See Also