期刊文献+
共找到12篇文章
< 1 >
每页显示 20 50 100
一种基于块邻接图的手写体文本格线删除及笔画重构算法 被引量:1
1
作者 饶晓波 邹北骥 《中国图象图形学报》 CSCD 北大核心 2006年第4期549-554,共6页
格线删除是计算机自动笔迹鉴定系统预处理过程中的关键步骤。在分析已有的手写汉字文本格线删除算法利弊的基础上,采用Pavlid is提出的块邻接图表示法来进行格线删除,并提出了格线删除后的笔画重构算法。该算法首先采用链表结构将笔迹... 格线删除是计算机自动笔迹鉴定系统预处理过程中的关键步骤。在分析已有的手写汉字文本格线删除算法利弊的基础上,采用Pavlid is提出的块邻接图表示法来进行格线删除,并提出了格线删除后的笔画重构算法。该算法首先采用链表结构将笔迹图像保存为块邻接图;然后根据该邻接图搜索出满足条件的连通子图,这些连通子图就是需要删除的格线;最后再对因格线删除而断开的笔画进行重构。由于块邻接图只需进行一次水平或垂直扫描就能获得,因此格线的搜索和删除非常迅速;同时该算法还考虑了格线删除后的笔画重构,这样既删除了笔迹图像中的干扰信息,又不改变笔迹图像的特征。实验结果显示,该方法具有很强的抗干扰能力,对格线的删除非常有效。 展开更多
关键词 块邻接图 线删除 连通子图 笔画重构
下载PDF
基于局部二进制模式的乐谱谱线检测与删除 被引量:1
2
作者 孟凡奥 李锵 +1 位作者 申一汀 关欣 《计算机科学与探索》 CSCD 北大核心 2017年第12期2015-2022,共8页
谱线检测与删除是光学乐谱识别中重要和关键的环节之一。在乐谱中,谱线往往与大多数符号交叉或重叠,即存在像素属于谱线像素同时也属于符号像素的情况,因此删除谱线并且不破坏音乐符号并非易事。研究目标是需要删除仅仅属于谱线的像素,... 谱线检测与删除是光学乐谱识别中重要和关键的环节之一。在乐谱中,谱线往往与大多数符号交叉或重叠,即存在像素属于谱线像素同时也属于符号像素的情况,因此删除谱线并且不破坏音乐符号并非易事。研究目标是需要删除仅仅属于谱线的像素,观察乐谱图像可以发现谱线像素与非谱线像素局部纹理存在差异,主要表现为谱线像素的局部纹理与谱线宽度相关,简洁明了,而非谱线像素的局部纹理除了存在仅与自己本身相关的情况,还存在与交叉点相关的情况。因此,采用局部二进制模式通过提取局部纹理特征,获得谱线像素与非谱线像素局部纹理的差异,对谱线与非谱线像素进行检测分类,进而将谱线像素删除。该方法不仅可以删除理想状态下乐谱谱线,对弯曲状态下乐谱谱线同样适用。实验结果证明了该方法在像素误差、片段误差等性能指标上优于现有常用方法。 展开更多
关键词 线检测与删除 光学乐谱识别 局部纹理特征
下载PDF
乐谱识别关键技术问题及其解决方案 被引量:2
3
作者 刘晓翔 周密 陈双平 《计算机仿真》 CSCD 北大核心 2015年第7期253-258,385,共7页
分析讨论了乐谱识别关键技术的研究现状及其存在的问题,针对多声部乐谱识别的关键技术提出了相应的解决方案。1提出一种基于投影和相关计算的谱线检测方法,能够克服变形、相交和粘连的干扰;提出一种基于游程块邻接图的谱线删除方法,有... 分析讨论了乐谱识别关键技术的研究现状及其存在的问题,针对多声部乐谱识别的关键技术提出了相应的解决方案。1提出一种基于投影和相关计算的谱线检测方法,能够克服变形、相交和粘连的干扰;提出一种基于游程块邻接图的谱线删除方法,有效减少图元的过删现象。2提出一种基于结构特征约束的音符基元抽取和重组模型,使系统在复杂环境下的适应性与可靠性得到提高。3提出一种基于声部划分的多声部乐谱识别校验方法,将识别反馈机制从单声部乐谱延拓至多声部乐谱。在此基础上开发了乐谱识别原型系统IOMRS,与商业化乐谱识别软件进行对比评测的结果表明,IOMRS的音符识别率高、稳定性强,尤其在识别复杂版面的多声部乐谱方面具有优势。 展开更多
关键词 乐谱识别 多声部乐谱 线检测与删除 音符识别 识别校验
下载PDF
乐谱图像乐符分割技术 被引量:2
4
作者 刘晓翔 《计算机应用研究》 CSCD 北大核心 2010年第2期784-787,共4页
提出基于图段拓扑关系的谱线删除方法,以避免谱线过删除现象;提出双向游程编码结合使用的符干分割方法,克服了现有方法对复杂音符适应性差、分割结果不完整等缺陷;提出音符先验知识引导下的符头切割与检测算法,以解决粘连符头的切分问题... 提出基于图段拓扑关系的谱线删除方法,以避免谱线过删除现象;提出双向游程编码结合使用的符干分割方法,克服了现有方法对复杂音符适应性差、分割结果不完整等缺陷;提出音符先验知识引导下的符头切割与检测算法,以解决粘连符头的切分问题;提出基于块状体分割和特征检测的符梁分割算法,设计了适用于乐谱版面的文字和线条提取算法。该方法应用在乐谱识别系统中分割乐符具有良好的性能,尤其对乐谱内容复杂、乐符排列密集等情况有较强适应能力。 展开更多
关键词 光学乐谱识别 线删除 乐符分割 文字提取 游程编码
下载PDF
运用计算机管理书稿档案的体会
5
作者 周美玲 《现代出版》 1998年第4期41-42,共2页
关键词 计算机管理 书稿档案管理 MICROSOFTWORD 删除线 数据库结构 语言文化 未解决的问题 科学管理 印次 立卷方法
下载PDF
用好Windows98下的“记事本”
6
作者 李兵 《家庭电子》 2002年第7期54-54,共1页
'记事本'是 Windows 98下的一个常用的文本编辑软件。但是它的功能实在太简单了,最大的存储容量不能超过64K,而且用它编辑的文本总是千篇一律,其实完全可以让它变得好用起来。一、用'记事本'打开大文件在 Windows 98下... '记事本'是 Windows 98下的一个常用的文本编辑软件。但是它的功能实在太简单了,最大的存储容量不能超过64K,而且用它编辑的文本总是千篇一律,其实完全可以让它变得好用起来。一、用'记事本'打开大文件在 Windows 98下打开大于64K 的文件时。 展开更多
关键词 WINDOWS98 记事本 文本 软件 下划线 删除线
下载PDF
Delaunay三角网动态更新算法的研究进展 被引量:5
7
作者 李娜 《计算机系统应用》 2015年第2期14-21,共8页
通过对Delaunay三角网动态更新算法进行研究,综述了Delaunay三角网中插入和删除点、约束线算法以往研究.详细介绍点定位、LOP优化、对角线交换等关键技术的研究进展,并对比各种方法的优缺点,分析已解决的问题和仍存在的问题.最后对更新... 通过对Delaunay三角网动态更新算法进行研究,综述了Delaunay三角网中插入和删除点、约束线算法以往研究.详细介绍点定位、LOP优化、对角线交换等关键技术的研究进展,并对比各种方法的优缺点,分析已解决的问题和仍存在的问题.最后对更新算法研究不足之处进行总结,并提出若干可能的研究方向. 展开更多
关键词 DELAUNAY三角网 动态更新 点插入 约束线插入 删除 约束线删除
下载PDF
基于多维局部二值模式和XGBoost的轻量谱线删除法 被引量:1
8
作者 吴天龙 李锵 关欣 《激光与光电子学进展》 CSCD 北大核心 2019年第6期136-143,共8页
由于在手写乐谱中搜索谱线位置比较困难,为提高乐谱谱线删除算法的稳健性,提出了一种基于多维局部二值模式识别和XGBoost模型的手写乐谱谱线删除方法。根据乐谱图像的特点,设计并改进局部二值模式算子,提取乐谱图像中的多维局部二值模... 由于在手写乐谱中搜索谱线位置比较困难,为提高乐谱谱线删除算法的稳健性,提出了一种基于多维局部二值模式识别和XGBoost模型的手写乐谱谱线删除方法。根据乐谱图像的特点,设计并改进局部二值模式算子,提取乐谱图像中的多维局部二值模式特征算子,组成高维特征向量,再选择最优的XGBoost模型来识别乐谱谱线位置,进而删除谱线。研究结果表明,该方法在测试数据上的F-measure为97.19%,说明其具有很高的准确率和召回率;而在三个不同子测试集上的F-measure分别为96.43%,98.36%和96.79%,说明其具有很好的稳健性。相比已有的轻量谱线删除算法,该方法的F-measure有所提升。 展开更多
关键词 数字图像处理 局部二值模式 光学乐谱识别 线删除
原文传递
Probabilistic Tolerance Method for Omitting Small Fatigue Loads 被引量:1
9
作者 LIN Hanyu YAO Weixing +1 位作者 XU Lipu HUANG Jie 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2020年第5期676-681,共6页
The simplification of fatigue load spectrum,which can effectively reduce experimental cost,is of great importance for structural fatigue tests.By introducing random variables,the probabilistic tolerance method of remo... The simplification of fatigue load spectrum,which can effectively reduce experimental cost,is of great importance for structural fatigue tests.By introducing random variables,the probabilistic tolerance method of removing small amplitude cycles proposed in this paper takes into account the randomness of both load and fatigue limit.The probability of the damage occurrence caused by the removed small loads is calculated to ensure that it cannot exceed the given probabilistic tolerance.Accordingly,the omission level is obtained and the truncated spectrum is formed.The unnotched aluminum sheet specimens are used to perform the fatigue test on the original fatigue spectrum and truncated fatigue spectrum of a transporter.The test results show that there is no statistical difference between the test life of the truncated spectrum and that of the original spectrum,which demonstrates the validity of the small-load-omitting method that considers randomness. 展开更多
关键词 load spectrum truncation P-S-N curve exceedance frequency curve of load probabilistic tolerance value
下载PDF
Diagnostics in generalized nonlinear models based on maximum L_q-likelihood estimation 被引量:1
10
作者 徐伟娟 林金官 《Journal of Southeast University(English Edition)》 EI CAS 2013年第1期106-110,共5页
In order to detect whether the data conforms to the given model, it is necessary to diagnose the data in the statistical way. The diagnostic problem in generalized nonlinear models based on the maximum Lq-likelihood e... In order to detect whether the data conforms to the given model, it is necessary to diagnose the data in the statistical way. The diagnostic problem in generalized nonlinear models based on the maximum Lq-likelihood estimation is considered. Three diagnostic statistics are used to detect whether the outliers exist in the data set. Simulation results show that when the sample size is small, the values of diagnostic statistics based on the maximum Lq-likelihood estimation are greater than the values based on the maximum likelihood estimation. As the sample size increases, the difference between the values of the diagnostic statistics based on two estimation methods diminishes gradually. It means that the outliers can be distinguished easier through the maximum Lq-likelihood method than those through the maximum likelihood estimation method. 展开更多
关键词 maximum Lq-likelihood estimation generalized nonlinear regression model case-deletion model generalized Cook distance likelihood distance difference of deviance
下载PDF
Using multi-threads to hide deduplication I/O latency with low synchronization overhead 被引量:1
11
作者 朱锐 秦磊华 +1 位作者 周敬利 郑寰 《Journal of Central South University》 SCIE EI CAS 2013年第6期1582-1591,共10页
Data deduplication, as a compression method, has been widely used in most backup systems to improve bandwidth and space efficiency. As data exploded to be backed up, two main challenges in data deduplication are the C... Data deduplication, as a compression method, has been widely used in most backup systems to improve bandwidth and space efficiency. As data exploded to be backed up, two main challenges in data deduplication are the CPU-intensive chunking and hashing works and the I/0 intensive disk-index access latency. However, CPU-intensive works have been vastly parallelized and speeded up by multi-core and many-core processors; the I/0 latency is likely becoming the bottleneck in data deduplication. To alleviate the challenge of I/0 latency in multi-core systems, multi-threaded deduplication (Multi-Dedup) architecture was proposed. The main idea of Multi-Dedup was using parallel deduplication threads to hide the I/0 latency. A prefix based concurrent index was designed to maintain the internal consistency of the deduplication index with low synchronization overhead. On the other hand, a collisionless cache array was also designed to preserve locality and similarity within the parallel threads. In various real-world datasets experiments, Multi-Dedup achieves 3-5 times performance improvements incorporating with locality-based ChunkStash and local-similarity based SiLo methods. In addition, Multi-Dedup has dramatically decreased the synchronization overhead and achieves 1.5-2 times performance improvements comparing to traditional lock-based synchronization methods. 展开更多
关键词 MULTI-THREAD MULTI-CORE parallel data deduplication
下载PDF
Experimental study on removing NO from flue gas using microwave irradiation over activated carbon carried catalyst 被引量:5
12
作者 MA ShuangChen JIN Xin +3 位作者 WANG MengXuan JIN YiJing YAO JuanJuan LIU Wei 《Science China(Technological Sciences)》 SCIE EI CAS 2011年第12期3431-3436,共6页
Nitrogen oxides(NOx) from flue gas can be removed efficiently by activated carbon continuously irradiated by microwave,which,however,needs high temperature and consumes excessive carbon. If catalyst is added into acti... Nitrogen oxides(NOx) from flue gas can be removed efficiently by activated carbon continuously irradiated by microwave,which,however,needs high temperature and consumes excessive carbon. If catalyst is added into activated carbon,then reaction temperature can be reduced and selectivity of reaction enhanced. The effects on flue gas denitrification by adding different catalysts to microwave reactor were studied in this paper. It was found that the addition of catalyst could reduce the microwave power required by the same removal efficiency obviously;the difference of removal efficiency was different due to different catalysts,and the Cu-based catalyst has more catalytic action efficiency. Reaction temperature decreased by about 200℃ and removal efficiency increased by 25% after adding Cu-based catalyst. In addition,characteristic analysis for activated carbon conducted by X-ray diffraction confirmed that active component of catalyst existed on the surface of activated carbon. 展开更多
关键词 MICROWAVE activated carbon CATALYST flue gas denitrification experimental study
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部