登录
首页 » Special Effects » 采用粒子群矢量量化算法生成图像矢量量化的最优码书,可以任意设定种群数与迭代代数。程序结果产生最优码书与平均误差。...

采用粒子群矢量量化算法生成图像矢量量化的最优码书,可以任意设定种群数与迭代代数。程序结果产生最优码书与平均误差。...

于 2022-02-14 发布 文件大小:50.55 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

采用粒子群矢量量化算法生成图像矢量量化的最优码书,可以任意设定种群数与迭代代数。程序结果产生最优码书与平均误差。-Vector quantization using particle swarm algorithm for optimal image vector quantization code book, can set the number of stocks and iterative algebra. The results of the proceedings arising from the optimal codebook with an average error.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 有关位图处理的程序
    有关位图处理的程序-the bitmap handling procedures
    2022-03-19 05:12:33下载
    积分:1
  • 在vc++中,使用单文档程序,对数字图像进行拉普拉斯变换。供有兴趣的朋友学习...
    在vc++中,使用单文档程序,对数字图像进行拉普拉斯变换。供有兴趣的朋友学习-In vc++, The use of single-document procedures Laplace transform digital images. For interested people in learning
    2022-01-21 17:44:18下载
    积分:1
  • 实验目的:1)图像2的图像加密级别。
    实验目的: 1) 图像水平集合 2) 图像加密算法 3) 边缘提取 4) 噪音图像的产生 (2)显示图像,理解图像的模型 (3)使用图像的不同格式,理解图像压缩的意义 (4)对图像做简单的操作 本次实验需要熟练使用以下几个MATLAB命令: imread, imwrite, imshow,figure -Experimental purposes: 1) the level of collection of image 2) image encryption algorithm 3) Edge 4) noise generated images (2) display images, understanding image model (3) the use of images in different formats, understanding the significance of image compression (4) image to do a simple experiment needs to operate the skilled use of the following MATLAB command: imread, imwrite, imshow, figure
    2022-01-25 22:40:45下载
    积分:1
  • Markov Random Fields and application on Image processing and Computer Vision
    Markov Random Fields and application on Image processing and Computer Vision
    2022-05-08 21:48:39下载
    积分:1
  • 由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩...
    由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩色模型对算法性能的影响?这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算:实验结果证明了该算法的有效性。-Abstract:Because only the gray scale information is utilized.the SIFT method can’t differentiate the objects with similar shape but with diferent colors commendably.1,1 order to solve such problem.presents a color―based SIF I feature point detecting method and analyzs the method’S performance in temas of diferent color models The method detected interest points in the gray image scale space,and its eigem eetors al’e composed of the mean 、 alues of different color model components in each subregion and are computed based on the Ol。iginal color images.Tile experimental results have proved its validity
    2022-03-21 02:08:20下载
    积分:1
  • SAR数据分解程序,分解为H,A,alpha分量,为SAR影像提供了较多的信息,有利于SAR影像特征提取...
    SAR数据分解程序,分解为H,A,alpha分量,为SAR影像提供了较多的信息,有利于SAR影像特征提取-SAR data decomposition process, decomposition for H, A, alpha component for the SAR images provide more information and is conducive to SAR image feature extraction
    2022-01-25 14:42:44下载
    积分:1
  • 对DIB图象格式进行全面解析,非常有用。进行图象处理的朋友一定要学习。...
    对DIB图象格式进行全面解析,非常有用。进行图象处理的朋友一定要学习。-right image format for a comprehensive analysis, very useful. Image processing friends must learn from.
    2022-01-25 20:41:05下载
    积分:1
  • First
    一阶小波(9/7)变换,图像大小为512*512,可以变换成小波形式并返回,显示方案已被量化的方式
    2022-03-19 11:34:32下载
    积分:1
  • 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1...
    边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp,Image2.bmp,Image3.bmp,Image4.bmp; 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 边界直方图数据和归一化后直方图数据分别保存在histogram.txt和NormalHistogram.txt中。-Border direction histogram statistics. Canny algorithm used. Testing Photo caption: (image path name in the main function AnsiString name = 1.bmp set) 1.bmp, 2.bmp used to test scaling image identification 3.bmp, 4.bmp used to test After scaling the image identification 2.bmp, 2_shift.bmp used to test post-translational image recognition. Realize the output grayscale, smooth map, edge map, as well as dual-threshold edge map after the treatment running folder should have Image1.bmp, Image2.bmp, Image3.bmp, Image4.bmp realize grayscale output, smooth map, edge map, as well as dual-threshold edge map after the treatment border histogram data an
    2023-07-29 09:00:03下载
    积分:1
  • Retinex算法的C语言代码实现的图像处理
    retinex算法的C语言代码实现,用于图象处理-Retinex algorithm realize the C language code for the image processing
    2023-03-30 05:30:02下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载