matlab 图像膨胀代码系统仅在 Windows 操作系统上运行 ###要运行系统,请按照下列步骤操作: 将数据集图片放在data/images/中,query/images/中的查询图片和data/中的code book重命名为codebook.hdf5(代码书下载链接见下文) 将groundtruth文件放在groundtruth/ 使用 Matlab 运行步骤 1 -> 步骤 2 -> 步骤 3 -> 步骤 4 ###结果: ranklist/ 包含检索到的排名列表 ap/ 包含每个查询的平均精度 MAP.txt 包含平均平均精度的值(运行步骤 4 时也会在屏幕上打印出来) ###来自外部来源的图书馆: lib/feature_detector/hesaff.exe:用于提取图像特征和计算描述符,编译自 ,可能需要安装OpenCV才能运行 lib/flann:用于计算每个特征的最近聚类,可在以下位置获得: vlfeat/vlfeat-0.9.20:主要用于 vl_binsum 等函数... ###职能: extractFeatures:使用 lib/feature_detect
2022-05-08 19:35:28 26.97MB 系统开源
1
matlab灰色处理代码基于深度学习的投影梯度下降用于图像重建 该项目包括一个框架,以: 在Pytorch中训练神经网络(Unet)作为图像到图像投影仪,将其导出为.pth和.onnx格式 在[1]中应用松弛投影梯度下降(RPGD)进行图像重建。 对于这一部分,在Python和Matlab中都提供了代码。 在Matlab中,由于有许多库,测量操作员可能更容易获得。 %%% 入门 先决条件 Python 3.7 Pytorch 1.1.0 Scipy 1.2.1 Matplotlib 3.0.3 对于Matlab代码: Matlab R2019a深度学习工具箱 正在安装 下载文件夹代码和数据 运行测试 此处提供的干净数据(位于train_target和test_target文件夹中)包含200个训练图像,20个测试图像,每个图像都有1个通道,灰度像素为320x320。 每个图像都是从Matlab幻象函数生成的,参数是从修改后的Shepp-Logan头部幻像获得的参数E,然后通过使E = E + 0.01 * randn(10,6)来添加一些变化。 测量算子H是5x5卷积,权重= 1/25
2022-05-08 15:33:27 26.3MB 系统开源
1
车辆的检测和计数在智能交通系统中具有重要作用,特别是在交通管理中。 交通问题已成为城市规划者多年来面临的最大问题。 更准确地检测移动车辆,几种计算机视觉技术,车辆计数是通过使用虚拟检测区域来完成的。 交通分析将计算每个任意时间段内某个区域内的车辆数量并对车辆进行分类。 但是移动车辆及其检测、跟踪和计数对于监控、规划和控制交通流量非常重要。 通过分析摄像机记录的交通流序列视频,结合虚拟检测器和斑点跟踪技术应用基于视频的解决方案技术,YOLO是必要的。 通过这项技术,我们将 Open CV 应用于实时视频应用。 这些方法帮助我们对移动的车辆进行检测、跟踪、计数和分类。
2022-05-08 14:51:31 1.01MB Vehicle dataset Image
1
对于医学图像的融合,使用深度学习生成对抗网络
2022-05-07 22:59:32 19.13MB 医学图像融合 医学图像 pet
一个跨平台的库,可计算快速,准确的SIFT图像特征。 libsiftfast提供Octave / Matlab脚本,命令行界面和python界面(siftfastpy)。 使用SIMD指令和OpenMP进行了优化。
2022-05-07 21:59:32 563KB 开源软件
1
adt-bundle-windows的system-images系统镜像,版本是21
2022-05-07 15:35:10 178.49MB system-image adt
1
这是一个Android图片轮播的控件,里面用一个自定义空间封装了图片轮播的效果,对于学习自定义控件的人很有帮助,代码也相对简单
2022-05-06 20:56:44 25.24MB android image app
1
Multiscale Transforms with Application to Image Processing 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2022-05-06 19:07:49 3.75MB Multiscale Transforms Application Image
1
使用OpenCV和CNN进行图像分割 使用OpenCV(和深度学习)进行图像分割
1
This exploratory paper quests for a stochastic and context sensitive grammar of images. The grammar should achieve the following four objectives and thus serves as a unified framework of representation, learning, and recognition for a large number of object categories. (i) The grammar represents both the hierarchical decompositions from scenes, to objects, parts, primitives and pixels by terminal and non-terminal nodes and the contexts for spatial and functional relations by horizontal links between the nodes. It formulates each object category as the set of all possible valid configurations produced by the grammar. (ii) The grammar is embodied in a simple And–Or graph representation where each Or-node points to alternative sub-configurations and an And-node is decomposed into a number of components. This representation supports recursive top-down/bottom-up procedures for image parsing under the Bayesian framework and make it convenient to scale up in complexity. Given an input image, the image parsing task constructs a most probable parse graph on-the-fly as the output interpretation and this parse graph is a subgraph of the And–Or graph after * Song-Chun Zhu is also affiliated with the Lotus Hill Research Institute, China. making choice on the Or-nodes. (iii) A probabilistic model is defined on this And–Or graph representation to account for the natural occurrence frequency of objects and parts as well as their relations. This model is learned from a relatively small training set per category and then sampled to synthesize a large number of configurations to cover novel object instances in the test set. This generalization capability is mostly missing in discriminative machine learning methods and can largely improve recognition performance in experiments. (iv) To fill the well-known semantic gap between symbols and raw signals, the grammar includes a series of visual dictionaries and organizes them through graph composition. At the bottom-level the dictionary is a set of image primitives each having a number of anchor points with open bonds to link with other primitives. These primitives can be combined to form larger and larger graph structures for parts and objects. The ambiguities in inferring local primitives shall be resolved through top-down computation using larger structures. Finally these primitives forms a primal sketch representation which will generate the input image with every pixels explained. The proposal grammar integrates three prominent representations in the literature: stochastic grammars for composition, Markov (or graphical) models for contexts, and sparse coding with primitives (wavelets). It also combines the structure-based and appearance based methods in the vision literature. Finally the paper presents three case studies to illustrate the proposed grammar.
2022-05-06 16:13:24 7.92MB image processing image grammar
1