-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1
-
ovfwvideo,可以调用摄像头,运行时先注册一下regsvr32 d:ovfw.ocx
ovfwvideo,可以调用摄像头,运行时先注册一下regsvr32 d:ovfw.ocx-ovfwvideo, can call the camera, run-time before you register regsvr32 d: ovfw.ocx
- 2022-03-20 19:58:12下载
- 积分:1
-
本程序是基于改进的Camshift跟踪算法…
本程序是在Camshift原始的跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化,-This procedure is in the original Camshift tracking algorithm based on improved realize the multi-target tracking automatic initialization,
- 2023-02-03 15:15:05下载
- 积分:1
-
机遇PCA的人脸识别,包括图像读取,PCA降维以及机遇简单贝叶斯分类...
机遇PCA的人脸识别,包括图像读取,PCA降维以及机遇简单贝叶斯分类-PCA Face Recognition opportunities, including the image read, PCA dimensionality reduction as well as the opportunity for easy Bayesian Classifier
- 2022-04-23 07:10:32下载
- 积分:1
-
计算机图形学,利用中点算法,DDA算法,Bresenham算法…
计算机图形学,利用中点算法、DDA算法、Bresenham算法完成直线的生成。-Computer graphics, using the midpoint algorithm, DDA algorithm, Bresenham algorithm to complete the generation of a straight line.
- 2022-01-21 03:53:35下载
- 积分:1
-
在中小型电力行业系统中,曲线的要求比较严格,虽然网络上面各种曲线控件非常多,但是很多只能提供一段时间的曲线显示或者历史若干个点的显示。比如在一个普通的小型水电站...
在中小型电力行业系统中,曲线的要求比较严格,虽然网络上面各种曲线控件非常多,但是很多只能提供一段时间的曲线显示或者历史若干个点的显示。比如在一个普通的小型水电站系统中我们会牵涉到许多的点(可能甚至达到400到500多个),一般的电站运行人员或者管理者希望能够对这类点的历史运行状况进行还原(即能够将历史运行的各个点状况进行还原),曲线就是非常重要的一个环节了 -SMEs in the power industry system, the curve of more stringent requirements, While the Network Control curve above all very, but many can only provide for a period of time curve or historical point of a number of shows. For example, in an ordinary small hydropower system, which will involve many of the points (which may even reach 4-500 many), Utility general operating personnel or managers hope to be able to point to the history of such operations conducted reduction (that is, to history Operation of each of the state reduction), the curve is a very important link in the
- 2022-04-08 01:59:24下载
- 积分:1
-
用PHP生成验证码,内容比较复杂,可以在一些博客网站上使用,识别率较低。...
用PHP生成验证码,内容比较复杂,可以在一些博客网站上使用,识别率较低。-Generated using PHP code, content, more complex, you can use in a number of blog sites, identify low rates.
- 2022-12-16 05:40:03下载
- 积分:1
-
.net 平台下实现的图形学基本算法函数库
.net 平台下实现的图形学基本算法函数库-. net platform to achieve the basic algorithm of the graphics library
- 2022-10-16 01:15:03下载
- 积分:1
-
windows窗体更换皮肤程序
单击右键,弹出一个用于更换窗体皮肤的快捷菜单,在该快捷菜单中选择换皮肤下的任意菜单项,程序将为当前窗体更换皮肤
- 2022-04-27 06:55:02下载
- 积分:1
-
用坐标输入来选定跟踪区域,内层算法为meanshift,截面为mfc
用坐标输入来选定跟踪区域,内层算法为meanshift,截面为mfc-Using coordinates input to select the tracking region, the inner algorithm meanshift, cross-section for mfc
- 2022-03-20 19:46:48下载
- 积分:1