搜索资源列表
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 co
OpenCvLevelSetSegmentation
- This program contains function Distance Regularized Level Set Evolution (DRLSE) that make it very clearly identify the boundaries of the object.
Car-Detection
- This program is used for car detection and compatible with OpenCV 2.0. The user can set the car s size and car s area manually.
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. Av
cvcam
- 这是摄像头视屏获取,并进行边缘检测,最后输出的程序。运行天南地北是VC6.0,和OpenCV1.0,需设置OpenCV的包含路径。-This is the camera Screen obtain, and edge detection, the final output of the program. Run far apart VC6.0, and OpenCV1.0, and need to set OpenCV include path.
minarea
- 这个程序演示了如何发现的最小外接盒或圆形的一个点集使用功能:minAreaRect()minEnclosingCircle()。-This program demonstrates finding the minimum enclosing box or circle of a set of points using functions: minAreaRect() minEnclosingCircle().
select3dobj
- 这个程序的目的是为了收集数据集对象和分割遮罩。它显示了如何使用相机的校准模式 计算该单对应性校准图案上的平面。它还显示grabCut分割等-The purpose of this program is to collect the data set of objects and segmentation mask. It shows how to use the camera' s calibration mode to calculate the single plane corre
Set-ROI-by-Mouse
- 在视频图像上,用鼠标设定任意矩形区域。为后续在监测区域内处理数据,打下基础。 opencv程序。-This little program is used to set Reigon of Intererting by mouse,the ROI is rectangle with any scale.
FaceDetection
- This an sample project of face detection which is written in Objective -C program . Please set your own code sign if you want to run in real device-This is an sample project of face detection which is written in Objective -C program . Please set
opencv-capture
- 使用opencv提取视频每一帧及将连续图片合成视频 //////////////////////////////////////////////////////////////////////// // // // 该程序实现视频和图片的相互转换. // Image_to_video()函数将一组图片合成AVI视频文件. // Video_to_image()函数将AVI视频文件读入,将每一帧存储为jpg文件. -To use opencv extracted vid
cvut_test
- 环境:VC6.0 && OpenCV1.0 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-Envir
inggais
- 环境:VC6.0 && OpenCV1.0 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-Envir
fukugenn
- 基于OPENCV的模糊图像复原程序 可自设滤波窗口-OPENCV the blurred image restoration program can be set up filtering window
Method_01
- 利用OpenCV自带的cvMatchShapes方法进行轮廓匹配。可手动设置输入的两幅图像。程序中有对程序的注释和关键逻辑步骤的解释,该程序为轮廓匹配方法提供一定的思路,需要VC6.0+OpenCV_1.0-Contour matching using the cvMatchShapes method with the OpenCV. Two images manually set the input. Notes on procedures and key steps in the inter
retrieval_main
- 图像检索:从给定的一组图片中检索出带有足球的图片,返回10个检索结果-Find the images containing footballs (i.e., images 990.jpg, 991.jpg, …, 999.jpg) dataset1. Each time, you pick one of these football images (i.e., images 990.jpg, 991.jpg, …, 999.jpg) as the input image to the prog
FaceDetection
- 该程序实现功能:基于opencv的人脸检测 文件中包含人脸检测的训练集haarcascade_eye.xml和haarcascade_frontalface_alt2.xml-The program implements functions: Based on opencv face detection file contains face detection training set haarcascade_eye.xml and haarcascade_frontalface_alt2.xm
udvyg
- Independent component analysis algorithm reduces the raw data noise, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, GPS and INS navigation program.
pca
- 在许多领域的研究与应用中,往往需要对反映事物的多个变量进行大量的观测,收集大量数据以便进行分析寻找规律。多变量大样本无疑会为研究和应用提供了丰富的信息,但也在一定程度上增加了数据采集的工作量,更重要的是在多数情况下,许多变量之间可能存在相关性,从而增加了问题分析的复杂性,同时对分析带来不便。如果分别对每个指标进行分析,分析往往是孤立的,而不是综合的。盲目减少指标会损失很多信息,容易产生错误的结论。 因此需要找到一个合理的方法,在减少需要分析的指标同时,尽量减少原指标包含信息的损失,