Sha256: 19d1dcd0e614798464e241b6141a96ed0a9e7d5f1ded3759549dd7d4acf32c20
Contents?: true
Size: 653 Bytes
Versions: 51
Compression:
Stored size: 653 Bytes
Contents
/*Copyright (C) 2008-2009 Timothy B. Terriberry (tterribe@xiph.org) You can redistribute this library and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.*/ #if !defined(_qrcode_binarize_H) # define _qrcode_binarize_H (1) void qr_image_cross_masking_median_filter(unsigned char *_img, int _width,int _height); void qr_wiener_filter(unsigned char *_img,int _width,int _height); /*Binarizes a grayscale image.*/ unsigned char *qr_binarize(const unsigned char *_img,int _width,int _height); #endif
Version data entries
51 entries across 51 versions & 1 rubygems