搜索资源列表
FreeImage361
- 最棒的三大计算机视觉、图像图形函数库之一,C语言版本,支持标准C-best of the three major computer vision, image and graphics functions, one C-language version supports standard C
teach20060327
- 计算机视觉讲义,介绍人脸识别算法等,供参考-Computer Vision lectures, introduced face recognition algorithm, for reference
AForge.NET
- C#开发的计算机视觉及人工智能领域的一个功能非常强大的类库,包括图像处理库、计算机视觉库、机器学习库、视频处理库等。-AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence- image processing, computer vision, neural networks
ImageEdgeDetection_segmentation_matlab
- 边缘提取源码,国内一高手写的,对计算机视觉等很有用,代码精炼-Edge source, the domestic one written by a master of computer vision and other useful code Refining
Kalman_Filter
- 卡尔曼滤波估计雅可比的matlab代码,用于计算机视觉的在线估计-Kalman filter estimates Jacobian of matlab code, for computer vision online estimate
1
- 计算机视觉的基本任务之一是从摄像机获取的图像信息出发计算三维空间中物体的几何信息,并由此重建和识别物体。这两者之间的关系就是由摄像机的几何成像模型来决定,即由摄像机的参数来决定。实现了张正友和tasi的matlab标定程序!-The basic tasks of computer vision is one of the images from the camera to obtain information from the calculation of three-dimensional g
OpenCVMatlab
- OpenCV库的Matlab函数封装调用 cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。-cvlib_mex is a collection (over two dozens) of matlab callable routines from the OpenCV library www.intel.com/research/mrl/research/opencv/). OpenCV is a real time
RANSAC_Beta_v0.01
- ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。这是使用C++实现的RANSAC-This is an C++ Implementation for RANSAC
facedetect
- 人脸检测,的程序计算机视觉,opencv-face detection code example computer vision
SIFT
- 用matlab程序编写的,用于计算机视觉或摄影测量中图片的特征点提取。-Using matlab programming, for computer vision or photogrammetry image feature extraction.
shuangmushijue
- 三维重建技术的研究是计算机视觉学科的一个重要领域,而双目视觉则是三维重建中的一项重要技术,它利用左右摄像机拍摄出的立体图像对,依据其中包含的几何关系将场景的三维信息重构出来。-The 3-D reconstruction technology of computer vision is a significant field of computer vision ,and binocular stereo vision is a very important technique in 3-D
GetObjectByDisAndGray
- 三维重建技术的研究是计算机视觉学科的一个重要领域,而双目视觉则是三维重建中的一项重要技术,它利用左右摄像机拍摄出的立体图像对,依据其中包含的几何关系将场景的三维信息重构出来。-Three-dimensional reconstruction of the research is an important subject of computer vision field, while binocular vision is three-dimensional reconstruction of a
xingrengenzong
- 三维重建技术的研究是计算机视觉学科的一个重要领域,而双目视觉则是三维重建中的一项重要技术,它利用左右摄像机拍摄出的立体图像对,依据其中包含的几何关系将场景的三维信息重构出来。-Three-dimensional reconstruction of the research is an important subject of computer vision field, while binocular vision is three-dimensional reconstruction of a
line_fitting
- 基于计算机视觉的工件尺寸自动检测技术研究,直线拟合,附完整程序及待处理图片-Workpiece dimensions using computer vision technology automatically detect, line fitting, with a full program and image to be processed
ZZY
- 计算机视觉 张正友经典的文章,基于平面的摄像机标定,matlab程序-a paper named A Flexible New Technique for Camera Calibration,with the matlab programs
matlab中关于三维重建的源代码,《计算机视觉中的多视图几何》匹配源代码.zip File ID 34022 Upload Success ! Complete.
- 三维重建中的图像匹配MATLAB源码 过程详细 代码易懂 适合初学者 配合计算机视觉中的多视图几何这本书看 收获会更多
Computer Vision Algorithms and Applications
- 计算机视觉算法和应用,计算机视觉经典书籍,讲述计算机视觉的热门算法和应用。(computer vision book)
BMVC11-HSSL-package
- 计算机视觉的应用,该代码可以用来实现目标检测的应用。使用matlab语言,方便灵活,易于实现。该文件内带有对应的图片集,可以非常容易的实现代码重现过程(The application of computer vision, the code can be used to realize the application of target detection. The use of MATLAB language, convenient and flexible, easy to implemen
基于计算机视觉的自动驾驶应用
- 本文件通过使用Matlab软件, 基于计算机视觉,实现了自动驾驶。(Automatic driving based on computer vision by using Matlab software had been done in this document.)
Python机器视觉编程
- 《Python计算机视觉编程》是计算机视觉编程的实践指南,依赖Python语言讲解了基础理论与算法,并通过大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。另外,书中附带的练习还能让读者巩固并学会应用编程知识。("Python Computer Vision Programming" is a practical guide to computer vision pro