|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LuminanceSource | |
|---|---|
| com.google.zxing | |
| com.google.zxing.common | |
| Uses of LuminanceSource in com.google.zxing |
|---|
| Subclasses of LuminanceSource in com.google.zxing | |
|---|---|
class |
PlanarYUVLuminanceSource
This object extends LuminanceSource around an array of YUV data returned from the camera driver, with the option to crop to a rectangle within the full data. |
class |
RGBLuminanceSource
This class is used to help decode images from files which arrive as RGB data from an ARGB pixel array. |
| Methods in com.google.zxing that return LuminanceSource | |
|---|---|
LuminanceSource |
RGBLuminanceSource.crop(int left,
int top,
int width,
int height)
|
LuminanceSource |
PlanarYUVLuminanceSource.crop(int left,
int top,
int width,
int height)
|
LuminanceSource |
LuminanceSource.crop(int left,
int top,
int width,
int height)
Returns a new object with cropped image data. |
LuminanceSource |
Binarizer.getLuminanceSource()
|
LuminanceSource |
LuminanceSource.rotateCounterClockwise()
Returns a new object with rotated image data by 90 degrees counterclockwise. |
LuminanceSource |
LuminanceSource.rotateCounterClockwise45()
Returns a new object with rotated image data by 45 degrees counterclockwise. |
| Methods in com.google.zxing with parameters of type LuminanceSource | |
|---|---|
abstract Binarizer |
Binarizer.createBinarizer(LuminanceSource source)
Creates a new object with the same type as this Binarizer implementation, but with pristine state. |
| Constructors in com.google.zxing with parameters of type LuminanceSource | |
|---|---|
Binarizer(LuminanceSource source)
|
|
| Uses of LuminanceSource in com.google.zxing.common |
|---|
| Methods in com.google.zxing.common with parameters of type LuminanceSource | |
|---|---|
Binarizer |
HybridBinarizer.createBinarizer(LuminanceSource source)
|
Binarizer |
GlobalHistogramBinarizer.createBinarizer(LuminanceSource source)
|
| Constructors in com.google.zxing.common with parameters of type LuminanceSource | |
|---|---|
GlobalHistogramBinarizer(LuminanceSource source)
|
|
HybridBinarizer(LuminanceSource source)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||