-
-
-
-
-
-
-
-
-
cls_factory.rar
介绍了各种数字图像处理的算法分析及编程实现技术。全书由12章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码。
-
-
TCL_learning.zip
... commands used: array, puts, foreach, get
calculator.tcl
--------------
This script asks the user to enter an operation ( ex: 24 + 52 ),
analyses the operation, computes it and return the result.
main commands used: proc, expr, return, while, ...
-