联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All OpenCV(64) 
按平台查找All Visual C++(64) 

[OpenCV] OpenCV

基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算) 24 用不同的核进行图像的二维滤波 27 图像域的填充 30 寻找轮廓实现视频流的运动目标检测(超推荐一下) 35 采用金字塔方法进行图像分割 40 图像的亮度变换 43 单通道图像的直方图 46 计算和显示彩色图像的二维色调-饱和度图像 48 图像的直方图均匀化 50 用Hongh变换检测线段 52 利用Hough变换检测圆(是圆不是椭圆) 57 距离变换 59 椭圆曲线拟合 64 由点集序列或数组创建凸外形 68 Delaunay三角形和Voronoi划分的迭代式构造 71 利用背景建模检测运动物体(推荐) 78 运动模板检测(摄像头) 81 显示如何利用Camshift算法进行彩色目标的跟踪 86
Based on the use camera video capture program opencv 1 Based on the two camera data acquisition of OpenCV 3 Inspire your code to do video impulse program 6 Image reversal (that is, the black white, white to black) 11 Image format conversion 12 Get the video stream from the camera or AVI file, edge detection is performed on the video stream 13 Using Canny edge detection operator 15 Corner detection is 18 Image rotation and scaling (the effect is dragged by the earth, as Google earth like) 21 Log-Polar coordinate transformation is 22 Morphological operations on images (opening and closing, the image of the corrosion and expansion operations) 24 With different nuclear two-dimensional filtering image 27 The image domain 30 filling To find the outline of implementation of target detection of video streaming (super recommend) 35 Using the Pyramid method for image segmentation 40 The brightness of the image transform 43 Single channel image histogram 46 Calculate and display (2014-03-23, Visual C++, 1643KB, 下载74次)

http://www.pudn.com/Download/item/id/2491573.html

[OpenCV] include

用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。
Graph smoothing function of two-dimensional filtering of the image with different nuclear cvSmooth achieve a variety of methods. Generally, image smoothing is mainly in order to eliminate the noise. Common image noise additive noise, multiplicative noise and quantization noise. Since the image of energy is mainly concentrated in the low-frequency portion, while the frequency band where the noise in the high-frequency band, and therefore are usually using the method of the low-pass filtering to eliminate noise. Convolve the function cvFilter2D image. Linear image filtering, support the replacement operation. When the the nuclear operation part exceeds the input image, the pixel value outside the boundary is equal to the nearest image pixel value. (2013-05-14, Visual C++, 4KB, 下载8次)

http://www.pudn.com/Download/item/id/2242291.html

[OpenCV] opencvCar

开发环境:vc6.0 ,opencv1.0.整体功能:实现车牌跟踪,检测,车牌定位,车牌分割,字符 分割,字符识别,其中车牌跟踪和车牌检测不是很好,但是对于已经拍好的图片,车牌定位, 车牌分割,字符分割和字符识别效果很好。程序中的核心算法,本人已加详细注释。具体详见程序说明。希望对你有所帮助。
Development Environment: vc6.0, opencv1.0. Overall functions: license plate tracking, detection, license plate location, license plate segmentation, character segmentation, character recognition, including the license plate license plate tracking and detection is not very good, but has take a good picture, license plate location, license plate segmentation, character segmentation and character recognition with good results. The core algorithm in the program, I have added detailed comments. See detailed description of the procedures. I hope for your help. (2011-08-18, Visual C++, 2066KB, 下载562次)

http://www.pudn.com/Download/item/id/1625735.html

[OpenCV] Sobel-Laplace-Canny-matlab-code

模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_Laplace”或“学号后四位_Canny”。 (4)选做:利用OpenCV自由实现一个图像处理功能,要求至少用到4个不同的对图像操作的函数(选做请在作业提交时文件名后面加:_选做)。
Model for large jobs and internships title code: (1) Please find themselves in a picture on the Internet used for any test, named "study after four _Original". On the C++ project folder (with the CPP files in the same folder). OpenCV with C++ function calls to read the pictures and display operations. (2) (1), based on the added modify the code, the original image into a grayscale image, and save named "study after four _Gray". (3) Use of OpenCV Sobel, Laplace, Canny algorithm corresponding function (2) image processing, and preservation, named "study after four _Sobel" or "study after four _Laplace" or " After school number four _Canny ". (4) Optional: using OpenCV free to implement an image processing functions required to use at least four different functions that operate on the image (choose to do in the job submission when the file name followed by: _ Optional). (2011-07-17, Visual C++, 633KB, 下载12次)

http://www.pudn.com/Download/item/id/1599791.html
1234
总计:64