资源列表
[OpenGL] fastdelphiOpenGL
说明:在delphi开发环境下对OpenGL进行高效编程,提供部分程序实例参考-In the delphi development environment for OpenGL programming efficiently and provide examples of some of the procedures for reference<杨坤> 在 2025-12-31 上传 | 大小:212kb | 下载:0
[GIS编程] changjiang.shp
说明:长江的GIS地图,shp格式,方便arcviewGis使用-GIS map of the Yangtze River, shp format, to facilitate the use of arcviewGis<张过师> 在 2025-12-31 上传 | 大小:634kb | 下载:0
[图形/文字识别] Directshow_Opencv
说明:应用open-cv,在多人脸环境下实现人脸检测,有较好的效果-Application of open-cv, many people face in the environment to achieve face detection, there are better results<lijing> 在 2025-12-31 上传 | 大小:5kb | 下载:0
[图形图象] iriscode
说明:Matlab提供了两种方法进行聚类分析。 一种是利用 clusterdata函数对样本数据进行一次聚类,其缺点为可供用户选择的面较窄,不能更改距离的计算方法; 另一种是分步聚类:(1)找到数据集合中变量两两之间的相似性和非相似性,用pdist函数计算变量之间的距离;(2)用 linkage函数定义变量之间的连接;(3)用 cophenetic函数评价聚类信息;(4)用cluster函数创建聚类。 -Matlab provides two methods of cluster anal<梁琨> 在 2025-12-31 上传 | 大小:18kb | 下载:0
[图形图像处理(光照,映射..)] Tracker_beta
说明:一个应用open-cv,实现多人脸的跟踪的算法,有良好的跟踪功能。-An application of open-cv, to achieve more than the face tracking algorithm.<lijing> 在 2025-12-31 上传 | 大小:242kb | 下载:0
[图形图像处理(光照,映射..)] yj
说明::针对显微图像分析、识别需要的全自动控制显微镜,研究开发其相应的图像处理算法。提 出了能量谱自动聚焦评价函数算法、自适应选取基准图的图像拼接算法、改进 Laplacian算子的多层 聚焦图像叠合算法等。该算法模块已成功地应用于所开发的CMIAS 显微医学图像分析系统中,取得 了满意的应用效果。-【ABSTRACT】For the automatic microscope required by micro-image analysis and recognition, the<ccc> 在 2025-12-31 上传 | 大小:183kb | 下载:0
[图形/文字识别] image_enhance
说明:一个图像增强的实例,包含光照补偿,实时图像增强,直方图均衡-An example of image enhancement, including the lighting of compensation, real-time image enhancement, histogram equalization<lijing> 在 2025-12-31 上传 | 大小:14.8mb | 下载:0
[图形图像处理(光照,映射..)] neural_network_detection
说明:一个应用神经网络算法,实现人脸检测的实例程序。-An application of neural network algorithm to realize an instance of face detection process.<lijing> 在 2025-12-31 上传 | 大小:283kb | 下载:0
[GIS编程] hubei-railway
说明:湖北省内铁路分布图,shp格式,方便Arcview使用-Hubei Province in the railway map, shp format, to facilitate the use of Arcview<张过师> 在 2025-12-31 上传 | 大小:49kb | 下载:0
[图形图象] PlanePlane
说明:一个求平面与平面交线的算法。大致思想是:先求出各平面的法线(plane.normal),再将这两条法线叉乘,得出来的向量就是交线的方向。最后经过计算得出3维直线方程中的a = (s2 * n1n2dot - s1 * n2normsqr) / (n1n2dot * n1n2dot - n1normsqr * n2normsqr) b = (s1 * n1n2dot - s2 * n2normsqr) / (n1n2dot * n1n2dot - n1normsqr * n2normsqr) -c<福利周围> 在 2025-12-31 上传 | 大小:1.83mb | 下载:0