搜索资源列表
EvsImageProcess
- 一些常用的图象处理算法,列表如下 alpha_2.09.zip Alphat透明合成系统源代码源代码 jpeg_0.77.zip JPEG压缩编码系统源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 mkou_1.0.zip 图案抖动技术处理系统源代码 touch_1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange_1.03.zip 图象几何变换算法源代码 sima_1.
fractalV1
- 本软件可以生成MandlBrot集、Julia集的图形,以及随机迭代法、Newton迭代法生成分形图象。另外,本系统还提供了简单的图象处理功能,比如图象的灰度化、二值化、图象的轮廓提取、彩色浮雕、亮度增加、Gamma校正、反色等。 -The software can generate MandlBrot sets, Julia Sets graphics, and random iteration, Newton iteration Health fractal images. In add
colorDIB_fractalcompress
- 该文档详细介绍了彩色图象的分形压缩方法.
histographAndColor
- 直方图修正和彩色变换算法代码-amendments and color histogram algorithm code
chaos_markshap_lhd
- 用于显示彩色心轴分形图,并可多次放大以显示奇妙细节。本人学习分形几何后用VC6.0编写的程序,有一定VC编程基础的人并不难看懂其关键代码。稍作改动或不改动就可用于课堂教学或其他相关演示使用。-It display a colorful Mark shape, may enlarge to show the wonderful details. It can be used for teaching Demonstrate.
tu
- 8086实现的画图程序,在320*200彩色图形方式下显视,画图 矩形,直线。-The realization of 8086 drawing program, in 320* 200 color graphics mode to show to see, drawing rectangular, linear.
multifractal_and_output
- 输入灰度图像,RGB彩色图像会自动转换为灰度图像 输出图像的多重分形谱(input a grey image and getting its multifractal spectrum, if there is a color image, it will be transferred into grey one firstly.)
matlab图像处理-差分盒维数
- 基于matlab图像处理的代码,可以对图形求出差分盒维数,适用于彩色图像
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。