Tesseract  3.02
tesseract-ocr/cutil/const.h
Go to the documentation of this file.
00001 /**************************************************************************
00002  ** Licensed under the Apache License, Version 2.0 (the "License");
00003  ** you may not use this file except in compliance with the License.
00004  ** You may obtain a copy of the License at
00005  ** http://www.apache.org/licenses/LICENSE-2.0
00006  ** Unless required by applicable law or agreed to in writing, software
00007  ** distributed under the License is distributed on an "AS IS" BASIS,
00008  ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00009  ** See the License for the specific language governing permissions and
00010  ** limitations under the License.
00011 **************************************************************************/
00012 
00013 #ifndef CONST_H
00014 #define CONST_H
00015 
00016 /*This file contains constants which are global to the entire system*/
00017 #define SPLINESIZE      23         // max spline parts to a line
00018 
00019 #define PI          3.14159265359  // pi
00020 
00021 #define EDGEPTFLAGS     4          // concavity,length etc.
00022 
00023 #endif