搜索资源列表
fractalcompress
- 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal image compression is against
bianmashiyan
- 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on
VC_ImageProcessing
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
BasicProcessing
- 能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码-can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transforma
pseudocolor
- C++写的可以实现多种编码的灰度图像伪彩色处理程序的源代码。-write C + + can be achieved by a variety of coding gray pseudo-color image processing program source code.
DigtalImageProcessingVC
- 完成图像的灰度变换,正交变换,空域频域滤波,边缘检测,膨胀腐蚀,小波变换,水印,以及各种编码。-completion of the gray image transform, orthogonal transformation airspace frequency domain filtering, edge detection, corrosion expansion, wavelet transform, watermarks, and the various coding.
MYDID
- 该程序主要是利用了VC++和MATLAB实现了方块编码色转灰度图-the program is mainly used VC and MATLAB the box color to the gray level coding
A0357
- 一套完整的图像处理与识别的源码(全中文注释) 这是我们内部开发与使用的一套图像处理代码,里面包括了大部分图像处理与识别处理的的函数:像模板变换,图像的平滑、锐化、边缘识别、图像中值滤波、图像模糊、图像逆滤波、图像模糊加噪、图像维纳滤波、线性变换、灰度拉伸、直方图均衡、图像腐蚀、图像膨胀、图像开运算、GIF确码编码、缩放、旋转、快速付立叶变换、离散余弦变换等等,等等,太多了。可以用于windows软件或嵌入式软件编程。内部用的,全中文注释,为了下载我才拿出来的。你们自己看着办吧。-a comp
gd
- 彩色BMP图像->光栅处理->编码灰度图像->傅氏变换->滤波->逆傅氏变换->彩色合成->零级融合-color BMP image-gt; Grating processing-gt; Coding gray image-gt; Fourier Transform - gt; Filter - gt; Inverse Fourier Transform - gt; Synthesis of color-gt; Zero-integration
20053912920
- 数字图象处理,包括对图象的恢复,分析,编码灰度变换,滤波等处理-digital image processing, including image restoration, analysis, gray transform coding, filtering and other processing
vc++图象编程基础源代码
- 用C++编的关于图象处理的程序,包括灰度处理,图像细化,哈夫曼编码等-C series of image processing procedures, including gray-scale image processing and refinement, Huffman coding
image
- C++ 数字图像获取 处理及实践应用实例,进行图片的锐化,伪彩色编码,灰度变化,平滑运行等等功能-C++ digital image processing and access to examples of practical application for sharpening images, pseudo-color coding, gray level changes, smooth running and so on
Huffman
- MatLab实现对灰度图像的哈夫曼编码。 给出每个灰度级的编码。 并计算压缩比。-MatLab implementation of Huffman coding of gray image. Each gray-scale coding is given. And calculate the compression ratio.
graphicexperiment
- 用MATLAB实现数字图像处理的块编码,数字化,锐化,灰度级变换,直方差均衡等等。-Using MATLAB realization of digital image processing block coding, digitization, sharpening, gray-scale transformation, and so straight variance balanced.
111Regionbetter
- 经典区域生长源码(区域增长),比起灰度阈值法有不可比拟的优势,一旦尝试,欲罢不能啊,只是,在实时性应用方面还有待改进,m代码编写易懂,易用,易改写成其他语言,如果改写成c,应该速度有所提高.请尽情享用-Classical region growing source (regional growth), compared to gray-scale threshold method has unparalleled advantages, once the attempt to stop ah,
fracialimagecompressionindctdomainbasedonadaptivec
- 在对基本的域分形图像压缩方法进行分析基础上提出了一种改进方案即基于自适应分类加权最小二乘法的域分形图像压缩方法并使用基本方法和改进方法对标准灰度图像分别进行了测试测试结果表明本文提出的方法可以在下降很小的情况下大大提高编码速度-In the domain of the basic fractal image compression method based on an analysis of an improved program that is based on adaptive classi
Coutelle_Walter_WICCGPI2003
- We present in this paper a technique for modeling and rendering wrinkles in facial animation. The main advantage of our approach from previous work is that we do not modify the actual face geometry, but instead we render the wrinkles as bump te
weicais
- matlab实现图像伪彩色编码,包括常规灰度编码 , 逆灰度编码 , 红色饱和度编码 , 绿色饱和度编码 , 蓝色饱和度编码 , 青色饱和度编码 , 黄色饱和度编码 , 紫色饱和度编码 , 彩虹编码1 , 彩虹编码2 , 热金属编码1 , 热金属编码2 -pseudo-color image coding matlab realize, including conventional gray code ' ,' inverse gray coding ' ,' red
8909421
- 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异,-Using binary Gray coding, based on roulette method, non-linear ranking selection, uniform crossover, mutation,
iutationcrossover
- 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异,(Using binary Gray coding, based on roulette method, non-linear ranking selection, uniform crossover, mutation,)
