登录

最新会员 最新下载

成为了本站VIP会员

05月21日 19:06

成为了本站VIP会员

05月21日 11:21

成为了本站VIP会员

05月20日 21:43

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:OpenCV
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. the11thchapter

  基于opencv的计算机视觉技术实现光盘,第11章(Based on the opencv computer vision technology to achieve discs, Chapter IX)

11
下载
55
浏览
2013-05-23发布

2. OPENCVPVC6.0PMFCPHaarCascade

  OPENCV1.0 库 VC6.0 MFC框架下的人脸识别(OPENCV1.0 library VC6.0 MFC framework of face recognition)

20
下载
48
浏览
2013-05-23发布

3. detection

  基于Visualc++ opencv实现本色布的粗检测(Based Visual+ Opencv achieve the rough detection of unbleached cloth)

10
下载
40
浏览
2013-05-21发布

4. Hough

  vs2010+opencv的霍夫直线特征提取(Hove, vs2010+opencv linear feature extraction)

33
下载
47
浏览
2013-05-20发布

5. opencvwyh

  OPENcv播放视频的代码,可以在VC 6.0和opencv1.0版本下运行(Code OpenCV player video)

8
下载
44
浏览
2013-05-20发布

6. car_detect_10_24

  用 openCV2.0实现了小车的检测。基于轮廓的方法,基于最近领域法进行分类。(The openCV is used to detect cars in this app.)

7
下载
34
浏览
2013-05-17发布

7. 5-4

  学习 OpenCV 课后练习 5-4 已经运行成功(The Learning OpenCV supplementary exercises 5-4 has run successfully)

6
下载
36
浏览
2013-05-14发布

8. FixedCamShift

  改进后的Camshift算法(连续自适应的MeanShift算法),是将OpenCV中的Camshift背景检测和前景检测以及运动目标跟踪过程经过修改之后的代码。(FixedCamshift algorithm (the continuous adaptive MeanShift algorithm), is the Camshift background OpenCV detection and prospects for detection and moving target tracking process has been modified after the code.)

40
下载
69
浏览
2013-05-12发布

9. particle

  OpenCV2.4.4+Visual Studio2008环境下基于particleflitter(粒子滤波)的运动目标跟踪源代码,内含检测sample。(Source code about moving object detection based on particle flitter,built with OpenCV2.4.4&Visual Studio2008 environment.)

160
下载
54
浏览
2013-05-12发布

10. MatchShapes

  基于七个不变矩的图像匹配算法 能够识别具有一定相似度的图像(a image matching method)

188
下载
74
浏览
2013-05-07发布

11. HalconBard

  自己基于OPENCV 2.1写的HALCON标定板圆心提取算法,测试过,鲁棒性不错,有OPENCV标定重投影误差小于0.1个像素。(Own the center extraction algorithm based on OpenCV 2.1 write HALCON calibration plate, tested, good robustness, the OPENCV calibration reprojection error is less than 0.1 pixels.)

82
下载
70
浏览
2013-04-25发布

12. opencv-test3

  opencv 对视频文件或者摄像头的图像进行提取或者保存每一帧的代码(opencv extract or save the code on each frame of the video file or camera images)

10
下载
48
浏览
2013-04-25发布

13. 360_panorama

  360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。 实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。 对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。(360-panorama 360 degree cylindrical image stitching program developed in VS2008 environment, opencv2.4.3 version, the program can be run directly, add the required dependencies in a folder, the source image on the source_pic in, and finally generate results In result_pic. Implementation steps: first image projected onto the cylindrical coordinates, extract images SIFT descriptor, the SIFT descriptor paired with an the RANSAC algorithm based on the description of the pairing is successful statistics the transformation matrix T 5 image mosaic. For the image with no further thinning, the user can do further editing on the generated image.)

308
下载
48
浏览
2013-04-24发布

14. CVMFC

  非常好用的OPENCV程序包。内涵多种功能如面部识别,流光检测算法(Very easy to use the OpenCV package. Connotation of a variety of functions such as facial recognition, streamer detection algorithm)

17
下载
55
浏览
2013-04-18发布

15. lbp

  基于opencv的lbp算法实现,只是实现lbp图谱的转化,没有人脸识别部分的代码(Based opencv LBP algorithm just lbp map conversion, no face recognition part of the code)

80
下载
33
浏览
2013-04-18发布

16. renlianjiance

  人脸检测源码,对24位真彩色图像,先对图像简单处理,找出人脸大概轮廓,在对人眼和人嘴进行定位,最后标记出人脸和人眼以及人嘴。(Face Detection source code, simple face detection, including the positioning of the human eye positioning and mouth, the last box of face)

19
下载
45
浏览
2013-04-07发布

17. birdeye

  鸟瞰图程序,opencv自带,利用已有的摄像头内外参数,将侧视图通过透视变换转换为俯视图,并保存所得到的单应性矩阵H(Aerial view of program)

131
下载
108
浏览
2013-03-13发布

18. OpenCV2.4.3_Help

  包含了OpenCV2.4.3的使用手册和函数参考手册,非常适合编程时参考。(Contains a user manual and OpenCV2.4.3 function reference manual, very suitable for programming reference.)

451
下载
41
浏览
2013-03-13发布

19. ccc

  这个工程是基于opencv,调用摄像头采集图像,并显示。代码简介,功能完全。(This project is based on opencv, call the camera to capture images and displays. About code fully functional.)

11
下载
49
浏览
2013-03-07发布

20. bin

  OpenCV开发库文件(cv200.dll,cxaux200.dll,cxcore200.dll,cxts200d.dll,highgui200.dll,ml200.dll,opencx_ffmpeg200.dll cv200d.dll,cxaux200d.dll,cxcore200d.dll,cxts200d.dll,highgui200d.dll,ml200d.dll,opencx_ffmpeg200d.dll)(OpenCV development library files(cv200.dll,cxaux200.dll,cxcore200.dll,cxts200d.dll,highgui200.dll,ml200.dll,opencx_ffmpeg200.dll cv200d.dll,cxaux200d.dll,cxcore200d.dll,cxts200d.dll,highgui200d.dll,ml200d.dll,opencx_ffmpeg200d.dll))

649
下载
53
浏览
2013-03-05发布