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

[OpenCV] MFC+OpenCV图像处理

MFC+Opencv,实现了opencv中的各种滤波、边缘检测、拉普拉斯变换及高斯变换等,源码。
MFC+Opencv,running all that important basic functions. (2018-06-13, Visual C++, 5820KB, 下载27次)

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

[OpenCV] zengqiang

中值滤波、soble算子和拉普拉斯锐化;以及掌纹增强图(掌纹图需自己准备)
Median filtering, Soble operator and Laplasse sharpening; and palmprint enhancement diagrams (palmprint drawings need to be prepared for themselves) (2017-12-16, Visual C++, 75KB, 下载1次)

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

[OpenCV] patmernand

模式识别中贝页斯分类器的MATLAB实现,且用不同颜色标记了分类点和错分点
Mr Page in pattern recognition classifier of MATLAB, and use different color tag by classification and fault point (2017-08-13, Visual C++, 35KB, 下载1次)

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

[OpenCV] OpenCVfaceHead

OpenCv用于摄像系统人头统计,VISUAL C++.0 MFC版峰值计数1.0,加高速方向检测统计
OpenCv for camera system head count, VISUAL, C++.0, MFC version, peak count 1, plus high-speed direction detection statistics (2017-07-30, Visual C++, 6884KB, 下载35次)

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

[OpenCV] image-size-zoom

opencv图像金字塔:高斯金字塔,拉普拉斯金字塔与图像尺寸缩放,在vs2010环境下实现
Opencv image pyramid: Gaussian pyramid, Laplacian pyramid with image size zoom (2017-03-11, Visual C++, 15528KB, 下载12次)

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

[OpenCV] Rodrigues

旋转向量与旋转矩阵转化(罗德里格斯 ) 根据OPENCV里的 cvRodrigues2()函数原理编写的纯c的函数,不需要依赖OPENCV
Rotation vector and rotation matrix transformation (Rodriguez) (2016-05-17, Visual C++, 4KB, 下载56次)

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

[OpenCV] opencvof

稀疏光流Demo 此程序是斯坦福大学大牛David Stavens 2007年编写,其中程序注解详尽,配有PPT和PDF讲解图文并茂,非常适合初学者学习使用。 本程序基于OpenCV。
Sparse Optical Flow Demo this program at Stanford University in 2007, Daniel David Stavens written program notes which detail with PPT and PDF to explain illustrated, ideal for beginners learning to use. The program is based on OpenCV. (2016-04-29, Visual C++, 4181KB, 下载7次)

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

[OpenCV] low-pass-filter

opencv3.0+vs2013编写理想低通,巴特沃斯低通,高斯低通滤波器
opencv3.0+vs2013 write ideal lowpass, Butterworth low-pass, low-pass Gaussian filter (2016-03-08, Visual C++, 5232KB, 下载50次)

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

[OpenCV] LearningOpenCV_Code

这是《学习OpenCV》这本书的源码。作 者(美)布拉德斯基(Bradski,G.),(美)克勒(Kaehler,A.) 著,于仕琪,刘瑞祯 译
This is source code of the book <Learning OpenCV>. Author:G., Bradski, Kaehler, A., Yu Shiqi, Liu Ruizhen. (2015-06-11, Visual C++, 22815KB, 下载7次)

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

[OpenCV] lapulas

一份适合于初学者的代码,在vs2010配置opencv的情况下可用。拉普拉斯变换部分是笔者自己写的,不是opencv的源代码
A code suitable for beginners, available in the case of vs2010 configuration opencv. Laplace transform part of the author to write, not opencv source code (2015-03-13, Visual C++, 7122KB, 下载14次)

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

[OpenCV] 771

二维码图像匹配加黑白块缺陷检测,利用opencv halcon完成实现
Plus black and white two-dimensional code image matching block defect detection using opencv halcon complete the implementation (2013-11-30, Visual C++, 1132KB, 下载31次)

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

[OpenCV] image2save

基于OPENCV的图象格式转换程序,编译后会生成一个基于命令行的控制台程序,参数非常丰富,可以直接拿来使用,也可以用来学习.我是写来自己用的,如果加上个GUI当工享软件都没问题.
OPENCV based image format conversion program, the compiler will generate a command line-based console program parameters are very rich, can be directly used, can also be used to learn and I was writing to my own use, if coupled with a GUI software when workers enjoy no problem. (2013-10-30, Visual C++, 4410KB, 下载3次)

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

[OpenCV] 2DBlobDetect

基于Opencv的,运用高斯拉普拉斯算子二维斑点检测,详见代码
Based on Opencv, two-dimensional spot detection using gauss Laplace operator, as shown in the code (2013-08-14, Visual C++, 201KB, 下载95次)

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

[OpenCV] Face-recognition-based-on-PCA

基于vc++6.0和opencv1.0的单样本人脸识别。用了PCA和2DPCA降维,效果不错。附带样本
Face recognition based on the vc++6.0, and opencv1.0 single sample. With the PCA and 2DPCA dimensionality reduction, good results. Comes with sample (2012-07-17, Visual C++, 7444KB, 下载39次)

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

[OpenCV] Bayesian-based-classifier-design

基于贝叶斯的分类器设计.用“cancer.mat”的数据作为训练样本集,建立Bayes分类器,用测试样本数据对该分类器进行测试,从而加深对所学内容的理解和感性认识。
Based on the Bayes classifier. ' Cancer.mat data as the training sample set, the establishment of the Bayes classifier, the classifier is tested with the test sample data, in order to deepen the understanding and perceptions of what they learn. (2012-05-23, Visual C++, 318KB, 下载8次)

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

[OpenCV] PCameraDS

利用opencv和vs2005编写的MFC界面,可利用网络摄像头或者easycap(usb图像采集器)实时动态显示图像,附有截图说明。以前也上传了一个相同的,据反映有点问题,后发现附加依赖项里加错了lib,现已改好,可直接运行。注意opencv要装好,并在程序中设置好相关选项。希望能帮到大家。
Use opencv and vs2005 writing the MFC interface, can use a network of cameras or easycap (usb image collector) real-time dynamic display images, with screenshots show. Upload a before the same, according to reflect a little problem, found that rely on an additional add wrong lib, has changed and can be run directly. Note opencv to pack good, and in the program set up relevant option. The hope can help you. (2012-02-23, Visual C++, 10041KB, 下载156次)

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

[OpenCV] test1

基于Opencv2.3.1和VS2010环境,计算机视觉处理集合程序,实现了图像载入、harris角点查找、高斯下采样、哈夫变换、拉普拉斯边缘查找、canny边缘查找功能。
Based on Opencv2.3.1 and VS2010 environment, a collection of visual processing computer program to achieve the image is loaded, harris corner to find, under Gaussian sampling, Hough transform, Laplace edge look, canny edge of the search function. (2011-12-08, Visual C++, 674KB, 下载40次)

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

[OpenCV] harris

基于OpenCV的harris(哈里斯)角点提取程序,在VC6.0条件下可直接运行,只需修改载入文件名称即可。内附相机所拍角点照片
OpenCV camera corner extraction harris (2011-09-18, Visual C++, 2759KB, 下载227次)

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

[OpenCV] Low_Pass_Filter

opencv 写的频率域滤波包含高斯,理想,巴特沃斯低通滤波,
opencv write the frequency domain filtering includes Gaussian, ideal Butterworth low-pass filter, (2011-07-28, Visual C++, 86KB, 下载79次)

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

[OpenCV] Harris

用高斯滤波函数实现哈里斯角点检测,并对文件夹中的几张图像进行标定
With a Gaussian filter function to achieve Harris corner detection, and a few folders in the calibration image (2011-02-16, Visual C++, 6218KB, 下载63次)

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