-
基于颜色直方图的图像检索系统
需求:
1. 系统能够根据例子图像在图像数据库中检索出相似的图像;
2. 对检索结果进行排序(根据与例子图像的相似性进行排序)并显示在用户
界面上;
3. 系统能够计算检索结果的平均查准率(Average Precision)。
平均查准率计算方法:
平均查准率是在一个查询的所有相关对象被返回后的平均准确率:
其中r是排列顺序,N为返回结果的个数,NR是数据集中所有相关结果的个
数,函数R⋅ ()为一个二值函数(当第r 个返回结果为与例子图像相似时为1,否
则为0),P⋅ ()为前r个返回结果的查准率(前r个结果中相似图像的数量除以r)。
- 2023-05-17 11:10:09下载
- 积分:1
-
基本的图像处理
basic image prossesing
- 2022-07-14 07:18:44下载
- 积分:1
-
地图比例尺的绘制
地图比例尺的绘制-map scale mapping
- 2022-03-03 19:49:30下载
- 积分:1
-
从自动潮位计摘录数据,绘制曲线提供其他软件使用
从自动潮位计摘录数据,绘制曲线提供其他软件使用-Automatically extract from the tide of data, drawing curves to provide the use of other software
- 2023-02-19 08:10:04下载
- 积分:1
-
3dx的作业,一个不错的程序,难度易
3dx的作业,一个不错的程序,难度易-3dx operations, it is a good procedure, the difficulty Yi
- 2022-10-22 20:20:03下载
- 积分:1
-
This is a picture of the registration process, to help identify the registration...
这是一个图片配准的程序,能找出配准点,输入两张同一物体的照片,程序可找到两张图片中物体的相同点-This is a picture of the registration process, to help identify the registration point, the importation of two photographs of the same object, procedures can be found two photographs of objects in the same spots
- 2022-02-28 10:14:59下载
- 积分:1
-
this code for control a ball to move
this code for control a ball to move
- 2022-12-13 19:05:03下载
- 积分:1
-
本程序可实现快速Fourier变换,使用可直接调用
本程序可实现快速Fourier变换,使用可直接调用-this procedure allows for fast Fourier transform, the use of direct call
- 2022-01-30 14:06:12下载
- 积分:1
-
LSP我在大你
lsp for me in the large for you
- 2023-06-17 11:25:03下载
- 积分:1
-
barcode generation principle : bar code data of the first part by the seven figu...
条形码的生成原理:
条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下:
n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下
字母码
0 AAA
1 AABABB
2 AABBAB
3 AABBBA
4 ABAABB
5 ABBAAB
6 ABBBAA
7 ABABAB
8 ABABBA
9 ABBABA
表一 映射表
n 将 和 产生的字母码按位进行搭配,来产生一个数字-字母匹配对。并通过查表来得到 形成的条形码第一数据部分。
将 和C进行搭配,并通过查表得到 形成的条形码的第二数据部分。
该映射表如表二所示:
数字-字母匹配对 二进制信息
0A 0001101
0B 0100111
0C 1110010
1A 0011001
1B 0110011
1C 1100110
2A 0010011
2B 0011011
2C 1101100
3A 0111101
3B 0100001
3C 1000010
4A 0100011
4B 0011101
4C 1011100
5A 0110001
5B 0111001
5C 1001110
6A 0101111
6B 0000101
6C 1010000
7A 0111011
7B 0010001
7C 1000100
8A 0110111
8B 0001001
8C 1001000
9A 0001011
9B 0010111
9C 1110100
表二 数字-字母映射表
n 绘制条形码:通过映射表二得到的二进制数码进行绘制,1对应黑线,0对应白线。
-barcode generation principle : bar code data of the first part by the seven figures formed, and the formation of detailed as follows : n the first use of the alphabet and matching code, the code l
- 2022-01-25 20:25:14下载
- 积分:1