搜索资源列表
边缘检测代码
- 关于图像边缘检测技术的代码。包括:拉普拉斯算子,高斯拉普拉斯算子等多种边缘检测方法-on Edge Detection Technology code. Including : Laplace operator, Gaussian Laplician various edge detection method
人脸检测代码
- 代码 人脸检测
基于Adaboost的人脸检测程序
- 基于Adaboost的人脸检测 c代码
羽毛球拍跟踪
- 羽毛球怕跟踪,图像处理领域经典的跟踪问题,内含matlab代码,我自己因为就是做跟踪的,代码有详细的介绍/图片实验数据/还有我自己写的程序调用说明。希望对做图像跟踪的朋友们有所帮助。
三帧差算法matlab代码
- matlab编写的三帧差运动目标检测方法,绝对好用
亚像素边缘检测的matlab代码
- 亚像素边缘检测的matlab代码,比一般的边缘检测代码精确-Sub-pixel edge detection matlab code
ROA算法代码
- ROA算法代码,用来进行SAR图像的道路段检测的比较流行的算法之一,for SAR road detection
fusion_change_detection SAR图像变化检测代码
- SAR图像变化检测代码,基于差异图和比值图融合的-SAR image change detection code, based on the ratio of different maps and map integration
用C++编写的影像滤波与变化检测的代码
- 用C++编写的影像滤波与变化检测的代码,对进行图像处理有较大的帮助-Written in C++, image filtering and change detection code, for image processing have a greater help
Hough-circle
- VC++下基于Hough变换的检测圆的代码,能同时检测多个圆,效果很好-VC++ Detection Based on Hough Transform round code, can detect more than a round, very good
Canny
- 实现了bmp图像的Canny边缘检测,非常好的代码,欢迎下载-canny edge detection
GMM
- 本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。-This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual objec
Ellipse-edge-detection
- 一个椭圆检测的代码,可以检测到椭圆,但是检测不到类似椭圆的图像
kalman-tracking
- 基于卡尔曼滤波的运动目标检测,matlab代码-Kalman filter-based moving target detection, matlab code
HOG
- 基于HOG的行人检测,作者的源代码有错误,现代码已经进行了改变,并可以调试通-Histograms of Oriented Gradients for Human Detection, the writer s code has some errors, and I have correct the errors, and the code is right under C++ buidler
示例代码-计算机视觉公开课
- 文件实现了目标检测,可以很清楚的区分前景和背景。(The file implements the target detection, which can distinguish the foreground and the background clearly.)
人头检测matlab代码
- 可以打开视频文件,对视频文件中的人头进行检测并统计数量。算法有HOG RCNN 及Aggrate Channel Features三种(You can open the video file, the head of the video file to detect and statistics. Algorithm HOG RCNN Aggrate Channel Features tionchannel three)
基于方向谷形检测的静脉纹路分割
- 这是一个关于基于方向谷形检测的静脉纹路分割的MATLAB程序代码,(Vein vein segmentation based on directional valley detection)
Vessel diameter血管直径检测
- 采用mom方法结合Hessian和曲线拟合的方法计算出血管的直径并输出测量图像,采用图像处理方法获得图像骨架,经调试代码可用。(The diameter of blood vessel is calculated by mom method combined with Hessian and curve fitting method, and the measured image is output. The image skeleton is obtained by image process