|
int VXmakeimage(image, type, bbx, chan);
VisXimage_t *image;
float bbx[4];
int type, chan;
int VXsetimage(image, a, f);
VisXimage_t *image;
VisXelem_t *a;
VisXfile_t *f;
int VXembedimage(i, j ,x1,x2,y1,y2);
VisXimage_t *i, *j;
float x1,x2,y1,y2;
VXbitimage(i);
VisXimage_t *i;
int VXresetimage(i);
VisXimage_t *i;
|