登录
首页 » matlab » ImageSearch

ImageSearch

于 2020-12-04 发布 文件大小:5564KB
0 156
下载积分: 1 下载次数: 217

代码说明:

  基于图像颜色矩和纹理的图像检索系统,matlab语言编写,图像库包含在内(Image color and texture-based image retrieval system, Matlab language, image library included)

文件列表:

ImageSearch
...........\colormoment.asv,439,2012-06-04
...........\colormoment.m,834,2012-06-04
...........\ImageDataBase





...........\.............\14.jpg,310526,2012-06-04
...........\.............\15.jpg,200750,2012-06-04
...........\.............\16.jpg,32683,2012-06-04
...........\.............\17.jpg,279584,2012-06-04
...........\.............\18.jpg,32011,2012-06-04
...........\.............\19.jpg,78414,2012-06-04
...........\.............\2.jpg,28789,2012-06-04
...........\.............\20.jpg,63659,2012-06-04
...........\.............\21.jpg,30491,2012-06-04
...........\.............\22.jpg,98368,2012-06-04
...........\.............\23.jpg,49237,2012-06-04
...........\.............\24.jpg,72913,2012-06-04
...........\.............\25.jpg,92266,2012-06-04
...........\.............\26.jpg,116439,2012-06-04
...........\.............\27.jpg,53342,2012-06-04
...........\.............\28.jpg,109467,2012-06-04
...........\.............\29.jpg,106179,2012-06-04
...........\.............\3.jpg,39830,2012-06-04
...........\.............\30.jpg,16566,2012-06-04
...........\.............\31.jpg,52392,2012-06-04
...........\.............\32.jpg,325096,2012-06-04
...........\.............\33.jpg,45293,2012-06-04
...........\.............\34.jpg,992982,2012-06-04
...........\.............\35.jpg,41933,2012-06-04
...........\.............\36.jpg,50064,2012-06-04
...........\.............\37.jpg,19279,2012-06-04
...........\.............\38.jpg,18291,2012-06-04
...........\.............\39.jpg,209461,2012-06-04
...........\.............\4.jpg,31720,2012-06-04
...........\.............\40.jpg,91814,2012-06-04
...........\.............\41.jpg,258553,2012-06-04
...........\.............\42.jpg,66382,2012-06-04
...........\.............\43.jpg,158565,2012-06-04
...........\.............\44.jpg,112425,2012-06-04
...........\.............\45.jpg,46495,2012-06-04
...........\.............\46.jpg,61913,2012-06-04
...........\.............\47.jpg,85391,2012-06-04
...........\.............\48.jpg,39110,2012-06-04
...........\.............\49.jpg,18979,2012-06-04
...........\.............\5.jpg,60085,2012-06-04
...........\.............\50.jpg,52219,2012-06-04
...........\.............\6.jpg,34395,2012-06-04
...........\.............\7.jpg,225204,2012-06-04
...........\.............\8.jpg,47347,2012-06-04
...........\.............\9.jpg,12894,2012-06-04
...........\ImageSearch.asv,40,2012-06-04
...........\ImageSearch.fig,21825,2012-06-04
...........\ImageSearch.m,3483,2012-06-04
...........\loadimage.asv,470,2012-06-04
...........\loadimage.m,497,2012-06-04
...........\search.asv,1364,2012-06-04
...........\search.m,1550,2012-06-04
...........\texture.asv,1481,2012-06-04
...........\texture.m,601,2012-06-04

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

发表评论

0 个回复

  • lee-frost-kuan
    SAR图像的去噪,包含lee滤波器,frost滤波器,kuan滤波器,并且自己编写的信噪比函数(SAR image denoising, including lee filter, frost filter, kuan filter, and I have written a function of SNR)
    2020-10-20 21:07:24下载
    积分:1
  • CCD-
    采用National Instruments 视觉算法库,雷赛运动控制卡,映美精相机 检测手机LOG(Using National Instruments vision algorithms library, Lemire motion control card, Imaging camera detects the phone LOG)
    2015-03-25 14:49:56下载
    积分:1
  • SSDA
    利用SSDA算法实现模板匹配的功能,该算法可快速有效地完成图像的匹配。(SSDA algorithm on template matching function, the algorithm can quickly and efficiently complete image matching.)
    2012-09-19 11:30:57下载
    积分:1
  • BMP del
    实现两幅bmp图像相减得到最终图像并显示(Realize two BMP image subtraction, get the final image and display)
    2017-10-10 17:19:26下载
    积分:1
  • src
    基于C++的人脸分割的设计,C/C++语言、数字信号处理,最好选修过“数字图像处理”。(Based on the C++ face segmentation design, C/C++ language, digital signal processing, the best elect digital image processing.)
    2017-01-09 15:09:02下载
    积分:1
  • cvpr07_detcode1.0
    Object Detection Combining Recognition and Segmentation, Eighth Asian Conference on Computer Vision (ACCV), 2007 源代码(Object Detection Combining Recognition and Segmentation, Eighth Asian Conference on Computer Vision (ACCV), 2007 source code)
    2008-02-13 02:03:20下载
    积分:1
  • 2
    说明:  边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡(Edge feature extraction is to seek the local maximum of image gradient and orientation. The actual calculation to the form of differential operator representation, and using fast convolution function to achieve. Commonly used operators are differential operators, Laplace operator, Canny operator and so on. Canny edge detection which is a relatively new edge detection operator, and has good edge detection performance, get more and more widely used. Canny edge detection method using first derivative of Gaussian function, it can in the noise suppression and edge detection to achieve a better balance between)
    2010-06-16 08:36:49下载
    积分:1
  • 123123
    C#写的绘图板,实现了直线,矩形,圆形,多边形,曲线和文字输入,可以任意的拖动所画的图形。(C# to write the drawing board to achieve a straight line, rectangle, circle, polygon, curve and text input, you can drag the drawing arbitrary graphics.)
    2010-06-10 22:16:23下载
    积分:1
  • gradient_-method
    数字散斑相关计算中,亚像素位移检测,梯度算法(sub-pixel, gradient method,DSCM)
    2020-11-25 17:39:32下载
    积分:1
  • mesh_simplification
    网格简化, 将复杂的带有很多细节的物体的三维立体网格进行任意比例的简化,使得其减少点和面片的数量并保持物体的基本特征,以达到加快图像显示及压缩文件的效果。(Mesh simplification, the complex three-dimensional grid with many of the details of the object simplified in any proportion, such that it reduce the number of points and surfaces of the sheet and keep the basic characteristics of the object, in order to achieve the speed up of the image display and the effect of the compressed file .)
    2014-12-21 14:36:07下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载