tesseract 4.1.1
Loading...
Searching...
No Matches
findseam.h
Go to the documentation of this file.
1/* -*-C-*-
2 ********************************************************************************
3 *
4 * File: findseam.h
5 * Description:
6 * Author: Mark Seaman, SW Productivity
7 *
8 * (c) Copyright 1987, Hewlett-Packard Company.
9 ** Licensed under the Apache License, Version 2.0 (the "License");
10 ** you may not use this file except in compliance with the License.
11 ** You may obtain a copy of the License at
12 ** http://www.apache.org/licenses/LICENSE-2.0
13 ** Unless required by applicable law or agreed to in writing, software
14 ** distributed under the License is distributed on an "AS IS" BASIS,
15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 ** See the License for the specific language governing permissions and
17 ** limitations under the License.
18 *
19 *********************************************************************************/
20
21#ifndef FINDSEAM_H
22#define FINDSEAM_H
23
24/*----------------------------------------------------------------------
25 I n c l u d e s
26----------------------------------------------------------------------*/
27#include "seam.h"
28#include "genericheap.h"
29#include "kdpair.h"
30#include "chop.h"
31
32// The SeamPair elements own their SEAMs and delete them upon destruction.
35
38
39#endif