资源列表
Monitor
- 如何设置进程到WINDOWS的服务中,让其在后台运行。
InvariaMoment
- 用C++写的归一化不变矩程序,将不变矩封装成一个类,是因为程序所需要,怎么使用,注释里面有。还有就是,这个程序只能计算8位灰度图的不变矩。
cerebrumwavesignalvisual
- 常见的大脑信号处理算法的程序集合。用matlab语言编写的。可以作为研究信号可视方向的学生学习
showDIB
- DIB图像的特效显示,包括向下(上,左,右)扫描,交叉飞入,百叶窗显示等特效
ImageCalculator
- ImageCalculator is a command line program for doing simple mathematical operations to a series of images and generating an new output image and basic statistics about the output image. The program uses the Insight Toolkit (www.ITK.org) for file IO an
labelCombination.tar
- Combining some labeled images is a quite common and useful task in image analysis. That s something we may want to do to prepare the markers for a watershed from markers for example, or to write the output of several segmentations in a single file. T
PVMmatrix-26
- 讀取圖檔的原碼 編譯時有出錯 希望較強的人可修改它
Wavelets
- 实现基于小波的图像融合,共实现了5种融合算法
pngChangeColor
- 自由换色的png图片类可以自由更换图片调色板
png2png
- png压缩工具png2png,自由压缩自己的PNG
LZ77
- 讲述了LZ77算法的基本原理,适合初学者
PngEncoder
- 使用PngEncoder压缩png图片,适合初学者