期刊文献+
共找到736篇文章
< 1 2 37 >
每页显示 20 50 100
Surface reconstruction of complex contour lines based on chain code matching technique 被引量:1
1
作者 姜晓彤 《Journal of Southeast University(English Edition)》 EI CAS 2005年第4期432-435,共4页
A new method for solving the tiling problem of surface reconstruction is proposed. The proposed method uses a snake algorithm to segment the original images, the contours are then transformed into strings by Freeman'... A new method for solving the tiling problem of surface reconstruction is proposed. The proposed method uses a snake algorithm to segment the original images, the contours are then transformed into strings by Freeman' s code. Symbolic string matching technique is applied to establish a correspondence between the two consecutive contours. The surface is composed of the pieces reconstructed from the correspondence points. Experimental results show that the proposed method exhibits a good behavior for the quality of surface reconstruction and its time complexity is proportional to mn where m and n are the numbers of vertices of the two consecutive slices, respectively. 展开更多
关键词 chain code string matching surface reconstruction local shape feature
下载PDF
AUTOMATED IMAGE MATCHING WITH CODED POINTS IN STEREOVISION MEASUREMENT 被引量:1
2
作者 Dong Mingli Zhou Xiaogang +2 位作者 Zhu Lianqing LU Naiguang Sun Yunan 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2005年第3期453-456,共4页
A coding-based method to solve the image matching problems in stereovision measurement is presented. The solution is to add and append an identity ID to the retro-reflect point, so it can be identified efficiently und... A coding-based method to solve the image matching problems in stereovision measurement is presented. The solution is to add and append an identity ID to the retro-reflect point, so it can be identified efficiently under the complicated circumstances and has the characteristics of rotation, zooming, and deformation independence. Its design architecture and implementation process in details based on the theory of stereovision measurement are described. The method is effective on reducing processing data time, improving accuracy of image matching and automation of measuring system through experiments. 展开更多
关键词 coded point Image matching Stereovision measurement
下载PDF
Matching Source Code Using Abstract Syntax Trees in Version Control Systems 被引量:1
3
作者 Jonathan van den Berg Hirohide Haga 《Journal of Software Engineering and Applications》 2018年第6期318-340,共23页
Software projects are becoming larger and more complicated. Managing those projects is based on several software development methodologies. One of those methodologies is software version control, which is used in the ... Software projects are becoming larger and more complicated. Managing those projects is based on several software development methodologies. One of those methodologies is software version control, which is used in the majority of worldwide software projects. Although existing version control systems provide sufficient functionality in many situations, they are lacking in terms of semantics and structure for source code. It is commonly believed that improving software version control can contribute substantially to the development of software. We present a solution that considers a structural model for matching source code that can be used in version control. 展开更多
关键词 VERSION Control Source code matching ABSTRACT SYNTAX Tree STRUCTURED Representation
下载PDF
REVERSE DESIGN APPROACH FOR MECHANISM TRAJECTORY BASED ON CODE-CHAINS MATCHING 被引量:2
4
作者 ZHANG Shuyou YI Guodong XU Xiaofeng 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2007年第3期86-90,共5页
Aiming at the problem of reverse-design of mechanism, a method based on the matching of trajectory code-chains is presented. The motion trajectory of mechanism is described with code-chain, which is normalized to simp... Aiming at the problem of reverse-design of mechanism, a method based on the matching of trajectory code-chains is presented. The motion trajectory of mechanism is described with code-chain, which is normalized to simplify the operation of geometric transformation. The geometric transforma-tion formulas of scale, mirror and rotation for trajectory code-chain are defined, and the reverse de-sign for mechanism trajectory is realized through the analysis and solution of similarity matching between the desired trajectory and the predefined trajectory. The algorithm program and prototype system of reverse design for mechanism trajectory are developed. Application samples show that the method can break the restriction of trajectory patterns in matching, meet the demand of partial match-ing, and overcome the influence of geometric transformation of trajectory on the reverse design for mechanism. 展开更多
关键词 TRAJECTORY code-chain Similarity matching Reverse-design
下载PDF
加权3D-Matching的改进算法
5
作者 冯启龙 王建新 陈建二 《计算机研究与发展》 EI CSCD 北大核心 2009年第11期1877-1884,共8页
Matching问题构成了一类重要的NP难问题.此类问题在诸多领域中有着重要的应用,如调度、代码优化等领域.对于加权3D-matching问题,通过深入分析问题的结构特性,可以转化成加权3D-matching augmentation问题进行求解,即从一个最大加权的k-... Matching问题构成了一类重要的NP难问题.此类问题在诸多领域中有着重要的应用,如调度、代码优化等领域.对于加权3D-matching问题,通过深入分析问题的结构特性,可以转化成加权3D-matching augmentation问题进行求解,即从一个最大加权的k-matching着手构造权值最大的(k+1)-matching.从问题的特殊结构特性出发,给出了加权3D-matching augmentation问题特有的性质:k-matching中存在2列使得该2列至少有2k/3元素被包含在(k+1)-matching中所对应的2列中.基于给出的性质,通过运用color-coding和动态规划技术,给出了一个时间复杂度为O*(4.823k)的参数算法,最终求解加权3D-matching问题.该算法较目前文献中的最好结果O*(5.473k)有了极大的改进. 展开更多
关键词 加权3D-matching 加权3D-matching augmentation color-coding 动态规划 参数计算
下载PDF
Matching Pursuits视频编码中原子匹配块搜索中的权值设计
6
作者 陈毅松 孙颖 +1 位作者 孙正兴 张福炎 《计算机辅助设计与图形学学报》 EI CSCD 北大核心 2001年第5期398-402,共5页
基于 Matching Pursuits的误差图像编码算法因其基函数的灵活性 ,是一种在低码率视频编码应用中较为理想的算法 ,块能量搜索算法被用于减少该算法的编码复杂度 .针对固定权值加权块搜索算法的不足之处 ,提出了一种自适应加权块搜索算法 ... 基于 Matching Pursuits的误差图像编码算法因其基函数的灵活性 ,是一种在低码率视频编码应用中较为理想的算法 ,块能量搜索算法被用于减少该算法的编码复杂度 .针对固定权值加权块搜索算法的不足之处 ,提出了一种自适应加权块搜索算法 ,在不增加算法复杂度的情况下 ,对不同的被编码序列采用不同的权值表完成加权块能量算法 ;在各种情况下均得到了较理想的编码效果 . 展开更多
关键词 低码率视频编码 原子匹配块搜索 权值设计 误差编码 matching Pursuits算法
下载PDF
带权Matching和Packing问题的一种固定参数可解算法
7
作者 刘运龙 陈建二 王建新 《小型微型计算机系统》 CSCD 北大核心 2008年第4期672-677,共6页
带权的m-DMATCHING和m-SETPACKING问题(m≥3)以前是用近似算法来求解的.本文首先根据参数计算理论对这两个带权问题进行了参数化定义,然后运用最新的着色技术和动态规划技术对带权的m-SETPACKING问题设计了一个时间复杂度为O*(12.8mk)... 带权的m-DMATCHING和m-SETPACKING问题(m≥3)以前是用近似算法来求解的.本文首先根据参数计算理论对这两个带权问题进行了参数化定义,然后运用最新的着色技术和动态规划技术对带权的m-SETPACKING问题设计了一个时间复杂度为O*(12.8mk)的固定参数可解算法,接着在此基础上利用问题本身的结构特点对带权的m-DMATCHING问题提出了一个时间复杂度为O*(12.8(m-1)k)的固定参数可解算法,表明带权的m-SETPACKING问题和带权的m-DMATCHING问题都是固定参数可解的. 展开更多
关键词 带权m-SET PACKING 带权m-D matching 着色 固定参数可解
下载PDF
Robust key point descriptor for multi-spectral image matching 被引量:3
8
作者 Yueming Qin Zhiguo Cao +1 位作者 Wen Zhuo Zhenghong Yu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第4期681-687,共7页
Histogram of collinear gradient-enhanced coding (HCGEC), a robust key point descriptor for multi-spectral image matching, is proposed. The HCGEC mainly encodes rough structures within an image and suppresses detaile... Histogram of collinear gradient-enhanced coding (HCGEC), a robust key point descriptor for multi-spectral image matching, is proposed. The HCGEC mainly encodes rough structures within an image and suppresses detailed textural information, which is desirable in multi-spectral image matching. Experiments on two multi-spectral data sets demonstrate that the proposed descriptor can yield significantly better results than some state-of- the-art descriptors. 展开更多
关键词 collinear gradient-enhanced coding (CGEC) key pointdescriptor multi-spectral image matching.
下载PDF
A reliable algorithm for image matching based on SIFT 被引量:4
9
作者 霍炬 杨宁 +1 位作者 曹茂永 杨明 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2012年第4期90-95,共6页
A novel algorithm is presented to make the results of image matching more reliable and accurate based on SIFT (Scale Invariant Feature Transform). SIFT algorithm has been identified as the most resistant matching algo... A novel algorithm is presented to make the results of image matching more reliable and accurate based on SIFT (Scale Invariant Feature Transform). SIFT algorithm has been identified as the most resistant matching algorithm to common image deformations; however, if there are similar regions in images, SIFT algorithm still generates some analogical descriptors and provides many mismatches. This paper examines the local image descriptor used by SIFT and presents a new algorithm by integrating SIFT with two-dimensional moment invariants and disparity gradient to improve the matching results. In the new algorithm, decision tree is used, and the whole matching process is divided into three levels with different primitives. Matching points are considered as correct ones only when they satisfy all the three similarity measurements. Experiment results demonstrate that the new approach is more reliable and accurate. 展开更多
关键词 image matching SIFT algorithm two-dimensional moment invariants disparity gradient
下载PDF
Maximum two-dimensional (u×v,4,1,3)-OOCs 被引量:2
10
作者 HUANG Yue-mei CHANG Yan-xun 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2013年第3期279-289,共11页
Let Ф(u ×v, k, Aa, Ac) be the largest possible number of codewords among all two- dimensional (u ×v, k, λa, λc) optical orthogonal codes. A 2-D (u× v, k, λa, λ)-OOC with Ф(u× v, k, λ... Let Ф(u ×v, k, Aa, Ac) be the largest possible number of codewords among all two- dimensional (u ×v, k, λa, λc) optical orthogonal codes. A 2-D (u× v, k, λa, λ)-OOC with Ф(u× v, k, λa, λc) codewords is said to be maximum. In this paper, the number of codewords of a maximum 2-D (u × v, 4, 1, 3)-OOC has been determined. 展开更多
关键词 MAXIMUM two-dimensional optical orthogonal code orbit.
下载PDF
改进型Code-Matched交织器
11
作者 罗骥 张曦林 袁东风 《山东大学学报(工学版)》 CAS 2005年第1期64-69,共6页
Turbo码作为信道编码方案 ,可以获得较高的误比特率 (BER)性能 ,而交织器的设计是影响Turbo码性能的关键环节 .笔者在码的重量分析的基础上提出了一种改进型Code Matched交织器 ,它可以减少低重量码的数量 ,从而提高Turbo码的性能 .这... Turbo码作为信道编码方案 ,可以获得较高的误比特率 (BER)性能 ,而交织器的设计是影响Turbo码性能的关键环节 .笔者在码的重量分析的基础上提出了一种改进型Code Matched交织器 ,它可以减少低重量码的数量 ,从而提高Turbo码的性能 .这种改进型Code Matched交织器可以适用于多种不同生成矩阵产生的Turbo码 ,而且不会影响Turbo码在中、高信噪比处的性能 ,同时 ,在Rayleigh信道下 。 展开更多
关键词 TURBO码 交织器 重量分布 code-matched 距离谱
下载PDF
New code match strategy for wideband code division multiple access code tree management 被引量:1
12
作者 杨宗凯 刘光然 何建华 《Journal of Central South University of Technology》 2006年第3期265-269,共5页
Orthogonal variable spreading factor channelization codes are widely used to provide variable data rates for supporting different bandwidth requirements in wideband code division multiple access (WCDMA) systems. A new... Orthogonal variable spreading factor channelization codes are widely used to provide variable data rates for supporting different bandwidth requirements in wideband code division multiple access (WCDMA) systems. A new code match scheme for WCDMA code tree management was proposed. The code match scheme is similar to the existing crowed-first scheme. When choosing a code for a user, the code match scheme only compares the one up layer of the allocated codes, unlike the crowed-first scheme which perhaps compares all up layers. So the operation of code match scheme is simple, and the average time delay is decreased by 5.1%. The simulation results also show that the code match strategy can decrease the average code blocking probability by 8.4%. 展开更多
关键词 orthogonal variable spreading factor code placement strategy code match strategy code blocking probability
下载PDF
Turbo Codes with Modified Code-matched Interleaver over A WGN and Rayleigh Fading Channel 被引量:1
13
作者 罗骥 张曦林 袁东风 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2005年第2期147-152,共6页
A novel Code-Matched interleaver is proposed which decreases the number of the low weight codewords to improve the performance of the Turbo code. The modified design can adapt more kinds of Turbo codes determined by t... A novel Code-Matched interleaver is proposed which decreases the number of the low weight codewords to improve the performance of the Turbo code. The modified design can adapt more kinds of Turbo codes determined by the generator matrix, while it doesn't decrease the bit error rate performance of Turbo codes at moderate to high signal to noise ratio. At the same time, in Rayleigh fading channel, the new Code-Matched interleaver can also debase the error floor. 展开更多
关键词 TURBO INTERLEAVER weight distribution code-matched distance spectrum
下载PDF
BIT-CORRELATION MATCHING FUNCTION FOR IMAGE SEQUENCE CODING
14
作者 Chang Yilin Li Bingbing Sun Xianpu Li Feipeng(Xidian University, Xi’an 710071) 《Journal of Electronics(China)》 1996年第2期134-139,共6页
This paper proposes a new block matching criterion called the bit-correlation matching function for image sequence coding. When using the identical fast searching algorithm, the bit-correlation matching function not o... This paper proposes a new block matching criterion called the bit-correlation matching function for image sequence coding. When using the identical fast searching algorithm, the bit-correlation matching function not only results in nearly the same accuracy in displacement estimation as the mean square error function, but also makes the algorithm low in computation complexity and easy to parallel implementation, thus reducing the coding time of image sequence efficiently. 展开更多
关键词 Image SEQUENCE CODING DISPLACEMENT estimation matching CRITERION
下载PDF
Screen Content Coding with Primary and Secondary Reference Buffers for String Matching and Copying
15
作者 Tao Lin Kailun Zhou Liping Zhao 《ZTE Communications》 2015年第4期53-60,共8页
A screen content coding (SCC) algorithm that uses a primary reference buffer (PRB) and a secondary reference buffer (SRB) for string matching and string copying is proposed. PRB is typically the traditional reco... A screen content coding (SCC) algorithm that uses a primary reference buffer (PRB) and a secondary reference buffer (SRB) for string matching and string copying is proposed. PRB is typically the traditional reconstructed picture buffer which provides reference string pixels for the current pixels being coded. SRB stores a few of recently and frequently referenced pixels for repetitive reference by the current pixels being coded. In the encoder, searching of optimal reference string is performed in both PRB and SRB, and either a PRB or SRB string is selected as an optimal reference string on a string-by-string basis. Compared with HM-16.4+SCM-40 reference software, the proposed SCC algorithm can improve coding performance measured by bit-distortion rate reduction of average 4.19% in all-intra configuration for text and graphics with motion category' of test sequences defined by JCT-VC common test condition. 展开更多
关键词 HEVC hnage Coding Screen Content Coding String matching Video Coding
下载PDF
Predictive Block-Matching Algorithm for Wireless Video Sensor Network Using Neural Network
16
作者 Zhuge Yan Siu-Yeung Cho Sherif Welsen Shaker 《Journal of Computer and Communications》 2017年第10期66-77,共12页
This paper proposed a back propagation neural network model for predictive block-matching. Predictive block-matching is a way to significantly decrease the computational complexity of motion estimation, but the tradit... This paper proposed a back propagation neural network model for predictive block-matching. Predictive block-matching is a way to significantly decrease the computational complexity of motion estimation, but the traditional prediction model was proposed 26 years ago. It is straight forward but not accurate enough. The proposed back propagation neural network has 5 inputs, 5 neutrons and 1 output. Because of its simplicity, it requires very little calculation power which is negligible compared with existing computation complexity. The test results show 10% - 30% higher prediction accuracy and PSNR improvement up to 0.3 dB. The above advantages make it a feasible replacement of the current model. 展开更多
关键词 Wireless Sensor NETWORK PREDICTIVE BLOCK-matching NEURAL NETWORK High Efficaciously Video CODING
下载PDF
Robustness and precision evaluation of the form error of micro-structured surfaces using real coded genetic algorithm 被引量:1
17
作者 周京博 孙涛 《Journal of Beijing Institute of Technology》 EI CAS 2012年第4期479-486,共8页
To obtain the form error of micro-structured surfaces robustly and accurately, a form er- ror evaluation method was developed based on the real coded genetic algorithm (RCGA). The meth- od employed the average squar... To obtain the form error of micro-structured surfaces robustly and accurately, a form er- ror evaluation method was developed based on the real coded genetic algorithm (RCGA). The meth- od employed the average squared distance as the matching criterion. The point to surface distance was achieved by use of iterative method and the modeling of RCGA for the surface matching was also presented in detail. Parameter selection for RCGA including the crossover rate and population size was discussed. Evaluation results of series simulated surfaces without form error show that this method can achieve the accuracy of root mean square deviation ( Sq ) less than 1 nm and surface pro- file error ( St ) less than 4 nm. Evaluation of the surfaces with different simulated errors illustrates that the proposed method can also robustly obtain the form error with nano-meter precision. The e- valuation of actual measured surfaces further indicates that the proposed method is capable of pre- cisely evaluating micro-structured surfaces. 展开更多
关键词 micro-structured surfaces form error evaluation surface matching real coded geneticalgorithm
下载PDF
FAST IMAGE ENCODING ALGORITHM BASED ON MEAN-MATCH CORRELATION VECTOR QUANTIZATION 被引量:1
18
作者 徐润生 许晓鸣 张卫东 《Journal of Shanghai Jiaotong university(Science)》 EI 2001年第1期40-43,共4页
A mean-match correlation vector quantizer (MMCVQ) was presented for fast image encoding. In this algorithm, a sorted codebook is generated regarding the mean values of all codewords. During the encoding stage, high co... A mean-match correlation vector quantizer (MMCVQ) was presented for fast image encoding. In this algorithm, a sorted codebook is generated regarding the mean values of all codewords. During the encoding stage, high correlation of the adjacent image blocks is utilized, and a searching range is obtained in the sorted codebook according to the mean value of the current processing vector. In order to gain good performance, proper THd and NS are predefined on the basis of experimental experiences and additional distortion limitation. The expermental results show that the MMCVQ algorithm is much faster than the full-search VQ algorithm, and the encoding quality degradation of the proposed algorithm is only 0.3~0.4 dB compared to the full-search VQ. 展开更多
关键词 image coding vector quantization mean match method
下载PDF
Multiple bit upsets mitigation in memory by using improved hamming codes and parity codes 被引量:1
19
作者 祝名 肖立伊 田欢 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2010年第5期726-730,共5页
This paper combines improved Hamming codes and parity codes to assure the reliability of memory in presence of multiple bit upsets with low cost overhead.The redundancy bits of improved Hamming codes will be appended ... This paper combines improved Hamming codes and parity codes to assure the reliability of memory in presence of multiple bit upsets with low cost overhead.The redundancy bits of improved Hamming codes will be appended at the end of data bits,which eliminates the overhead of interspersing the redundancy bits at the encoder and decoder.The reliability of memory is further enhanced by the layout architecture of redundancy bits and data bits.The proposed scheme has been implemented in Verilog and synthesized using the Synopsys tools.The results reveal that the proposed method has about 19% less area penalties and 13% less power consumption comparing with the current two-dimensional error codes,and its latency of encoder and decoder is 63% less than that of Hamming codes. 展开更多
关键词 MEMORY multiple bit upsets improved hamming codes two-dimensional error codes
下载PDF
Recognition of Multifunctional Coded Target in Single-camera Mobile 3D-vision Coordination Measurement
20
作者 XU Zhi-hua XIA Ling-li YU Zhi-jing 《Semiconductor Photonics and Technology》 CAS 2009年第3期167-172,共6页
Single-camera mobile-vision coordinate measurement is one of the primary methods of 3D-coordinate vision measurement, and coded target plays an important role in this system. A multifunctional coded target and its rec... Single-camera mobile-vision coordinate measurement is one of the primary methods of 3D-coordinate vision measurement, and coded target plays an important role in this system. A multifunctional coded target and its recognition algorithm is developed, which can realize automatic match of feature points, calculation of camera initial exterior orientation and space scale factor constraint in measurement system. The uniqueness and scalability of coding are guaranteed by the rational arrangement of code bits. The recognition of coded targets is realized by cross-ratio invariance restriction, space coordinates transform of feature points based on spacial pose estimation algorithm, recognition of code bits and computation of coding values. The experiment results demonstrate the uniqueness of the coding form and the reliability of recognition. 展开更多
关键词 coded target mobile vision 3D-coordinates measurement pose estimate match of targets
下载PDF
上一页 1 2 37 下一页 到第
使用帮助 返回顶部