-
本文提出了一种在获取图像低层视觉特征的基础上,利用语义网络对
图像进行语义自动分类,并在此基础上引入相关反馈技术,使图像的低级
物理特征和高级语义特征联...
本文提出了一种在获取图像低层视觉特征的基础上,利用语义网络对
图像进行语义自动分类,并在此基础上引入相关反馈技术,使图像的低级
物理特征和高级语义特征联系起来的算法,通过人一机协同工作,来弥补
计算机理解能力的不足,不断提高检索效果。
-In this paper, a low-level access to images based on visual characteristics, the use of semantic networks semantic image automatic classification, and on this basis the introduction of relevance feedback techniques, so that low-level image features and physical characteristics of high-level semantic link algorithm, through a machine to work together to make up for the lack of computer ability, continuously improve the search results.
- 2023-03-27 19:50:04下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1
-
This source code implements a simple development environment based on EVC' s...
本源码实现了一个基于EVC开发环境的简单的画图板-This source code implements a simple development environment based on EVC" s drawing board
- 2022-10-23 05:20:03下载
- 积分:1
-
C语言编程高级入门,使大家的C语言有所提高
C语言编程高级入门,使大家的C语言有所提高-C language programming advanced beginners, so everyone" s C language has increased
- 2022-09-08 00:40:02下载
- 积分:1
-
windows 程序设计源码最后3个源码
windows 程序设计源码最后3个源码-windows programming source final three FOSS
- 2022-04-18 19:26:08下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-02-09 20:11:08下载
- 积分:1
-
对wince下的数据库编程,其中包括对access和sqlserver ce两种!
对wince下的数据库编程,其中包括对access和sqlserver ce两种!-to wince under the Database Programming, These include the access and sqlserver ce two!
- 2022-02-20 16:47:35下载
- 积分:1
-
网络结构图控件中的节点定义,可用于配置分布式系统网络结构...
网络结构图控件中的节点定义,可用于配置分布式系统网络结构-network structure of the control node definition can be used to configure distributed network structure
- 2022-01-26 05:15:20下载
- 积分:1
-
C++验证码确认 模仿瑞星禁用所有功能时弹出的验证码确认窗口...
C++验证码确认 模仿瑞星禁用所有功能时弹出的验证码确认窗口 -C++ Verification Code imitate Ruixing confirmed when all the features to disable pop-up window to confirm the Verification Code
- 2022-03-24 23:07:53下载
- 积分:1
-
通过opencv实现一帧一帧图片转化为视频(avi格式)
通过VS2010配置opencv2.4.11开发环境,实现从一帧一帧图片转换成AVI格式的视频,程序中需要参数是视频所需图片的像素规格(宽高),开始帧,结束帧(以文件夹中图片的命名数字为基准),图片格式,如。jpg,需要转换的视频的帧率fps,图片的文件夹位置直接输入,转换成的视频存储位置直接输入,过程比较简单,也比较实用,实现效果也不错。可以直接运行
- 2023-08-30 20:30:06下载
- 积分:1