|
NAMEmakepr - create Primitive Rectangles in an imageSYNOPSISmakepr [-options] in_file out_file [ out_file2 ]DESCRIPTIONmakepr reads a binary image and creates Primitive Rectangles. The Primitive Rectangle is the rectangle whose width is a constant (column width). See references for the detail of Primitive Rectangles.The file format of in_file is binary pbm(5). The primitive rectangles are written on out_file and out_file2, whose file format are d4file(4) ordinally. Each rectangle is denoted by a 4-tuple, the position of the left-top corner, the width, and the height of the rectangle. If the option -image is specified, the rectangle image is written on out_file. The file format of out_file is binary pbm(5) in this case. OPTIONS
SEE ALSOpbm(5), d4file(4)REFERENCES"Robust and Fast Text-line Extraction Using Local Linearity of the Text-line" by Hideaki Goto and Hirotomo Aso, Trans. IEICE (D-II), Vol.J78-D-II, No.3, pp.465-473, March 1995. (In Japanese)Or its translated version, "Robust and Fast Text-line Extraction Using Local Linearity of the Text-line" by Hideaki Goto and Hirotomo Aso, Systems and Computers in Japan, Vol.26, No.13, pp.21-31, 1995, Scripta Technica, Inc. AUTHORCopyright (C) 1995-2009 Hideaki Gotohttp://www.imglab.org/
Visit the GSP FreeBSD Man Page Interface. |