Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • OpenCV-Intel.zip This package contains the source code and the reference manual of the Intel Computer Vision Library. It is a great tool for image processing.
  • ex01.rar opencv在vc下,读入连续图像,并输出边缘和角点的程序
  • homo_filter_based_on_opencv.rar opencv是目前广泛流行的一个开源图像处理库。基于它实现各种图像处理的二次开发都十分方便。本程序基于opencv简洁的实现了图像处理中的同态滤波器,注释清楚,便于大家学习和使用。
  • DetectAVI.rar OpenCV中的一个例子 基于AdaBoost的人脸检测示例程序 可以读入静态图片,视频,摄像头输入
  • histogramSpecification.zip a c++ program for machine vision histogram specifiaction algorthim (need OpenCV library installed)
  • IplImageToTBitmap.rar openCV中之影像格式轉換成BCB可用之bmp格式,詳盡說明.
  • FastMatchTemplate.rar 利用openCV完成之fast templetematching algorithm,方便做影像方面之演算法,內有說明
  • OpenCVFindContoursByAdaptiveThreshold.rar 在VC6下基于OpenCV的轮廓检测程序,其中图像的二值化操作基于Canny和自适应阈值。通过trackbar来实现不同情况下的轮廓检测。
  • test_cam_speed.rar OpenCv中开发的测试电脑摄像头速度的软件,必须先装Opencv
  • meanshift.rar 视频目标跟踪。在OpenCV下开发,使用meanshift方法。