搜索资源列表
有视觉机器人制作
- 全面讲解了有视觉机器人的解决方案,强烈推荐-comprehensive account of a robot visual solutions and strongly recommended
matlab.rar
- 基于双目立体视觉成像原理的MATLAB双相机标定实例,有图片,程序,和说明书,Based on principles of binocular stereo vision imaging MATLAB examples of dual-camera calibration, pictures, procedures, and instructions
History_of_CV_20080509
- 介绍了机器视觉的发展历史,包括人工智能、图像理解、物体识别、图像重建、机器人等方面的内容-History of Computer Vision including Artificial Intelligence, Image Understanding, Recognition Reconstruction, Robotics, etc.
stereo
- 一个立体匹配的算法,对于研究视觉立体匹配的同学有一定的作用。-A stereo matching algorithm, for the study of visual stereo matching students to a certain extent.
matlabfordaisy
- 这是一个MATLAB代码实现的计算一对用双目立体视觉获得的一对图像对,然后用最新的Daisy算法计算每一个点的局部特征描述子,并且来实现立体匹配的功能。-This is a MATLAB code for computing a pair of stereo vision with a pair of images were obtained, and then Daisy algorithm with the latest point of the local characteristics
视觉注意机制
- 视觉注意机制源程序,里面有详细的说明关于程序的执行过程,原理易懂
puma-robot-simulation
- 6自由度puma机器人仿真程序(其中建立图形界面)----机器人视觉伺服-6 degrees of freedom puma robot simulation program (which established a graphical interface )---- robot visual servo
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
stereo_vision_material
- 一些不错的介绍立体视觉问题的ppt,包括极线几何,深度恢复(DP,BP,GraphCut等)-introduction to stereo vision(ppt)
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
598546514465654
- 机器人双目视觉系统的标定与定位算法,主要讲如何进行视觉系统标定-Binocular robot vision system and the positioning of the calibration algorithm, the main stresses how the visual system calibration
Florczyk.Robot.Vision.2005
- 国外机器人视觉资料,国内很稀少,特殊领域专用-Florczyk.Robot.Vision.2005
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
CkVisionDemo
- 深圳创科自动化控制技术有限公司,机器视觉软件开发包,创科工具Demo集合-shen zhen ck ckvision ckddraw mavision
RANSAC_Beta_v0.01
- ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。这是使用C++实现的RANSAC-This is an C++ Implementation for RANSAC
facedetect
- 人脸检测,的程序计算机视觉,opencv-face detection code example computer vision
视觉机器学习20讲配套仿真代码
- 视觉机器学习20讲配套仿真代码,随书附带的代码
Python机器视觉编程
- 《Python计算机视觉编程》是计算机视觉编程的实践指南,依赖Python语言讲解了基础理论与算法,并通过大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。另外,书中附带的练习还能让读者巩固并学会应用编程知识。("Python Computer Vision Programming" is a practical guide to computer vision pro