zxing.presentation
A smart class to decode the barcode inside a bitmap object which is derived from BitmapSource
Initializes a new instance of the class.
Initializes a new instance of the class.
Sets the reader which should be used to find and decode the barcode.
If null then MultiFormatReader is used
Sets the function to create a luminance source object for a bitmap.
If null, default is used
Sets the function to create a binarizer object for a luminance source.
If null then HybridBinarizer is used
Initializes a new instance of the class.
Sets the reader which should be used to find and decode the barcode.
If null then MultiFormatReader is used
Sets the function to create a luminance source object for a bitmap.
If null, default is used
Sets the function to create a binarizer object for a luminance source.
If null then HybridBinarizer is used
The create RGB luminance source.
Initializes a new instance of the class.
The width.
The height.
Initializes a new instance of the class.
The bitmap.
Should create a new luminance source with the right class type.
The method is used in methods crop and rotate.
The new luminances.
The width.
The height.