-
pf-segmentation-master
Matlab interface for the image segmentation algorithm of
Efficient Graph-Based Image Segmentation
Pedro F. Felzenszwalb and Daniel P. Huttenlocher
International Journal of Computer Vision, 59(2) September 2004.
- 2013-09-28 06:40:40下载
- 积分:1
-
ilto__interested
tcpDog ,闻入其名,对tcp 感兴趣的狗狗,祝大家狗年进步(TcpDog, smell into its, interested in TCP dog, I wish you all the year of the dog)
- 2017-06-02 09:21:31下载
- 积分:1
-
MSP430-MODBUSRTU
个人写的基于MSP430F149的modbusRTU协议的实现,代码完全可用,压缩包内有编译无错误和运行测试例子的截图证明,使用时直接将.h和.c文件加入工程,修改相应的IO和串口即可,芯片使用MAX3485(Achieve personal written agreement based on MSP430F149 modbusRTU code fully available, compression packages have screenshots compile error and run test cases proved directly. H and. C file on the use of the project, modify the IO and serial namely may, chips MAX3485)
- 2014-03-07 16:02:46下载
- 积分:1
-
c++设计红绿灯
说明: 利用c++设计的红绿灯程序,可以下载到开发板上使用(The traffic light program designed by C + + can be downloaded to the development board for use)
- 2019-09-24 16:05:37下载
- 积分:1
-
Lesson3
NEHE的讲义 关于OPENFGL入门的知识,很有用的东西(NEHE lectures on Introduction to OPENFGL knowledge, useful things)
- 2009-01-10 10:28:03下载
- 积分:1
-
HaarPAdaBoost
Haar+AdaBoost分类器训练总结(Haar+ AdaBoost classifier training summary)
- 2015-04-07 10:03:20下载
- 积分:1
-
xml-write
c# .net ,使用XmlDocument,实现xml的写入。(c#. net, using XmlDocument, implement xml writes.)
- 2013-09-28 16:40:21下载
- 积分:1
-
multimedia
第十一讲 多媒体编程 第十一讲 多媒体编程 (XI XI speakers talk about multimedia programming multimedia programming)
- 2008-05-27 15:09:47下载
- 积分:1
-
Vs2010-camera-driver
在项目文件中可实现对摄像头的控制并拍照,进而可以做一些视频监控等项目的应用!(In the project file can realize the control of the camera and take photos, then can do some of the applications of video surveillance and so on!)
- 2020-10-10 11:17:34下载
- 积分:1
-
快速傅里叶变换FFT的C程序代码实现
快速傅里叶变换(Fast Fourier Transform)是离散傅里叶变换的一种快速算法,简称FFT,通过FFT可以将一个信号从时域变换到频域。 模拟信号经过A/D转换变为数字信号的过程称为采样。为保证采样后信号的频谱形状不失真,采样频率必须大于信号中最高频率成分的2倍,这称之为采样定理。 假设采样频率为fs,采样点数为N,那么FFT结果就是一个N点的复数,每一个点就对应着一个频率点,某一点n(n从1开始)表示的频率为:fn=(n-1)*fs/N。 举例说明:用1kHz的采样频率采样128点,则FFT结果的128个数据即对应的频率点分别是0,1k/128,2k/128,3k/128,…,127k/128 Hz。 这个频率点的幅值为:该点复数的模值除以N/2(n=1时是直流分量,其幅值是该点的模值除以N)。
- 2019-08-08下载
- 积分:1