资源列表
edgedetect_basedonWavelet
- 利用小波变换进行图像边缘提取,用matlab语言编写实现。edgedetect_basedonWavelet.m-using wavelet transform image edge extraction, using Matlab language achievement. Edgedetect_basedonWavelet.m
200667175142282
- altera ubs blaster 原理图-altera ubs blaster diagram
cs_winsock
- 用WINSOCK做的数据传送程序,分客户端与服务器端,非常实用,与您共享-Winsock do with data transmission procedures, and client-server side, very practical, and you share
mxml_xercesc
- XML Parser written in C++ Using the Xerces-c lib-XML Parser written in C. Using the Xerces-c l ib
200461617143467585
- 串口调试VB一个不错的源代码 串口中非常有用-a good VB source code is very useful in Serial
RemoteX
- VC++开发,查看远程计算机或者设备的MAC地址。VS2003环境。-VC development, Remote View computer equipment or MAC address. VS2003 environment.
VCinMachinaVision
- 使用VC++开发机器视觉中各种图像处理的例子-use machine vision image processing examples
gifdonghua
- VC编写的用于显示GIF动画的一个程序,很有意思,你可以下载去看一看,也许对你有启发。-VC prepared for display GIF animation of a procedure, it is interesting that you can download to see, Perhaps you are inspired.
SuperSend
- 超级消息发送机,VC++开发,利用Windows信使服务向指定计算机、指定工作组或域或当前工作组的所有计算机发送消息,可指定发送次数-super news transmitter, VC development, the use of Windows Messenger service to the designated computer, assigned to the Working Group or the domain or the current working group of al
SuperCopy
- VC++,利用线程技术开发的文件复制工具,对于复制难读的VCD光盘中的硬盘特别有效(也是为此目的而开发,因为在盘片有错误时,WINDOWS会无法复制,这种错误往往会出现在文件的末段).-VC, the use of threaded technology development tools for the reproduction of documents. For hard copy of the VCD reading the hard disk particularly effective
wajueshequsuanfa
- 这是对挖掘 web社区划分的算法,希望大家能够参考并提出意见.-This is the mining community of web algorithm, we can hope that the information and express their views.
2223222
- 我们给出一个模板 和一幅图象 。不难发现原图中左边暗,右边亮,中间存在着一条明显的边界。进行模板操作后的结果如下: 。 可以看出,第3、4列比其他列的灰度值高很多,人眼观察时,就能发现一条很明显的亮边,其它区域都很暗,这样就起到了边沿检测的作用。 为什么会这样呢?仔细看看那个模板就明白了,它的意思是将右邻点的灰度值减左邻点的灰度值作为该点的灰度值。在灰度相近的区域内,这么做的结果使得该点的灰度值接近于0;而在边界附近,灰度值有明显的跳变,这么做的结果使得该点的灰度值很大,这样