tesseract
4.1.1
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.
33
using
SeamPair
=
tesseract::KDPtrPairInc<float, SEAM>
;
34
using
SeamQueue
=
tesseract::GenericHeap<SeamPair>
;
35
36
using
SeamDecPair
=
tesseract::KDPtrPairDec<float, SEAM>
;
37
using
SeamPile
=
tesseract::GenericHeap<SeamDecPair>
;
38
39
#endif
seam.h
genericheap.h
kdpair.h
chop.h
tesseract::GenericHeap
Definition:
genericheap.h:58
tesseract::KDPtrPairInc
Definition:
kdpair.h:145
tesseract::KDPtrPairDec
Definition:
kdpair.h:162
src
wordrec
findseam.h
Generated on Thu Mar 26 2020 00:00:00 for tesseract by
1.9.1