-
demo
北航图像处理demo,目前集成了从色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、数学形态学方法、等多个组件(Northern image processing demo, now integrated from the color conversion, color image processing, gray-scale image processing, binary image processing, thresholding, edge detection, mathematical morphology, and many other components)
- 2014-05-21 19:46:11下载
- 积分:1
-
lp-d-r
对任意一副灰度图像进行拉普拉斯金字塔分解。(For any gray-scale image of a Laplacian pyramid decomposition.)
- 2009-05-12 08:55:13下载
- 积分:1
-
piccompress
图像压缩编码,dct变换,量化,
Z字形扫描 行程编码(Image compression, dct transform, quantization, Z-shaped scan length encoding)
- 2009-12-08 16:31:25下载
- 积分:1
-
ColorHistogramjiansuo
详细设计了基于颜色直方图的图像检索 效果不错 计算速度快(Detailed design of the color histogram-based image retrieval good results fast calculation)
- 2009-11-04 19:55:40下载
- 积分:1
-
DecodeString
根据指定字符分割字符串,VC++精选编程源码,很好的参考。(According to the specified character segmentation character string, VC++ select programming source code, a good reference.)
- 2013-12-03 10:56:22下载
- 积分:1
-
互信息图像配准
基于图像互信息计算的图像配准方法,互信息为配准带来更高精度(Image registration method based on image mutual information calculation, mutual information brings higher precision to registration)
- 2018-11-10 21:17:47下载
- 积分:1
-
腐蚀与膨胀
说明: 自己编写的图像腐蚀与膨胀matlab代码,经试验证明与matlab中自带的腐蚀和膨胀函数运行效果相同,可供初学图像处理的同学参考使用。(The image corrosion and expansion matlab code written by myself has been proved to be the same as the corrosion and expansion function of the matlab. It can be used by students who are ready for beginner image processing.)
- 2021-01-13 14:48:48下载
- 积分:1
-
cc
说明: 经典图论,其中叙述了图论的经典算法等,如最大流、最小割等相关算法。(Classical graph theory, graph theory, which describes the classical algorithms, such as maximum flow, minimum cut, and other related algorithms.)
- 2011-05-11 17:52:55下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
image-processing
用于图像处理上的相邻像素点之间相关性的计算,主要用于分析像素值之间的关联度(For the calculation of the correlation between the pixels on the image processing)
- 2013-03-02 15:14:53下载
- 积分:1