Leptonica
1.83.1
Image processing and image analysis suite
ccbord_internal.h
Go to the documentation of this file.
1
/*====================================================================*
2
- Copyright (C) 2001 Leptonica. All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without
5
- modification, are permitted provided that the following conditions
6
- are met:
7
- 1. Redistributions of source code must retain the above copyright
8
- notice, this list of conditions and the following disclaimer.
9
- 2. Redistributions in binary form must reproduce the above
10
- copyright notice, this list of conditions and the following
11
- disclaimer in the documentation and/or other materials
12
- provided with the distribution.
13
-
14
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANY
18
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
19
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
20
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
21
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
22
- OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
23
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
*====================================================================*/
26
27
#ifndef LEPTONICA_CCBORD_INTERNAL_H
28
#define LEPTONICA_CCBORD_INTERNAL_H
29
82
struct
CCBord
83
{
84
struct
Pix
*
pix
;
85
struct
Boxa
*
boxa
;
86
struct
Pta
*
start
;
87
l_atomic
refcount
;
88
struct
Ptaa
*
local
;
89
struct
Ptaa
*
global
;
90
struct
Numaa
*
step
;
91
struct
Pta
*
splocal
;
92
struct
Pta
*
spglobal
;
93
};
94
96
struct
CCBorda
97
{
98
struct
Pix
*
pix
;
99
l_int32
w
;
100
l_int32
h
;
101
l_int32
n
;
102
l_int32
nalloc
;
103
struct
CCBord
**
ccb
;
104
};
105
106
#endif
/* LEPTONICA_CCBORD_INTERNAL_H */
107
Boxa
Definition:
pix_internal.h:266
CCBord
Definition:
ccbord_internal.h:83
CCBord::global
struct Ptaa * global
Definition:
ccbord_internal.h:89
CCBord::spglobal
struct Pta * spglobal
Definition:
ccbord_internal.h:92
CCBord::step
struct Numaa * step
Definition:
ccbord_internal.h:90
CCBord::start
struct Pta * start
Definition:
ccbord_internal.h:86
CCBord::boxa
struct Boxa * boxa
Definition:
ccbord_internal.h:85
CCBord::pix
struct Pix * pix
Definition:
ccbord_internal.h:84
CCBord::refcount
l_atomic refcount
Definition:
ccbord_internal.h:87
CCBord::local
struct Ptaa * local
Definition:
ccbord_internal.h:88
CCBord::splocal
struct Pta * splocal
Definition:
ccbord_internal.h:91
CCBorda
Definition:
ccbord_internal.h:97
CCBorda::w
l_int32 w
Definition:
ccbord_internal.h:99
CCBorda::n
l_int32 n
Definition:
ccbord_internal.h:101
CCBorda::nalloc
l_int32 nalloc
Definition:
ccbord_internal.h:102
CCBorda::ccb
struct CCBord ** ccb
Definition:
ccbord_internal.h:103
CCBorda::h
l_int32 h
Definition:
ccbord_internal.h:100
CCBorda::pix
struct Pix * pix
Definition:
ccbord_internal.h:98
Numaa
Definition:
array_internal.h:79
Pix
Definition:
pix_internal.h:181
Pta
Definition:
pix_internal.h:289
Ptaa
Definition:
pix_internal.h:302
src
ccbord_internal.h
Generated by
1.9.1