Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directory
Search - directory - List
DL : 0
将一个目录下的所有图像的路径保存到一个文件中-A directory of all the images saved to a file path
Date : 2025-12-30 Size : 2.08mb User : 李洪艳

stem will automatically delete the directory of debug and release, so please do not put files on these two directory. If you have not registered, Please [regist first].You should upload at least five s
Date : 2025-12-30 Size : 26.26mb User : Max

DL : 0
基于opencv的人脸检测,识别率90 以上-This is just the face and eye detector from OpenCV s samples/c directory
Date : 2025-12-30 Size : 3kb User : gl

DL : 0
无标跟踪的库和实现。输出在Debug目录下。需要配置opencv和glew的库。-implementation of markerless tracking. Output in the Debug directory. Need to configure opencv and glew library.
Date : 2025-12-30 Size : 34.93mb User : 王琢

DL : 0
this a source code developped with OpenCV and c++, it takes a colored picture in input, turns it channels from 3 to 1 (conversion to grey scalled picture) and applies diffrent filters (gaussian, laplacien,smooth filter...) and shows each result in a window. you must keep dll files in the same directory in order to compile and execute the main project.-this is a source code developped with OpenCV and c++, it takes a colored picture in input, turns it channels from 3 to 1 (conversion to grey scalled picture) and applies diffrent filters (gaussian, laplacien,smooth filter...) and shows each result in a window. you must keep dll files in the same directory in order to compile and execute the main project.
Date : 2025-12-30 Size : 8.06mb User : rym

DL : 0
Local Binary Patterns, calculate histogram of LBP (local binary patterns) from an input image,VLBP (volume local binary patterns) -Introduction ============ This is a class to calculate histogram of LBP (local binary patterns) from an input image, histograms of LBP-TOP (local binary patterns on three orthogonal planes) from an image sequence, histogram of the rotation invariant VLBP (volume local binary patterns) or uniform rotation invariant VLBP from an image sequence. Reference ========= 1. Guoying Zhao, Matti Pietikä inen, "Dynamic Texture Recognition Using Local Binary Patterns with an Application to Facial Expressions," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 29, no. 6, pp. 915-928, June 2007, doi:10.1109/TPAMI.2007.1110 2. Guoying Zhao, Matti Pietikainen, "Dynamic texture recognition using volume local binary patterns," In: Dynamical Vision, WDW 2005/2006 Proceedings, Lecture Notes in Computer Science 4358, 2006, 165-177. Example ======= Refer to `example directory for a simple demonstration. Change ====== * Some data structure are c
Date : 2025-12-30 Size : 1.43mb User :

DL : 0
读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Readers can use the Opencv comes with the camera calibration sample program, the program is located in "\ OpenCV \ samples \ c directory calibration.cpp, input support for the program read the image directly from the USB camera calibration, or to read avi filescalibration has been stored on the computer picture.
Date : 2025-12-30 Size : 13kb User : cf

学习OpenCV(中文附目录版)关于opencv学习的基础教程-Learning OpenCV (Chinese with directory edition) OpenCV learning about the foundation of the tutorial
Date : 2025-12-30 Size : 12.92mb User : 李道远

DL : 0
用于获取图像的每个像素值的分布状况,输出结果保存在相同目录下的txt文件中。-Used to obtain the distribution of values of each pixel of the image, save the output results in a txt file in the same directory.
Date : 2025-12-30 Size : 9.01mb User : 吴里

FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Note FaceDetection need OpenCV library support, first to a related Web site to download and install the OpenCV In addition, the program needs to import a classifier file haarcascade_frontalface_alt.xml the files in OpenCV readers to copy the file to the program the same directory, the program can run correctly.
Date : 2025-12-30 Size : 1.59mb User : wang

抓取需要操作的视频中的帧序列,保存在程序目录下。-Crawl the need to operate the video frame sequence stored in the program directory.
Date : 2025-12-30 Size : 5.21mb User : liufeng

标定程序,opencv自带的示例程序。读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Calibration procedures, opencv comes with sample programs. Readers can Opencv use camera calibration sample program that comes with the program is located in " \ OpenCV \ samples \ c directory calibration.cpp" , input support program reads the pictures directly from the USB camera calibration, or read avi file or Image has been stored on the computer for calibration.
Date : 2025-12-30 Size : 1.31mb User : 夏小满

本源码实现了基于摄像头检测手掌和拳头的功能。 1. 源码项目是基于VC2010,需要自行配置好OpenCV2.0以上版本环境。 2. 本源码使用了两个训练文件 palm2.xml和fist2.xml, 运行前应将此两个文件复制到D盘根目录。-The source code project achieves camera-based detection of palm and fist. (1) The project is based on the VC2010, you need to configure the environment of OpenCV2.0 plus version. (2) The source uses two training files palm2.xml and fist2.xml. Before running this project, These two files should be copy to the root directory of D disk.
Date : 2025-12-30 Size : 20kb User : Richard Fu

DL : 0
Vehicle detection, its an opensource code and works well with opencv and boost, === === === === === === === ==== = multi-target tracking method by Wongun Choi === === === === === === === ==== Compile * Require opencv and boost library to be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh -Vehicle detection, its an opensource code and works well with opencv and boost, ============================================== = multi-target tracking method by Wongun Choi ============================================== Compile * Require opencv and boost library to be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh
Date : 2025-12-30 Size : 15kb User : Khushwant

VS2012 x64+opencv做的图像拼接,参照了别人的代码改编。 做的是左右拼接,上下的行不行没试过。 主要函数就是图像的储存位置,需要在代码里改下 测试了下还是比较稳健的,拼接效果尚可,不过重叠部分可能产生鬼影,另外接缝处有小裂缝,如果不满意,可再设计方法优化 所有代码均含注释,浅显易懂,含测试图片 运行时请自行配置好头文件和lib文件目录-VS2012 x64+ opencv image stitching done with reference to the adaptation of someone else s code. Do is about stitching, top to bottom okay not tried. The main function is the storage location of the image, you need to change in the code under The next test is quite robust, mosaic effect is acceptable, but the overlapping portion may produce ghosting, while there is a small crack at the seams, and if not, you can re-design optimization Inclusive of all code comments, easy to understand, with the test image Please configure their own good header files and lib files directory run
Date : 2025-12-30 Size : 12.18mb User : robberjohn

DL : 0
简单的ORB算法提取特征点程序包,可供初学者学习,程序没问题,若不能运行,自行更改包含目录等。-The ORB algorithm of simple package, for beginners learning, application no problem, if can not run, on its own changes include directory, etc.
Date : 2025-12-30 Size : 2.4mb User : cold

程序描述:来自OpenCV安装目录下Samples文件夹中的官方示例程序-人脸识别。-Program description: Samples folder the installation directory OpenCV official sample program- Face Recognition.
Date : 2025-12-30 Size : 2kb User : 肖斌

程序描述:来自OpenCV安装目录下Samples文件夹中的官方示例程序-支持向量机SVM引导.-Program description: Samples folder the installation directory OpenCV official sample program- Support Vector Machine SVM boot.
Date : 2025-12-30 Size : 2kb User : 肖斌

程序描述:来自OpenCV安装目录下Samples文件夹中的官方示例程序-支持向量机SVM之处理线性不可分数据.-Program description: Samples folder the installation directory OpenCV official sample program- Support Vector Machine SVM processing of linearly inseparable data.
Date : 2025-12-30 Size : 2kb User : 肖斌

DL : 0
几个简单的opencv程序,用于载入图片、给图片加入椒盐噪声,以及减少颜色-This directory contains material supporting chapter 2 of the cookbook: Computer Vision Programming using the OpenCV Library. by Robert Laganiere, Packt Publishing, 2011. File: saltImage.cpp correspond to Recipe: Accessing the pixel values File: colorReduce.cpp correspond to Recipes: Scanning an image with pointers Scanning an image with iterators Writing efficient image scanning loops File: contrast.cpp correspond to Recipe: Scanning an image with neighbour access File: addImages.cpp correspond to Recipes: Performing simple image arithmetic Defining regions of interest
Date : 2025-12-30 Size : 6kb User : yuhuilee
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.