搜索资源列表
goodCanny
- 图像分割的经典算法CANNY算法的源代码,很实用-the classic image segmentation algorithm Canny algorithm source code, practical
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
CamShift
- 基于OpenCV的视频目标跟踪源码。输入的可以是视频文件或摄像头采集。-OpenCV canny a subject.
canny
- 获取摄像头,并描绘轮廓-Get a camera, and outlining...
cny
- Canny Edge Detector to detect sharp edges in an image