资源列表
11_ObjectDetection
- 人脸识别,通过提取人脸特征构建分类器来实现对人脸特征的识别(Face recognition is used to identify facial features by extracting facial features)
分散递阶蚁群算法及其在相变序列图像分割中的应用
- 提出了一种分散、递阶蚁群算法, 它将多个分散的蚁群并行求解各自对应的子问题, 形成一个执行层, 而递阶协调层利用执行层反馈的信息协调执行层的优化过程,从而得到递阶求解问题的整体最优解. 该算法已应用于相变热图序列图像模糊相变线的提取问题,即运用区域划分方法先将序列图像的分割转化为关联型多子图搜索问题,再利用分散 、递阶蚁群算法进行求解 ,结果表明该算法能很好地利用相变线的运动信息成功地解决热相变序列图像分割问题. 与蚁群算法独立搜索比较 ,分散 、递阶蚁群算法能更有效地实现多子图之间的关联.(A
8_CamShiftDemo
- camshift算法来实现对彩色运动目标的追踪(The camshift algorithm is used to track the color movement targets)
DrawImage
- 应用opencv对一些基本图像的绘制,比如圆,椭圆,正方形(Apply opencv to some basic images, such as circles, ellipses, squares)
canny
- 对静态图像应用canny算法提取边缘特征(The edge feature is extracted by canny algorithm of static image)
MDIDemo
- 基于c#,opengl编写的程序,可以读取stl文件并现出来。(Read the STL file and display it)
PZ6806L-STM32F1综合测试程序
- 触摸屏显示,以及屏幕校准等功能,以及其他功能(A skillful touch screen)
深入理解OpenCV:实用计算机视觉项目解析-源代码
- 基于OpenCV的计算机视觉实例项目代码(the example of computer vision project code based on OpenCV)
IDL可视化分析与应用(随书程序)
- IDL 可视化随书籍的源代码,内容丰富,便于学习(IDL Visualizations with the source code of the book, rich in content, easy to learn)
ENVI_Raster_Vector_Converter_V5.3
- ENVI 软件扩展包,实现批量的矢量与栅格转化,方便快捷。(ENVI software expansion package to achieve batch vector and grid conversion, convenient and quick.)
ROI
- 请参考,LABVIEW截取感兴趣区域,是手动截取,自动截取还在研究中(Please refer to, LABVIEW interception area of interest, manual interception, automatic interception in the study)
bmp read&write
- 简单读取bmp256位灰度图像,运用c语言的基本库(Simple read bmp256 bit grayscale image)