15 #import <Foundation/Foundation.h>
16 #import "BarcodeXpressIOS.h"
51 +(void)getPixelData :(CGImageRef)inImage :(
size_t *)width :(
size_t *)height :(
long *)bpp :(
long *)stride :(
unsigned char**)gdata;
67 +(void)YUVtoRGBA:(uint8_t*)yuvData width:(
size_t)width height:(
size_t)height rgbData:(uint8_t*)rgbData;
77 +(UIImage*)binarizeUIImage:(UIImage*)inImage;
90 +(UIImage*)binarizeGrayscaleImage:(const uint8_t*)inImage width:(
size_t)width height:(
size_t)height;
100 +(const char*)BarcodeTypeToString:(enum BarcodeTypes)barcodeType;
Performs basic image operations for the barcode decoder.
Definition: BXAuxFunctions.h:21