资源列表

« 1 2 ... .93 .94 .95 .96 .97 10298.99 .00 .01 .02 .03 ... 18703 »

[OpenCVRemoveBlackConnectedComponents

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

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

说明:该文章描述了当前最流行的图像分割算法,该算法分割效果很好,可以借鉴。-The article describes the most popular image segmentation algorithm that partitions a good effect, can learn from.
<ykm> 在 2025-10-05 上传 | 大小:1.66mb | 下载:0

[图形/文字识别facedetected

说明:visual c++ 实现人脸检测(二值化,灰度提取,直方图,边缘提取等)-visual c++ implementation of face detection (binary, gray scale extraction, histogram, edge extraction, etc.)
<张刚> 在 2025-10-05 上传 | 大小:463kb | 下载:0

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

说明:opencv初级学习资料,很适合初学者学习使用,学习中碰到什么问题 大家一起交流!-opencv primary learning materials, it is suitable for beginners to learn to use and learn what problems they encountered in the exchange with everyone!
<sss> 在 2025-10-05 上传 | 大小:11.17mb | 下载:0

[图形图像处理(光照,映射..)Image-binarization-method

说明:图像二值化的方法,便于车牌的识别,能精确定位车牌的位置。-Image binarization method, easy to license plate recognition, license plate can pinpoint the location.
<姚杰> 在 2025-10-05 上传 | 大小:205kb | 下载:0

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

说明:利用CDib打开位图,寻找光斑质心,并能够连续寻找多张光斑位图质心-Open the bitmap using CDib find spot centroid, and the ability to search for more than a continuous beam centroid bitmap
<Tom> 在 2025-10-05 上传 | 大小:3.79mb | 下载:0

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

说明:数字摄影测量单片空间后方交会程序代码计算-Digital Photogrammetry single calculation code space resection
<周天文> 在 2025-10-05 上传 | 大小:2kb | 下载:0

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

说明:以根据读入的BMP黑白8bit图像输出图像的矩阵-show the matrix of a bmp
<ternerce> 在 2025-10-05 上传 | 大小:3kb | 下载:0

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

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

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

说明:演示用OpenCV对图片进行高斯模糊处理的一种方法。-OpenCV demo Gaussian blur on the image to a method of treatment.
<koukon> 在 2025-10-05 上传 | 大小:1kb | 下载:0

[图形/文字识别gaosicbcr

说明:单高斯模型,进行基于肤色的人脸检测,这是一个m文件,-Single Gaussian model for skin detection
<林娅静> 在 2025-10-05 上传 | 大小:1kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 10298.99 .00 .01 .02 .03 ... 18703 »

源码中国 www.ymcn.org