-
09_Direct
人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第9章图像分割。
包括图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子的实现等源代码(Posts )
- 2008-06-03 11:11:23下载
- 积分:1
-
FGseg
是关于目标提取的,非常有用,我已经测试过了(Is extracted on the target, very useful, I have tested the)
- 2008-06-11 16:03:25下载
- 积分:1
-
Image-retrieval
图像检索,从600多张图片中检索出与目标图片相似度最高的。按照相似度顺序排列。(Image retri , retrieved more than 600 pictures in most similar to the target image. They are arranged in order of similarity.)
- 2021-04-08 23:49:00下载
- 积分:1
-
hog
能够提取出图像I的HOG特征,返回其幅值,角度和在各个角度上的幅值。
是进行其他针对图像的HOG特征提取的前一步。(I can extract images of HOG features, return to their amplitude, angle and perspective in all of the amplitude. Is the other for image feature extraction HOG step forward.)
- 2008-04-29 09:41:09下载
- 积分:1
-
HU不变矩
Hu不变矩的的一至七个矩的代码以及论文。matalb版本,可直接用。(Matlab Code of Hu Moment Invariant)
- 2019-04-26 21:15:35下载
- 积分: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
-
leida5.9
雷达扫描程序,图形界面中显示雷达的运动情况。程序简单。可以学习
(AppWizard has created this spp application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your OpenGl application.
)
- 2011-05-21 16:53:01下载
- 积分:1
-
mrfdemo
MRF分割程序,C++编写,进行图像分割处理,帮助熟悉分割过程及能量最优求解(markov image segmentation, energy interation algorithm)
- 2021-03-11 15:09:25下载
- 积分:1
-
kmeans--FCM-SOM
无监督分类方法,包括kmeans,som和fcm,非常好用(Unsupervised classification methods, including kmeans, som and fcm, very easy to use)
- 2020-07-01 11:00:02下载
- 积分:1
-
imagefusion
说明: 图像融合程序大全 (有图)包括IHS PCA 拉普拉斯 PCNN 小波 超好!(the total of image fusion (pictures))
- 2021-03-08 19:29:28下载
- 积分:1