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

[OpenCV] 607141 OPENCV编程案例详解 ,李立宗.part2

《OpenCV编程案例详解》以实例介绍了如何使用OpenCV构建计算机视觉系统,《OpenCV编程案例详解》的系统主要包括常用函数介绍类系统和应用类系统两类。常用函数介绍类系统以介绍函数的使用为主。在这类系统中主要介绍了常用OpenCV函数的使用方法,并对这些函数进行了不同形式的参数调用。应用类系统尝试解决一些实际问题,用最简单的方法实现一个学习系统,让读者能够了解该类系统的主要算法、解决问题的基本思路,同时能够更深入地了解如何更好地使用OpenCV处理实际问题。
"OpenCV Programming Case Detailed Explanation" introduces how to use OpenCV to build a computer vision system with examples. The system of "OpenCV Programming Case Detailed Explanation" mainly includes two types of commonly used function introduction system and application system. The introduction system of commonly used functions focuses on the use of introduction functions. In this type of system, the use of commonly used OpenCV functions is mainly introduced, and different forms of parameter calls are made to these functions. The application system tries to solve some practical problems, and uses the simplest method to implement a learning system, so that readers can understand the main algorithms of this type of system, the basic ideas for solving problems, and at the same time, they can have a deeper understanding of how to better use OpenCV to deal with actual problems. (2021-04-15, C/C++, 28652KB, 下载0次)

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

[OpenCV] 1用指针访问像素

编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用指针访问像素点的一些方法。
Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access some of the pixels of the pointer method. (2017-09-27, C++, 90KB, 下载3次)

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

[OpenCV] 2用迭代器访问像素

编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用迭代器访问像素点的一些方法。
Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access the pixel iterator some of the methods. (2017-09-27, C++, 2697KB, 下载1次)

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

[OpenCV] 3用动态地址计算配合at访问像素

编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用at访问像素点的一些方法。
Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access some of the pixels point method. (2017-09-27, C++, 91KB, 下载1次)

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

[OpenCV] Hough

通过基于 Opencv 和 C++ 结合的编程在自建的图像库和来自 MIT 的 FACEREC 数据库中的图像实现了 Hough变换Hough+HOG 、改进算法的人眼实验
Opencv-based and C++ programming combined image in the image library and self FACEREC MIT in the implementation of the Hough transform Hough+ HOG, the improved algorithm eye test (2016-04-26, Visual C++, 2089KB, 下载4次)

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

[OpenCV] stereo_3d

该程序为是应用c++编程语言,基于opencv 编写的标定程序,是根据于仕琪所译的《学习opencv》中的程序该编的,在用于过程中必需要配置好opencv
The program is the application of c++ programming language, based on the opencv prepared by the calibration procedures, according to the translation of the learning opencv in the process of the series. (2015-11-05, Visual C++, 22460KB, 下载8次)

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

[OpenCV] OpenCV_VS2010

OpenCV 是一个功能强大的计算机视觉库,要用好它,除了要具有相关的计 算机视觉理论知识外,还需要具有一定的编程能力。本书作者通过对 OpenCV 中 文论坛中的大量问题观察,发现有很大比例的问题是因为用户对 C/C++语言不熟 练,导致出错, 或出错后不知如何解决。如果对 C/C++语言不熟悉,那使用 OpenCV 时会满头雾水瞎摸索,费心费力。 在这一章中,将介绍一些编程的基本概念, 让读者对编程的流程有一个基本 了解。这样在出现错误时,可以快速确定错误的类型,并知道该如何解决。
OpenCV is a powerful computer vision library, use it well, in addition to having an associated count Computer Vision theoretical knowledge, but also need to have some programming skills. By the author OpenCV Wen Forum observed a number of issues, found that a large proportion of the problem is because the user on the C/C++ language unfamiliar Practice, result in an error, or an error I do not know how to resolve after. If C/C++ language are not familiar with, and that the use of OpenCV When will head fog blind groping waste effort. In this chapter, will introduce the basic concepts of programming, so that the reader has a basic programming process Understanding. So that when an error occurs, you can quickly determine the type of error, and know how to solve. (2014-12-05, C/C++, 1654KB, 下载11次)

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

[OpenCV] opencv-2-cookbook-src-master

《OpenCV2计算机视觉编程手册》以案例的形式介绍OpenCV 2.X的新特性和C++新接口,案例中包含具体的代码与详细的说明,本书源码
OpenCV2 Computer Vision Programming Manual in the form of case presentation OpenCV 2.X new features and a new C++ interface, case contains specific code and detailed instructions (2014-11-17, Visual C++, 4126KB, 下载15次)

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

[OpenCV] faceDetection

基于OpenCV 2.4.3写的人脸检测DLL,可用在Matlab里调用。可用于人脸检测及VC Matlab OpenCV混合编程学习入门。Matlab中调用示例参考Release文件夹下的runtest.m
Based on OpenCV 2.4.3 face detection DLL, can be used to call in Matlab. A Start Example for face detection and VC Matlab OpenCV mixed programming learning portal. Calling Matlab reference sample files folder Release runtest.m (2014-07-07, Visual C++, 12860KB, 下载32次)

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

[OpenCV] yinying

较好地实现了阴影检测和去除的功能,采用的是OpenCV和C++来进行编程,对去除阴影有比较好的效果。
Well, we can realize the function of the shadow detection and removal, USES is OpenCV and c++ programming, have a good effect to remove the shadow (2013-09-12, Visual C++, 8972KB, 下载314次)

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

[OpenCV] VCPP

c++6.0编程代码,车道线检测,可运行,实现报警和鸣笛两种措施。运行前对OPENCV进行设置,并下载一个视频解码器。
the programming c++6.0 code, lane line detection can be run to achieve alarm and whistle two measures. Opencv set before running, and download a video codec. (2013-04-19, Visual C++, 4266KB, 下载217次)

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

[OpenCV] hough_lines

vs下C++编程的霍夫直线检测代码,使用openCV新的C++接口函数。包含测试图片,已编译,直接点击运行按钮运行出结果。
Vs C++ programming under hough line detection code, the use of openCV new C++ interface function. Contains test images, compiled, click the run button running out the results. (2012-09-20, Visual C++, 8543KB, 下载69次)

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

[OpenCV] DFT

vs下C++编程,使用openCV第三方库的C++接口函数编写而成的离散傅里叶变换。注意是新的C++接口而不是老的C接口。
Under the vs C++ programming, the use of openCV third party c++ library interface function to write a discrete Fourier transform. Pay attention to is the new C++ interface and not old C interface. (2012-09-08, Visual C++, 3788KB, 下载9次)

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

[OpenCV] learning-OpenCV

本书由opencv发起人所写,站在一线开发人员的角度解释了opencv的源起和计算机视觉基础结构。演示了如何用openc和现有的自由代码为各式各样的机器进行编程。
The book is written by opencv promoters, standing in the front-line developers point of view to explain the opencv source from computer vision and infrastructure. Demonstrates how to use openc and existing free code for a wide range of machine programming. (2012-07-27, C/C++, 13208KB, 下载8次)

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

[OpenCV] MyCode

总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。
The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the contours in the input image. Average background method. Txt format, just need to program extension cpp, you can. (2012-03-01, C/C++, 76KB, 下载13次)

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

[OpenCV] 320dd

Opencv动态图像跟踪,预测,卡尔曼编程
Opencv dynamic image tracking, forecasting, Kalman programming (2011-07-06, Visual C++, 16656KB, 下载72次)

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

[OpenCV] humanfacedetect_OPCV

本程序是基于Open CV的,编程环境为VC6++。程序能实现人脸的识别,运行程序时需要有摄像头用于捕获图像
The program is based on Open CV and compiled by VC6++. This program can detect the people s face in the figure. A camera is required while the program is running to capture the figure. (2011-05-11, Visual C++, 2KB, 下载7次)

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

[OpenCV] Delphi_MotionDetect1

这是一个基于OPENCV,寻找运动目标轮廓,以实现视频流的运动目标检测为目的Delphi例子。 并带有Delphi与OpenCv的编程接口。
This is based on OPENCV, search for moving object silhouette in order to achieve video streaming of moving target detection for the purpose of Delphi examples. OpenCv with Delphi and the programming interface. (2010-10-22, Delphi, 1931KB, 下载209次)

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

[OpenCV] Platform_for_Moving_Object_Tracking

一个基于OpenCV软件的运动目标检测跟踪实验平台,对摄像头视野中的运动目标进行实时检测和跟踪,并留下编程和硬件接口
A software-based moving target detection OpenCV tracking experiment platform, the camera view in real-time moving object detection and tracking, and leave programming and hardware interface (2010-06-10, WORD, 173KB, 下载81次)

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

[OpenCV] BK_Gauss混合高斯背景

本算法基于混合高斯模型编程,采用opencv库,能够运行
The algorithm is based on the mixed Gaussian model programming, using opencv library, able to run (2007-12-18, Visual C++, 9KB, 下载371次)

http://www.pudn.com/Download/item/id/377905.html
总计:265