-
VC图像边缘检测源代码
纯c语言,Function: read_ppm_image
* Purpose: This function reads in an image in PPM format. The image can be
* read in from either a file or from standard input. The image is only read
* from standard input when infilename = NULL. Because the PPM format includes
* the number of columns and the number of rows in the image, these are read
* from the file. Memory to store the image is allocated in this function.
* All comments in the header are discarded in the process of reading the
* image. Upon failure, this function returns 0, upon sucess it returns 1.
- 2023-06-23 01:15:03下载
- 积分:1
-
基于OpenCV的blob实现的多运动目标跟踪
基于OpenCV的blob实现的多运动目标跟踪,该工程提供完整的实现代码,主要通过Blob实现多目标的跟踪检测。原理简单,实现效果有限,但适合视频跟踪初学者的学习使用,可以学习到跟踪领域基本的思路。
- 2022-01-25 19:57:22下载
- 积分:1
-
QN8027 调频发射机 h 和 c 文件
QN8027 调频发射机驱动程序。其书面为它包含所有必需的例程的 QN8027 芯片控制。 ST stm32f10x 扩展。简单易用。文件是 QN8027 c 和 QN8027 头文件。工作实验板很容易从中国 ebay 上找到。所有廉价调频发射机使用此芯片组 QN8027
- 2023-05-18 23:05:04下载
- 积分:1
-
c++知识点总结.doc
c++知识点总结.doc
- 2021-05-06下载
- 积分:1
-
DH111传感器读写
实现STM32对DH111温湿度传感器的读写,包括传感器初始化、时钟配置,读命令,写命令。以及DH111原始数据位的处理,并显示到STM32显示屏幕上
- 2022-01-25 20:10:31下载
- 积分:1
-
光流法
光流法是用于目标跟踪:对于一个连续的视频帧序列进行处理;针对每一个视频序列,利用一定 目标检测方法,检测可能出现的前景目标;如果某一帧出现了前景目标,找到其具有代表性的关键特征点;对之后的任意两个相邻视频而言,寻找上一帧中出现的关键特征点在当前帧中的最佳位置,从而得到前景目标在当前帧中的位置坐标;如此迭代进行,便可实现目标的跟踪。
- 2022-07-25 14:34:12下载
- 积分:1
-
c#上传控件,包含实际的例子,方便使用,有示范作用.
c#上传控件,包含实际的例子,方便使用,有示范作用.-c# upload control, including practical examples, user-friendly, has an exemplary role.
- 2022-05-28 16:15:37下载
- 积分:1
-
人脸识别和比对源码
基于OPenCv的人脸识别源码 可以运行的,希望有这方面学习爱好的可以看看
C#代码简单清晰
- 2022-07-19 13:06:05下载
- 积分:1
-
stm32与51通过24L01 进行无线通信
51和STM32之间进行双向通信,stm32既可以发射也可以接收,51也一样,都是发完自动转为接收状态.。
- 2023-04-26 01:15:03下载
- 积分:1
-
nmock2-2.0.0.44-net-2.0
nmock2,软件单元测试用。在单元测试书写时可以用它mock尚未开发但已经公开了接口的类型。(nmock2, software unit test. When writing the unit tests can use it to mock yet to be developed, but the type of interface has been made public.)
- 2010-03-10 18:30:51下载
- 积分:1