模式识别的一些预处理知识源程序,初学者在编制程序时可以参考...
- 资源大小:13.59 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Special
Effects
资 源 简 介
模式识别的一些预处理知识源程序,初学者在编制程序时可以参考-
Two programs are included in this directory:
STK2RAS takes a stroke file as input and converts it into a bit-per-pixel
representation (along with some header information, see RASHEADR.H). The
output of the STK2RAS program is a .RAS file. The GRID1 program found in
this directory is a PM program which takes a .RAS file as input and
displays the image. Notice that the GRID1 program uses run length compression. See
class RLCX to scale the image.
文 件 列 表
GRID1.CPP
GRID1.H
GRID1.RC
GRIDCLAS.CPP
MAKEFILE
MISCLIB.H
RASHEADR.H
README.TXT
STK2RAS.CPP