搜索资源列表
FaceRec
- This example face recognition with opencv using PCA algorithm
opencv_cam_test
- 用opencv提供的函数来获取摄像头是实时视频的小例子。-Provided with opencv functions to obtain real-time video camera is a small example.
CalibrationDemoOpenCV.tar
- Sample impementation of a stereo camera calibration including rectification using CvCalibFilter based on the forum post of Rafael Mu駉z Salinas at http://tech.groups.yahoo.com/group/OpenCV/message/48237
OpenCv_examples
- Example for first use of OpenCV
cv-buttons.cpp
- opencv example code for transformation
fftw-opencv-example
- I ve made an example on how to perform FFT operation using FFTW in OpenCV. It simply loads an image, compute FFT & IFFT, then display the final result. The resulted image has no difference with the original, as it should.
openCvVideo
- opencv open video example
16868200cameradistance2011
- 摄像头标定的代码,OpenCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置, 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。 -Camera calibration code, OpenCV does not provide a complete example of his order a bit, posted record. Use cvFindChe
87914810triclopsDemo20
- 摄像头标定的代码,OpenCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置, 再用cvCalibrateCamera2计算内参-Camera calibration code, OpenCV does not provide a complete example of his order a bit, posted record. Use cvFindChessboardCorners find board in
CAMSHIFT
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。-CAMSHIFT algorithm using rapid detection and tracking moving targets C/C+
py_cv.tar
- wxPython and openCV example