int
lvcloseseg(xvimage *img_in, int alfa, int length, unsigned long border, xvimage *img_out)
none
the input image is "img_in" the straight line segment is defined by : - its length : "length" - its angle from the horizontal direction "alfa" the output image will be "img_out".
"im_trans" and "img_trav" are template images.
none
none
Due to the simultaneous processing of 32 pixels in BIT images, input images of the BIT data type must be converted to a special data structure before the library is called. This can be accomplished by using the format routine. After the library call, the unformat routine can convert the image back to the BIT data type.
$MMACH/objects/library/lmmach/src/lvcloseseg.c