搜索资源列表
demoCarDetection(drill_manner)
- 基于小波变换的目标检测急测量,可以很好地检测出车辆的位置,并作出相应的判断-Target detection based on wavelet transform anxious measurement, it is possible to detect the position of the vehicle, and the judgment
aaa
- 用于运动目标的检测,对目标进行二值化并提取目标的最小外接矩形,从而获取相关数据-The image data of consecutive frames graying binary and intercept the target minimum bounding rectangle to obtain the target
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: 好的检测- 算法能够尽可能多地标识出图像中的实际边缘。 好的定位- 标识出的边缘要尽可能与实际图像中的实际边缘尽可能接近。 最小响应- 图像中的边缘只能标识一次,并且可能存在的图像噪声不应标识为边缘。-Canny goal is to find an optimal edge detection algorithm, the optimal edge detection means: Good test- a
codes
- 进行红外小目标检测跟踪,效果一般 适用于双目摄像头跟踪发光小材料-Infrared small target detection tracking, the effect is general
1-s2.0-S1350449512000527-main
- 一篇介绍红外小目标检测的英文文章,12年收录,可供参考(An introduction to infrared small target detection in English articles, 12 years included, for reference)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)