资源列表
[OpenCV] RemoveBlackConnectedComponents
说明:使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就<> 在 2025-04-24 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] bAc
说明:利用Opencv对图像进行加亮与对比度增减操作-Access the image use opencv<koukon> 在 2025-04-24 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] GetDCImage
说明:实现一种将DC上的图像转换为OpenCV标准图像格式IplImage的方法。-DC to achieve a way to convert the image on the image format OpenCV IplImage standard methods.<koukon> 在 2025-04-24 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] GSM
说明:演示用OpenCV对图片进行高斯模糊处理的一种方法。-OpenCV demo Gaussian blur on the image to a method of treatment.<koukon> 在 2025-04-24 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] bujin
说明:步进电机程序,51单片机,正反转,速度控制-Stepper motor program, 51 SCM, reversing, speed control<Aaron Chen> 在 2025-04-24 上传 | 大小:1kb | 下载:0
[文件操作] BrowseForFolderU
说明:If you want to add a "New Folder" button to the above dialog then add the flag BIF_NEWDIALOGSTYLE, e.g.: browse_info.ulFlags := BIF_RETURNONLYFSDIRS or BIF_NEWDIALOGSTYLE If you find that the unit shlobj doe<st> 在 2025-04-24 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] pi
说明:多线程计算pi,在linux下用gcc编译 执行下面命令: gcc -pthread pi.c -o pi-Multi-threaded computing pi, using the gcc compiler under linux execute the following command: gcc-pthread pi.c-o pi<laurence> 在 2025-04-24 上传 | 大小:1kb | 下载:0