Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
Main Page
Data Structures
Files
File List
Globals
include
pyramid.h
Go to the documentation of this file.
1
/*
2
* pyramid.h - Types, constants, globals, routine decls for pyramids
3
*
4
* Author: Rod Bogart
5
* Computer Science Dept.
6
* University of Utah
7
* Date: Thu Mar 12 1987
8
* Copyright (c) 1987 Rod Bogart
9
*
10
*/
11
#
define
and
&&
12
#
define
or
||
13
#
define
not
!
14
15
#
define
MASKSIZE
5
16
#
define
MASKBELOW
2
/* MASKBELOW = (MASKSIZE-1) / 2; */
17
#
define
MASKABOVE
2
/* MASKABOVE = MASKSIZE / 2; */
18
19
typedef
struct
20
{
21
/* pointers to the corners of the arrays for each level */
22
rle_pixel
**
corners
;
23
24
int
*
xlen
, *
ylen
;
/* sizes of each level */
25
26
int
nchan
;
/* total channels per level */
27
28
int
levels
;
/* number of levels in this pyramid */
29
} pyramid;
30
31
float
*
gauss_mask
();
pyramid::ylen
int * ylen
Definition:
pyramid.h:24
pyramid::levels
int levels
Definition:
pyramid.h:28
pyramid::nchan
int nchan
Definition:
pyramid.h:26
pyramid::xlen
int * xlen
Definition:
pyramid.h:24
pyramid::corners
rle_pixel ** corners
Definition:
pyramid.h:22
rle_pixel
unsigned char rle_pixel
Definition:
rle.h:56
gauss_mask
float * gauss_mask(int siz)
Definition:
smush.c:323
Generated on Thu Sep 24 2015 11:47:04 for Utah Raster Toolkit by
1.8.10