资源列表

« 1 2 ... .36 .37 .38 .39 .40 213841.42 .43 .44 .45 .46 ... 216430 »

[OpenCVRemoveBlackConnectedComponents

说明:使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就
<> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[Windows编程mediaApp

说明:Media generate for cinder
<scasl> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[Windows编程BeepTest

说明:显示如何用Beep函数进行声音播放,本代码示例为《小酒窝》-Use Beep Function to play a sound..
<koukon> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)bAc

说明:利用Opencv对图像进行加亮与对比度增减操作-Access the image use opencv
<koukon> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[汇编语言test1

说明:在8086平台,用汇编语言,(使用时间中断),不断输出A-In the 8086 platform, using assembly language, (use of time interrupt), and continuously output A
<周鹏> 在 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

[matlab例程TEST

说明:三相交流电矢量叠加仿真,自动调平衡补偿,完全始创,难得哦-three phase
<luan> 在 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

[图形/文字识别gaosicbcr

说明:单高斯模型,进行基于肤色的人脸检测,这是一个m文件,-Single Gaussian model for skin detection
<林娅静> 在 2025-04-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 213841.42 .43 .44 .45 .46 ... 216430 »

源码中国 www.ymcn.org