登录
首页 » Python » cnn-cbir-benchmark-master

cnn-cbir-benchmark-master

于 2021-04-12 发布 文件大小:2219KB
0 266
下载积分: 1 下载次数: 57

代码说明:

  python语言,使用卷积神经网络的特征做图像检索(image retrieval using CNN)

文件列表:

cnn-cbir-benchmark-master
cnn-cbir-benchmark-master\README.md
cnn-cbir-benchmark-master\data
cnn-cbir-benchmark-master\data\.DS_Store
cnn-cbir-benchmark-master\data\0.jpg
cnn-cbir-benchmark-master\data\1.jpg
cnn-cbir-benchmark-master\data\2.jpg
cnn-cbir-benchmark-master\data\3.jpg
cnn-cbir-benchmark-master\data\4.jpg
cnn-cbir-benchmark-master\data\5.jpg
cnn-cbir-benchmark-master\data\6.jpg
cnn-cbir-benchmark-master\data\paris.jpg
cnn-cbir-benchmark-master\data\paris.png
cnn-cbir-benchmark-master\data\spatial_weights.jpg
cnn-cbir-benchmark-master\data\test.png
cnn-cbir-benchmark-master\fc_retrieval
cnn-cbir-benchmark-master\fc_retrieval\README.md
cnn-cbir-benchmark-master\fc_retrieval\model
cnn-cbir-benchmark-master\fc_retrieval\model\pool5_neural.prototxt
cnn-cbir-benchmark-master\fc_retrieval\model\pool5_vgg16.prototxt
cnn-cbir-benchmark-master\fc_retrieval\src
cnn-cbir-benchmark-master\fc_retrieval\src\brute.py
cnn-cbir-benchmark-master\fc_retrieval\src\brute.pyc
cnn-cbir-benchmark-master\fc_retrieval\src\extract_features.py
cnn-cbir-benchmark-master\fc_retrieval\src\extract_features.pyc
cnn-cbir-benchmark-master\fc_retrieval\src\oxford5k_feats_extract.py
cnn-cbir-benchmark-master\fc_retrieval\src\oxford5k_feats_extract.pyc
cnn-cbir-benchmark-master\fc_retrieval\tools
cnn-cbir-benchmark-master\fc_retrieval\tools\compute_ap
cnn-cbir-benchmark-master\rmac.py
cnn-cbir-benchmark-master\visualize_heatmap.py

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

发表评论

0 个回复

  • CreateFeatureBin1222
    HOG行人检测,测试过,能用 HOG行人检测,测试过,能用(HOG,it‘s useful HOG,it‘s useful)
    2012-03-10 23:54:24下载
    积分:1
  • EM-MRF-ICM
    基于EM-马尔科夫随机场-ICM的图像分割程序,很好的学习代码(EM-based Markov random-ICM image segmentation procedures, good learning code)
    2013-11-14 23:10:39下载
    积分:1
  • sy
    说明:  压缩感知的经典代码,包括观测,稀疏表示,重建,其中观测用的高斯观测矩阵,稀疏用的DCT,重建用的OMP算法(Compressed sensing of the classic code, including observations, sparse representation, reconstruction, observed with a Gaussian observation matrix, sparse use of the DCT, re-use of the OMP algorithm)
    2011-11-29 14:43:19下载
    积分:1
  • abc
    数字图象处理VC++实现,里面有很多图像处理方面的算法,有参考意义。(Digital image processing in VC++)
    2011-11-21 20:33:31下载
    积分:1
  • Images-denoising--based-on-wavlet
    从原始图像产生噪声图像,使用db1执行2层小波,使用wpbmpen进行全阈值选择,采用硬阈值和软阈值处理方式,保存低频,进行图像降噪,并绘制各分解系数图像。(Generated noise image from the original image, using db1 wavelet perform two layers using wpbmpen full-threshold selection, using hard threshold and soft threshold approach, saving low frequency, image noise reduction, and draw the decomposition coefficients images.)
    2013-11-22 15:55:18下载
    积分:1
  • DCT
    基于DCT域的数字水印算法主要包括水印调制、水印嵌入和水印提取,首先在嵌入载体图像之前用Logistic混沌序列对水印进行调制,得到一个只有+1和-1随机序列的水印,同时将载体图像进行全局DCT变换,然后将水印图像嵌入人类视觉系统最重要的部分,即DCT最大的系数,DC(Direct Current)部分也包含在这最大的系数中,这部分的系数满足人类视觉特性,会使水印嵌入的性能更好。嵌入算法是将水印与这些系数进行相乘获得新的系数,再用新的系数来替换原来的系数,即获得嵌入水印后的离散余弦域的图像,然后对这个变换后的图像进行IDCT,就会得到需要的水印图像。(While the carrier image digital watermarking algorithm based on DCT domain include watermark modulation, watermark embedding and watermark extraction, the first of the watermark embedded in a carrier modulated image before using Logistic chaotic sequence, only+1 and-1 to get a random sequence of watermark, Global DCT transform, then the watermark image is embedded most important part of the human visual system, i.e. the largest DCT coefficients, DC (Direct Current) in this section also contains the largest coefficient, the coefficient of this part of the human visual characteristics to meet, make watermarks Embed better performance. The watermark embedding algorithm is with these coefficients are multiplied to obtain new coefficients, and then a new factor to replace the original coefficients, namely discrete cosine domain to obtain an image watermarked and then transformed the image of this conduct IDCT, on watermark image will be needed.)
    2015-03-24 17:13:25下载
    积分:1
  • dajin
    itk 阈值分割 大津法分割 医学图像分割(itk Otsu threshold segmentation method segmentation medical image segmentation)
    2011-06-21 21:28:21下载
    积分:1
  • rayTracing-1
    这是我的图形学的作业,实现光线跟踪。也是学别人做的,仅供学习用。(this is a study work about computer graphics , realizing tracking )
    2012-04-23 22:31:49下载
    积分:1
  • DXF文件数据提取
    通过对DXF文件解析,将解析后的数据以列表的形式展示在winform窗体中
    2020-04-13下载
    积分:1
  • CT_code_v0
    2012年的压缩感知跟踪算法,修改了部分程序源码,可以运行。(2012 of compressed sensing tracking algorithm, modify some program source code, you can run.)
    2013-10-10 08:35:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载