classify/baseline.cpp File Reference

#include "baseline.h"
#include "debug.h"
#include "hideedge.h"

Go to the source code of this file.

Typedefs

Functions

Variables


Typedef Documentation

typedef TPOINT SCALE

Note:
File: baseline.cpp (Formerly baseline.c)
Author:
Mark Seaman, OCR Technology
Date:
Fri Oct 16 14:37:00 1987 Tue Jul 30 16:16:13 1991 (Mark Seaman) marks
 * (c) Copyright 1987, Hewlett-Packard Company.
 ** Licensed under the Apache License, Version 2.0 (the "License");
 ** you may not use this file except in compliance with the License.
 ** You may obtain a copy of the License at
 ** http://www.apache.org/licenses/LICENSE-2.0
 ** Unless required by applicable law or agreed to in writing, software
 ** distributed under the License is distributed on an "AS IS" BASIS,
 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ** See the License for the specific language governing permissions and
 ** limitations under the License.

Definition at line 31 of file baseline.cpp.


Function Documentation

void init_baseline (  ) 

Initialize the needed baseline variables.

Definition at line 50 of file baseline.cpp.

References baseline_enable, and baseline_normalized.

Referenced by init_ms_debug().

00050                      { 
00051   make_baseline_enable(); 
00052 
00053   baseline_normalized = baseline_enable;
00054 }


Variable Documentation

INT8 baseline_normalized = TRUE

Definition at line 36 of file baseline.cpp.

Referenced by init_baseline().


Generated on Wed Feb 28 19:49:18 2007 for Tesseract by  doxygen 1.5.1