mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
C++ port: Make sure #indef/#define/#endif's and copyright information on all header files is in a common format.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1506 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
c3b1380ad8
commit
313fc8e90e
|
@ -5,9 +5,7 @@
|
||||||
* BarcodeFormat.h
|
* BarcodeFormat.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Modified by Lukasz Warchol on 02/02/2010
|
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
|
#ifndef BINARIZER_H_
|
||||||
|
#define BINARIZER_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Binarizer.h
|
* Binarizer.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Ralf Kistner on 16/10/2009.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
* Modified by Lukasz Warchol on 02/02/2010.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -19,9 +20,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BINARIZER_H_
|
|
||||||
#define BINARIZER_H_
|
|
||||||
|
|
||||||
#include <zxing/LuminanceSource.h>
|
#include <zxing/LuminanceSource.h>
|
||||||
#include <zxing/common/BitArray.h>
|
#include <zxing/common/BitArray.h>
|
||||||
#include <zxing/common/BitMatrix.h>
|
#include <zxing/common/BitMatrix.h>
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
|
#ifndef __BINARYBITMAP_H__
|
||||||
|
#define __BINARYBITMAP_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* BinaryBitmap.h
|
* BinaryBitmap.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Ralf Kistner on 19/10/2009.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
* Modified by Lukasz Warchol on 02/02/2010.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -18,8 +19,6 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
#ifndef BINARYBITMAP_H_
|
|
||||||
#define BINARYBITMAP_H_
|
|
||||||
|
|
||||||
#include <zxing/common/Counted.h>
|
#include <zxing/common/Counted.h>
|
||||||
#include <zxing/common/BitMatrix.h>
|
#include <zxing/common/BitMatrix.h>
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Exception.h
|
* Exception.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 03/06/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
#ifndef __LUMINANCESOURCE_H__
|
||||||
|
#define __LUMINANCESOURCE_H__
|
||||||
/*
|
/*
|
||||||
* LuminanceSource.h
|
* LuminanceSource.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Ralf Kistner on 16/10/2009.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -18,9 +19,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LUMINANCESOURCE_H_
|
|
||||||
#define LUMINANCESOURCE_H_
|
|
||||||
|
|
||||||
#include <zxing/common/Counted.h>
|
#include <zxing/common/Counted.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ReaderException.h
|
* ReaderException.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Result.h
|
* Result.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ResultPoint.h
|
* ResultPoint.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Array.h
|
* Array.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 07/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BitArray.h
|
* BitArray.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 09/05/2008.
|
* Copyright 2010 ZXing authors. All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BitMatrix.h
|
* BitMatrix.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 12/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BitSource.h
|
* BitSource.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 09/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Counted.h
|
* Counted.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 07/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* DecoderResult.h
|
* DecoderResult.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 20/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* DetectorResult.h
|
* DetectorResult.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 14/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
#ifndef __EDGEDETECTOR_H__
|
||||||
|
#define __EDGEDETECTOR_H__
|
||||||
/*
|
/*
|
||||||
* EdgeDetector.h
|
* EdgeDetector.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Ralf Kistner on 7/12/2009.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -18,8 +19,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef EDGEDETECTOR_H_
|
|
||||||
#define EDGEDETECTOR_H_
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <zxing/common/BitMatrix.h>
|
#include <zxing/common/BitMatrix.h>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef __GLOBALHISTOGRAMBINARIZER_H__
|
||||||
|
#define __GLOBALHISTOGRAMBINARIZER_H__
|
||||||
/*
|
/*
|
||||||
* GlobalHistogramBinarizer.h
|
* GlobalHistogramBinarizer.h
|
||||||
* zxing
|
* zxing
|
||||||
|
@ -17,9 +19,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef GLOBALHISTOGRAMBINARIZER_H_
|
|
||||||
#define GLOBALHISTOGRAMBINARIZER_H_
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <zxing/Binarizer.h>
|
#include <zxing/Binarizer.h>
|
||||||
#include <zxing/common/BitArray.h>
|
#include <zxing/common/BitArray.h>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef __GREYSCALE_LUMINANCE_SOURCE__
|
||||||
|
#define __GREYSCALE_LUMINANCE_SOURCE__
|
||||||
/*
|
/*
|
||||||
* GreyscaleLuminanceSource.h
|
* GreyscaleLuminanceSource.h
|
||||||
* zxing
|
* zxing
|
||||||
|
@ -17,9 +19,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GREYSCALE_LUMINANCE_SOURCE__
|
|
||||||
#define __GREYSCALE_LUMINANCE_SOURCE__
|
|
||||||
|
|
||||||
#include <zxing/LuminanceSource.h>
|
#include <zxing/LuminanceSource.h>
|
||||||
|
|
||||||
namespace zxing {
|
namespace zxing {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef __GREYSCALE_ROTATED_LUMINANCE_SOURCE__
|
||||||
|
#define __GREYSCALE_ROTATED_LUMINANCE_SOURCE__
|
||||||
/*
|
/*
|
||||||
* GreyscaleRotatedLuminanceSource.h
|
* GreyscaleRotatedLuminanceSource.h
|
||||||
* zxing
|
* zxing
|
||||||
|
@ -18,9 +20,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __GREYSCALE_ROTATED_LUMINANCE_SOURCE__
|
|
||||||
#define __GREYSCALE_ROTATED_LUMINANCE_SOURCE__
|
|
||||||
|
|
||||||
#include <zxing/LuminanceSource.h>
|
#include <zxing/LuminanceSource.h>
|
||||||
|
|
||||||
namespace zxing {
|
namespace zxing {
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* GridSampler.h
|
* GridSampler.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 18/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef __HYBRIDBINARIZER_H__
|
||||||
|
#define __HYBRIDBINARIZER_H__
|
||||||
/*
|
/*
|
||||||
* HybridBinarizer.h
|
* HybridBinarizer.h
|
||||||
* zxing
|
* zxing
|
||||||
|
@ -17,9 +19,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HYBRIDBINARIZER_H_
|
|
||||||
#define HYBRIDBINARIZER_H_
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <zxing/Binarizer.h>
|
#include <zxing/Binarizer.h>
|
||||||
#include <zxing/common/GlobalHistogramBinarizer.h>
|
#include <zxing/common/GlobalHistogramBinarizer.h>
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* IllegalArgumentException.h
|
* IllegalArgumentException.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 06/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* PerspectiveTransform.h
|
* PerspectiveTransform.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 12/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
|
#ifndef __POINT_H__
|
||||||
|
#define __POINT_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Point.h
|
* Point.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Ralf Kistner on 7/12/2009.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -18,9 +20,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ZXING_POINT_H_
|
|
||||||
#define ZXING_POINT_H_
|
|
||||||
|
|
||||||
namespace zxing {
|
namespace zxing {
|
||||||
class PointI {
|
class PointI {
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
#ifndef __COMMON__STRING_H__
|
#ifndef __STR_H__
|
||||||
#define __COMMON__STRING_H__
|
#define __STR_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* String.h
|
* Str.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 20/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* GF256.h
|
* GF256.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 05/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* GF256Poly.h
|
* GF256Poly.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 05/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ReedSolomonDecoder.h
|
* ReedSolomonDecoder.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 05/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ReedSolomonException.h
|
* ReedSolomonException.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 06/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
#ifndef __CODE_128_READER_H__
|
||||||
|
#define __CODE_128_READER_H__
|
||||||
/*
|
/*
|
||||||
* Code128Reader.h
|
* Code128Reader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-15.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -59,3 +60,4 @@ namespace zxing {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
#ifndef __CODE_39_READER_H__
|
||||||
|
#define __CODE_39_READER_H__
|
||||||
/*
|
/*
|
||||||
* Code39Reader.h
|
* Code39Reader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-26.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -53,3 +54,4 @@ namespace zxing {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
#ifndef __EAN_13_READER_H__
|
||||||
|
#define __EAN_13_READER_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* EAN13Reader.h
|
* EAN13Reader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-22.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -37,3 +39,5 @@ namespace zxing {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
#ifndef __EAN_8_READER_H__
|
||||||
|
#define __EAN_8_READER_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* EAN8Reader.h
|
* EAN8Reader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-25.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -34,3 +36,5 @@ namespace zxing {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
#ifndef __ITF_READER_H__
|
||||||
|
#define __ITF_READER_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ITFReader.h
|
* ITFReader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-26.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -51,3 +53,4 @@ namespace zxing {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
#ifndef __ONED_READER_H__
|
||||||
|
#define __ONED_READER_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* OneDReader.h
|
* OneDReader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-15.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -18,12 +20,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <zxing/Reader.h>
|
#include <zxing/Reader.h>
|
||||||
#include <zxing/common/BitArray.h>
|
|
||||||
#include <zxing/BinaryBitmap.h>
|
|
||||||
#include <zxing/DecodeHints.h>
|
|
||||||
|
|
||||||
namespace zxing {
|
namespace zxing {
|
||||||
namespace oned {
|
namespace oned {
|
||||||
|
@ -45,3 +42,5 @@ namespace zxing {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
#ifndef __ONED_RESULT_POINT_H__
|
||||||
|
#define __ONED_RESULT_POINT_H__
|
||||||
/*
|
/*
|
||||||
* OneDResultPoint.h
|
* OneDResultPoint.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-20.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -35,3 +36,5 @@ namespace zxing {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
#ifndef __UPCA_READER_H__
|
||||||
|
#define __UPCA_READER_H__
|
||||||
/*
|
/*
|
||||||
* UPCAReader.h
|
* UPCAReader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-25.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -42,3 +43,5 @@ namespace zxing {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
#ifndef __UPC_EAN_READER_H__
|
||||||
|
#define __UPC_EAN_READER_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* UPCEANReader.h
|
* UPCEANReader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-21.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -64,3 +66,4 @@ namespace zxing {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
#ifndef __UPC_E_READER_H__
|
||||||
|
#define __UPC_E_READER_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* UPCEReader.h
|
* UPCEReader.h
|
||||||
* ZXing
|
* ZXing
|
||||||
*
|
*
|
||||||
* Created by Lukasz Warchol on 10-01-26.
|
|
||||||
* Copyright 2010 ZXing authors All rights reserved.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -41,3 +43,5 @@ namespace zxing {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ErrorCorrectionLevel.h
|
* ErrorCorrectionLevel.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 15/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* FormatInformation.h
|
* FormatInformation.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 18/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* QRCodeReader.h
|
* QRCodeReader.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 20/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Version.h
|
* Version.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 14/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BitMatrixParser.h
|
* BitMatrixParser.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 20/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* DataBlock.h
|
* DataBlock.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* DataMask.h
|
* DataMask.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* DecodedBitStreamParser.h
|
* DecodedBitStreamParser.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 20/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Decoder.h
|
* Decoder.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 20/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Mode.h
|
* Mode.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* AlignmentPattern.h
|
* AlignmentPattern.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* AlignmentPatternFinder.h
|
* AlignmentPatternFinder.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 14/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* Detector.h
|
* Detector.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 14/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* FinderPattern.h
|
* FinderPattern.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* FinderPatternFinder.h
|
* FinderPatternFinder.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* FinderPatternInfo.h
|
* FinderPatternInfo.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 13/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
#ifndef __QREDGEDETECTOR_H__
|
||||||
|
#define __QREDGEDETECTOR_H__
|
||||||
/*
|
/*
|
||||||
* QREdgeDetector.h
|
* QREdgeDetector.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Ralf Kistner on 7/12/2009.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -18,8 +19,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef QREDGEDETECTOR_H_
|
|
||||||
#define QREDGEDETECTOR_H_
|
|
||||||
|
|
||||||
#include <zxing/qrcode/detector/Detector.h>
|
#include <zxing/qrcode/detector/Detector.h>
|
||||||
#include <zxing/common/Point.h>
|
#include <zxing/common/Point.h>
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BitArrayTest.h
|
* BitArrayTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 12/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BitMatrixTest.h
|
* BitMatrixTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 12/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BitSourceTest.h
|
* BitSourceTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 09/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* BlackPointEstimatorTest.h
|
* BlackPointEstimatorTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 12/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* CountedTest.h
|
* CountedTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 08/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* PerspectiveTransformTest.h
|
* PerspectiveTransformTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 12/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ReedSolomonTest.h
|
* ReedSolomonTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 06/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 Google UK. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ErrorCorrectionLevelTest.h
|
* ErrorCorrectionLevelTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* FormatInformationTest.h
|
* FormatInformationTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* VersionTest.h
|
* VersionTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* DataMaskTest.h
|
* DataMaskTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
* ModeTest.h
|
* ModeTest.h
|
||||||
* zxing
|
* zxing
|
||||||
*
|
*
|
||||||
* Created by Christian Brunschen on 19/05/2008.
|
* Copyright 2010 ZXing authors All rights reserved.
|
||||||
* Copyright 2008 ZXing authors All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef __MAGICK_BITMAP_SOURCE_H_
|
||||||
|
#define __MAGICK_BITMAP_SOURCE_H_
|
||||||
/*
|
/*
|
||||||
* MagickBitmapSource.h
|
* MagickBitmapSource.h
|
||||||
* zxing
|
* zxing
|
||||||
|
@ -17,9 +19,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MAGICKMONOCHROMEBITMAPSOURCE_H_
|
|
||||||
#define MAGICKMONOCHROMEBITMAPSOURCE_H_
|
|
||||||
|
|
||||||
#include <Magick++.h>
|
#include <Magick++.h>
|
||||||
#include <zxing/LuminanceSource.h>
|
#include <zxing/LuminanceSource.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue