登录
首页 » matlab » matlab-code-based-image-retrieval

matlab-code-based-image-retrieval

于 2013-01-09 发布 文件大小:161KB
0 240
下载积分: 1 下载次数: 293

代码说明:

  基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大(content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of similarity : Mahalanobis distance, the Euclidean distance relevance feedback : machine learning methods, such as SVM. Neural network search and classification : two very similar samples from the small, although the two are similar to the samples may not be much distance)

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

发表评论

0 个回复

  • 437670
    彗星窗口水印源码例程程序结合易语言模块彗星窗口水印.ec,实现窗口水印效果。(Comets window watermark source routine program combining easy language module comet window watermark .ec, achieve window watermark .)
    2016-11-10 00:29:18下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • hl5
    discrete hartley trnasform paper
    2013-05-11 13:05:25下载
    积分:1
  • CBEEMD
    基于对BEMD和BEEMD的改进算法-CBEEMD算法实现(An Improved Algorithm Based on BEMD and BEEMD- Implementation of CBEEMD Algorithm)
    2017-03-21 09:52:30下载
    积分:1
  • linear
    - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 (- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filtering method 3, the arithmetic average filtering method 4, the average recursive filtering method (also known as the moving average filtering method) 5, with a median value of the average filter Act (also known as anti-pulse interference average filtering method) 6, limiting the average filtering method 7, the first order lag filtering method 8, the weighted average recursive filtering method 9, extinction Buffeting filtering method 10, limiting consumer Buffeting filtering method)
    2021-01-18 17:18:42下载
    积分:1
  • number
    将图片转化为BMP位图,然后通过逐行扫描识别图片中的数字。(A picture into a BMP bitmap, and then through the progressive scanned image in the figure.)
    2009-10-15 16:05:44下载
    积分:1
  • saliency
    视觉注意机制一种新型的目标检测方法,该文给出了一种比较有效的处理策略(Visual attention mechanism to target a new detection method, the paper gives a more effective treatment strategies)
    2010-10-06 10:07:13下载
    积分:1
  • 两个matlab实现最大熵法分割程序
    本文提供了两种方法计算二维最大图像信息熵(This paper provides two methods for computing two-dimensional maximum image information entropy)
    2021-04-01 10:09:08下载
    积分:1
  • C#片浏览(支持鼠标拖动与滚轮缩放)
    C#图片浏览(支持鼠标拖动与滚轮缩放)
    2013-11-30下载
    积分:1
  • AVA_dataset
    ava数据库下载代码,用于图像美学质量评价(download ava dataset,image aesthetic assessment)
    2017-04-15 20:13:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载