lisp
image
pix.h
Go to the documentation of this file.
1
2
typedef
struct
pixel_image
{
3
unsigned
char
*
imgary
;
/*pointer to the image array*/
4
long
depth
;
/*1,8,16, or 32*/
5
long
pixel_bytes
;
/*number of bytes per a pixel*/
6
long
twidth
,
theight
;
/*total_width, total_height*/
7
long
tsize
;
/*total_width x total_height*/
8
long
start_x
,
start_y
;
9
long
width
,
height
;
/*window_width, window_height*/
10
long
wsize
;
/*width x height */
11
}
pixel_image
;
12
13
struct
correlation_info
{
14
long
corval
;
15
long
x,
y
;
16
};
17
pixel_image::width
long width
Definition:
pix.h:9
pixel_image::theight
long theight
Definition:
pix.h:6
correlation_info::y
long y
Definition:
pix.h:15
pixel_image::depth
long depth
Definition:
pix.h:4
pixel_image::pixel_bytes
long pixel_bytes
Definition:
pix.h:5
pixel_image::start_y
long start_y
Definition:
pix.h:8
pixel_image::tsize
long tsize
Definition:
pix.h:7
pixel_image
Definition:
pix.h:2
pixel_image::twidth
long twidth
Definition:
pix.h:6
correlation_info::corval
long corval
Definition:
pix.h:14
pixel_image::height
long height
Definition:
pix.h:9
pixel_image::imgary
unsigned char * imgary
Definition:
pix.h:3
pixel_image::wsize
long wsize
Definition:
pix.h:10
correlation_info
Definition:
pix.h:13
pixel_image::start_x
long start_x
Definition:
pix.h:8
pixel_image
struct pixel_image pixel_image
euslisp
Author(s): Toshihiro Matsui
autogenerated on Mon Feb 28 2022 22:18:28