资源列表

« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 746 »

[OpenCVcvPutText

说明:图像界面:在图片中添加文字,在OpenCV+VC实现,用到了函数cvPutText~-Graphical interface: add text in the picture, in the OpenCV+ VC implementation, use the function cvPutText ~
<zhaobozg> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVedge-detection

说明:将彩色图像转换为灰度图像并对其进行边缘检测 vs2008+opencv2.1运行成功-A color image is converted to grayscale and edge detection of its successful run vs2008+ opencv2.1
<跳眺> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVColor-image-output

说明:彩色图像输出,在vs2008+opencv2.1上实现。-Color image output, vs2008+ opencv2.1 to achieve.
<跳眺> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVPyrSegmentation

说明:opencv的PyrSegmentation,金字塔分割.识别图像连通域个数-opencv of PyrSegmentation, pyramid segmentation. identify the number of images connected domain
<jiang> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVzhifangtu

说明:实时显示摄像头所得到图像的直方图,使用opencv库-Live camera images of the histogram obtained using the opencv library
<张一> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVSnakeProfile

说明:opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数
<> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVRemoveBlackConnectedComponents

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

[OpenCVgray2rgb

说明:grey image to color image
<LinYue> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVface-eye-detect

说明:Face, eye detect---test oke.
<nguyen ngoc tu> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVbinary_1

说明:將圖片二值化,並顯示於新的視窗中!也可更改圖像的大小比例!-The binary image, and displayed in a new window! Also change the image size ratio!
<李婉如> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVImage-sharpening

说明:图像锐化子程序,在VS2008+OpenCV2.1上实现。-Image sharpening routine in VS2008+ OpenCV2.1 to achieve.
<跳眺> 在 2024-05-11 上传 | 大小:1024 | 下载:0

[OpenCVconvert

说明:该代码的功能是读入图像,并对图像进行反转,最后将图像显示在屏幕上-The functionality of the code is read into the image, and image inversion, the final image displayed on the screen
<manzhu> 在 2024-05-11 上传 | 大小:1024 | 下载:0
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 746 »

源码中国 www.ymcn.org