搜索资源列表
ism-feb08
- 国外图像处理牛人Bastian Leibe的目标跟踪程序,在UNIX环境下执行,是很新颖的理论,效果也很好,可以参考他的论文加以学习-Image processing cattle people abroad Bastian Leibe target tracking procedures implemented under the UNIX environment, is a very novel theory, the results would be very good, can refe
edgedetection2003
- 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
CRL-2001-1
- 这片论文描述了动态物体的特征跟踪,用到了15个框架。拥有很强的适应性和跟踪能力。作为人脸识别,模式识别,动态跟踪的开发人员,有很好的参考价值。用c++编写,如果用OpenCV更好-This paper describes a visual object detection framework that is capable of processing images extremely rapidly while achieving high detection rates. There ar
imageproDlg
- color space components are stored at non-unit strides and, second, intermediate results can be larger than 8 bits. In this paper we show that extended subwords and the Matrix Register File (MRF) can be employed to mitigate these limitations.
WebGIS
- 数据库连接在WebGIS开发中的应用颇为频繁.而由于多用户并发操作以及网络软硬件条件等方面的影响,连接的速度往往不尽如人意。文中利用JDBC技术.在WebGIS中设计并实现了基于Oracle数据库和Java AppJet/ServJet网络模式的数据库连接池,从而大大提高了数据库连接的效率,同时还可以通过连接池自身的管理机制来监视数据库连接的数量和使用情况。-Database connection in WebGIS application development rather frequen
refpaper3_mpcrenglish
- In this paper a stroke feature distribution method is used to develop a scheme for the recognition of alphanumeric characters. The algorithm uses a gray level image of the character as input. The image is normalised. The feature used is strok
matlab
- 小波分析在图像处理中有非常重要的应用,包括图像压缩,图像去噪,图像融合,图像分解,图像增强等。文中给出了详细的程序范例,用MATLAB实现了基于小波变换的图像处理。-Wavelet analysis in image processing has very important applications, including image compression, image denoising, image fusion, image decomposition, image enhancemen
ISAR
- :近距离目标超高分辨率微波成像技术在安全检测、非破坏性控制、生物医学等领域中有着非常重要的应用 价值和广阔的应用前景。该文利用基于窄脉冲形式的超宽带时域雷达系统研究近距离目标的高分辨率ISAR成像, 给出了仿真和实测结果。利用转台旋转目标,基于超宽带脉冲源和超宽带收发天线以及高性能取样示波器,配以同 步触发脉冲和自行研发的数据采集软件,搭建了该时域雷达实验系统,提出了准确获取目标回波信息的实验条件, 和实现回波延时精确校正的误差补偿方法。并针对采样时间窗内的杂波干扰,讨论了时域后
Fast-Hydraulic-Erosion-Simulation-and-Visualizati
- In this paper, we present a new method to model the hydraulic erosion phenomenon which runs at interactive rates on today’s computers. The method is based on the velocity fi eld of the running water, which is created with an effi cient sh
ssimtest
- 基于Z.W的论文用C++实现的一个求两幅图片SSIM的代码,没有用到opencv,在比较方法上并没有使用local比较,而只是进行了简单的全局比较-Implemented based on the ZW paper C++ a request two pictures SSIM code is not used opencv, the comparison does not use local comparison, but rather a simple global
subdivide20NT
- This software demonstrates algorithms for piecewise smooth subdivision surfaces described in the paper "Piecewise Smooth Subdivision Surfaces with Normal Control" by H. Biermann, A. Levin and D. Zorin. Two subdivision schemes, based on Loop and Catmu
001
- 指纹分类是针对大型指纹库的一个重要的索引方式, 可以有效地提高指纹匹配的效率. 指纹类型的不同表现为指纹纹 理结构的差异, 而指纹的方向场则可以有效地描述纹理结构的差异. 同一类型指纹不同区域上方向角结构的差异以及相邻区域 间方向角结构的联系可以视作一个马尔可夫随机场. 本文利用嵌入式隐马尔可夫模型对指纹方向场进行建模分析, 通过合理地 抽取指纹的类型特征, 构造观察向量、进行建模训练, 然后利用训练好的马尔可夫模型进行匹配, 最终提出并实现了一种新的鲁 棒性强且精度较高的指纹分
meanShiftPixCluster
- 这是一个很好的演示展示了均值漂移图像像素聚类思想的作品。虽然这段代码还没有实现多分辨率或进一步的均值漂移聚类的图像分割,它实现了核心的均值漂移算法.该算法是PAMI论文”Mean shift: a robust approach toward feature space analysis", 在2002提出的。 -This is a good demo of showing how the mean shift idea works for image pixel clustering. A
Laplasse-algorithm
- 该文提出了一种基于拉普拉斯算法的图像锐化方法,并在DSP 上实现其算法。首先研究拉普拉斯算子锐化图像的基本原理, 并推导出图像锐化的拉普拉斯算子。其次,根据拉普拉斯算子,在CCS2 软件上运用C 语言编写主函数和读取图像数据的Readimage 子函数、初始化图像的InitImage 子函数和对图像锐化的计算Laplace 子函数等子函数来实现基于拉普拉斯算法的图像锐化程 序。最后采用三副模糊图像验证图像锐化的效果。比较实验结果,可知运用该算法锐化处理的图像比原来图
ViolaJones_IJCV
- 一种机器视觉的物体检测算法,是一种先进物体检测算法,全英文描述.讲述一种机器视觉的物体检测算法的实现-his paper describes a visual object detection framework that is capable of processing images extremely rapidly while achieving high detection rates. There are three key contributions. The fi r
stanford_LK
- Lucas-Kanade 跟踪算法,此算法实现了经典Lk跟踪,详细算法参见文章 An Iterative Image Registration Technique with an Application to Stereo Vision (IJCAI), B.D. Lucas and T. Kanade, 7th International Joint Conference on Artificial Intelligence (IJCAI), April, 1981, pp. 674-67
osg
- 基于OSG实现了虚拟园区的漫游系统,可以利用鼠标对漫游园区进行大小的缩放、位置的拖动,并且可以通过键盘控制坦克的前进和转弯。-The visual park ramble system is implemented based OSG in this paper.It can It can be the size of the roaming the park with the mouse ,and it can control the tank through the keyboard.
LSD_C
- 自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操-LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation
wnrigpppi
- we present a nonlinear version of the well-known anomaly detection method referred to as the RX-algorithm. Extending this algorithm to a feature space associated with the original input space via a certain nonlinear mapping function can provi
crfasrnn_keras-master
- Conditional Random Fields as Recurrent Neural Networks 论文中提供的方法,在tensorflow上实现(The method provided in the paper Conditional Random Fields as Recurrent Neural Networks which is implemented on tensorflow)