登录
首页 » Python » 以图搜图_CNN

以图搜图_CNN

于 2020-07-12 发布
0 251
下载积分: 1 下载次数: 2

代码说明:

说明:  以图搜图,深度学习,采用vgg16,对应文件夹放入图片即可使用(image_retrieval_platform-master)

文件列表:

image_retrieval, 0 , 2020-07-12
image_retrieval\image_retrieval.py, 4264 , 2019-12-08
image_retrieval\retrieval, 0 , 2020-07-12
image_retrieval\retrieval\__pycache__, 0 , 2020-07-12
image_retrieval\retrieval\__pycache__\create_thumb_images.cpython-37.pyc, 1132 , 2019-12-05
image_retrieval\retrieval\__pycache__\retrieval.cpython-37.pyc, 4913 , 2019-12-08
image_retrieval\retrieval\create_thumb_images.py, 1323 , 2019-01-13
image_retrieval\retrieval\images, 0 , 2020-07-12
image_retrieval\retrieval\models, 0 , 2019-12-08
image_retrieval\retrieval\query.jpg, 36656 , 2019-06-22
image_retrieval\retrieval\retrieval.py, 5405 , 2019-12-08
image_retrieval\static, 0 , 2020-07-12
image_retrieval\static\image_database, 0 , 2020-07-12
image_retrieval\static\thumb_images, 0 , 2020-07-12
image_retrieval\static\upload_image, 0 , 2020-07-12
image_retrieval\templates, 0 , 2020-07-12
image_retrieval\templates\retrieval.html, 2329 , 2019-12-08
image_retrieval\templates\upload.html, 794 , 2019-12-08
image_retrieval\templates\upload_finish.html, 920 , 2019-12-08
VGG16-bn网盘链接.txt, 177 , 2019-12-08
vggnet.py, 5914 , 2019-12-07

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

发表评论

0 个回复

  • Motion-system-identification
    《精通Visual C++数字图像处理技术与工程案例》中第10章运动系统识别 (Motion system identification )
    2012-08-29 20:46:43下载
    积分:1
  • RobotVision
    著名专家写的计算机视觉方面的原著,希望对大家有所帮助(Writing a well-known experts in the computer vision aspects of the original, and they hope to help everyone)
    2009-03-17 13:00:32下载
    积分:1
  • Jsteg
    Jsteg算法实现,Jsteg是一种基于JPEG的常用信息隐藏算法步骤如下: 首先,把掩体图像分为不重叠的8*8的子块,对每一子块进行DCT并对变换得到的DCT系数进行量化 其次,将待隐藏的信息进行加密,将加密结果嵌入到量化后值不为0,1或-1的DCT系数的最 低有效位(LSB)中,其嵌入顺序是按zigzag扫描顺序进行的。最后,用JPEG的嫡编码(包括哈夫曼编码,游程编码及DPCM)对嵌入秘密信息后的每一子块进行编码,从而得到一个含有秘密信息的JPEG stego文件。(Jsteg Algorithm)
    2016-03-30 21:45:43下载
    积分:1
  • calibration-toolbox-0.9
    说明:  matlab上面自动实现相机校准标定的一个工具库(Matlab toolbox for multiphase calibration can realize automatic calibration)
    2020-06-18 22:20:02下载
    积分:1
  • FusionCode1
    针对多聚焦图像融合,本文首先介绍了小波变换融合算法,虽然小波变换方法无冗余,高频分量损失较小,具有较好的融合效果,但存在两个主要缺点:一是移变性,二是融合图像在重构时会受到一些外来因素的影响,所以仍会丢失一些边缘信息,为了克服小波变换法的以上缺点,可以采用基于小波分解和点扩展函数模型PSF相结合的融合方法。该方法首先对不同的图像进行无降2采样的小波分解,以保持与源图像大小相同,然后分别将其各方向、各尺度的高频分量进行叠加,并依此提取其高频分量的特征信息来判定清晰目标或模糊目标,以此来设计融合算法,采用一定的策略将两副源图像进行融合,从而避开了小波的反变换,因此融合后的图像具有比小波变换法更好的融合效果。(multi-focus image fusion, this paper introduces the wavelet transform algorithm, Although the wavelet transform non-redundant, the loss of high-frequency components are smaller, better integration effect, But there are two major drawbacks : First, the shift variability and the second is the integration of image reconstruction will be subject to a number of external factors. Therefore, there would still be some marginal loss of information, in order to overcome the wavelet transform of the above shortcomings, can be used based on wavelet decomposition and the point spread function PSF model combining the fusion method. The first pair of different images ratchet two sampling wavelet decomposition, and to maintain the same source image size. Then all of its direction, the scale of high-freque)
    2007-05-11 00:36:13下载
    积分:1
  • Tracking
    使用VC++ 6.0 和 OpenCv实现粒子滤波目标跟踪算法,主要功能在MFC对话框内实现。(particle filter object tracking)
    2011-08-21 22:30:52下载
    积分:1
  • contourlet_toobox
    说明:  图像特征提取的Contourlet变换工具包,可以设置分解层次,例如,三层分解提取17维特征,用于纹理图像或者SAR图像分割应用中(Image feature extraction toolbox of Contourlet transform, you can set the level of decomposition, for example, three level with 17-dimensional, for the segmentation on texture image or SAR Image)
    2009-08-06 20:36:01下载
    积分:1
  • PHD
    用PHD滤波的方法实现多目标跟踪,及对PHD滤波性能的检测。(PHD filter method using multi-target tracking, and performance testing for the PHD filter.)
    2021-01-01 18:48:58下载
    积分:1
  • 程序
    图像处理程序,基于K均值聚类的图像分割——灰度图像,基于中位数算法的运动目标检测(Image processing program, image segmentation based on k-means clustering -- gray image, moving target detection based on median algorithm)
    2020-06-20 14:00:02下载
    积分:1
  • fftchazhi
    说明:  基于matlab平台的fft加窗插值算法,适用于信号分析(Wft window interpolation algorithm based on matlab platform, suitable for signal analysis)
    2020-06-24 11:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载