搜索资源列表
医学边缘检测
- 很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
ImageCodes-Harris
- VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
VC编写的Harris角点检测算法
- 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
Harris Corner
- 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 代码没有任何优化 内存也没来得及释放... 但角点检测效果还是不错的 而且参数可以调节 2005年12月11日 http://contact.ys168.com/ bugzhao@sdu.edu.cn-Harris algorithm VC procedures helpless himself wrote it with a two hour writ
死锁检测算法C++
- 操作系统的死锁检测算法, VC++调试通过-operating system Deadlock Detection Algorithm, debugging through VC
susandetector
- SUSAN边缘检测及角点检测的vc实现代码,用于静态图象的边缘及角点检测,效果要视具体图象来定-SUSAN edge detection and corner detection of vc achieve code for static images and the edge angle detection, the effect would depend on the specific images to determine
facedetectAdaBoostCC
- 人脸检测和识别,基于阿达波斯特原理,程序基于VC-face detection and recognition, Adabeishite based on the principles, procedures based on VC
FaceDetectionVCcode
- 该文件夹下的代码是我在做人脸检测时的VC源代码,对做人脸定位的兄弟一定会有帮助的。-The folder under the code is in the way of face detection VC source code, Positioning human face on the brothers will certainly be helpful.
ann_src
- 该程序是在vc环境下编写的bp神经网络c++类库,能够广泛应用于人脸检测以及动作监控。
人脸检测定位的示例代码
- 人脸检测定位的示例代码.rar VC++源码,具有一定参考价值,我也是从别处下载下来的。-Face Detection positioning the sample code. Rar VC source, which have a certain value, I also downloaded from the elsewhere.
基于VC的人脸检测系统
- 基于VC的人脸检测系统,可作为一般参考使用,网上搜集所得-VC-based Face Detection system, as a general reference, collected from the Internet
VC++人脸检测系统
- 一个基于肤色的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征-a color-based Face Detection System, the first extraction of color, and then testing the eyes, mouth these characteristic
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
motiondetect
- 本程序是基于VC++和opencv开发的视频入侵检测预警程序,在目标进入危险区域,提示警示语-This procedure is based on VC++ and opencv video intrusion detection development of early warning procedures, the goal of entering the hazardous area, prompted warnings
edge_check
- 基于matlab的边缘检测程序,成功实现了奥运开幕式图片的边缘检测,matlab6环境运行成功。-Matlab-based edge detection procedures, the successful implementation of the Olympic opening ceremony, the edge detection image, matlab6 environment running successfully.
Canny
- CAnny算子提取边缘 边缘检测中canny良好独特的效果,广受青睐。内附完整的VC项目文件,和原图像及实验结果图像-Canny edge extraction operator Edge Detection canny good effect unique and widely popular. Containing a complete VC project documents, and the original image and experimental result image
cv
- 混合高斯模型车辆运动检测 [VC++] 检测效果不错-Gaussian mixture model vehicle motion detection [VC++] detected the effect of good
SVM
- 运用VC实现支持向量机进行故障诊断,很有效地将刀具的故障检测相互来,准确率高-Using VC implementation of support vector machines for fault diagnosis, very effective tool fault detection are to, high accuracy rate
vc-filter
- 用c++写的小波滤波程序,开发环境是VC++6.0,可用于边缘检测-Use c++ write wavelet filtering program, the development environment is vc++ 6.0
运动目标检测与跟踪c++.rar
- VC编程实现运动目标检测与跟踪。包括了视频读取,运动目标识别检测,以及实施跟踪等。