搜索资源列表
jqsjxg
- VC++开发机器视觉算法源程序(全部集成在一个pdf文档里) 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++
TracKIT
- TrackIT是一款开放式的机器视觉开发平台,目前集成了从相机输入、色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、Blob检测、相机标定、Kalman滤波器、光流跟踪器、最近邻域跟踪、数学形态学方法、机器学习算法等近100个组件,并在不断添加更新中,采用开源OpenCV、WxWidgets、CMU139等标准工具,使用XML动态解析界面,所有参数在界面上直接调整,同时可立即看到调整效果,并可动态加载组件,可用于一般科学研究和机器视觉系统开发。运行时需要.net框架支持。
vlfeat-0.9.3.tar
- 国外机器视觉试验室的研究成果,包含了SIFT和MSER等图像检测与描述算法-Foreign machine vision laboratory research results, including the images, such as SIFT and MSER detection and descr iption algorithm
Binocular.stereo.calibration.algorithms
- 双目立体标定算法(有测试图片),是用visual C++编写的程序。对于研究机器视觉的人有帮助-Binocular stereo calibration algorithms (with test image), is written in visual C++ programs. For the study of machine vision to help people
STL_line_detection
- 利用STL算法技术识别位图中的线段(刻线) 刻线识别技术是机器视觉技术中的重要内容之一。-this software can detect straight line in a bitmap by the use of STL technique
machineVisioncode
- 机器视觉方面各种算法,全面概括了计算机视觉的内容,对程序员开发极具借鉴性-A variety of machine vision algorithms, a comprehensive overview of computer vision for the contents of reference of programmers to develop highly
highprecisionposition
- 高速高精度的机器视觉定位的算法,很不错的-High-speed high-precision positioning for machine vision algorithms
chepai
- 车牌自动识别系统(ANPR)源代码,这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。 -Automatic License Plate Recognition System (ANPR) source code, this project involves the artificial intelligence, machine vision and neural netwo
vlfeat-0.9.20.tar
- VLFeat是一个跨平台的开源机器视觉库,它囊括了当前流行的机器视觉算法,如SIFT, MSER, HOG, 同时还包含了诸如K-MEANS, Hierarchical K-means的聚类算法。它由C语言编写,并提供了Matlab接口及详细的文档。当前最新的版本是VLFeat 0.9.18 。(The VLFeat open source library implements popular computer vision algorithms specializing in image un
getRegion
- 根据《机器视觉算法与应用》编写的获取任意多边形,圆的行程。欢迎交流学习。(According to "machine vision algorithm and application" written to obtain arbitrary polygon, round stroke.)
nccmodelmatch
- 根据《机器视觉算法与应用》编写的灰度匹配NCC算法,欢迎大家交流学习。(According to "machine vision algorithm and application" written grayscale matching NCC algorithm, welcome to exchange learning.)
measurepos
- 根据《机器视觉算法与应用》编写的一维卡尺测量和直线拟合算法,欢迎大家交流学习。(According to "machine vision algorithm and application" prepared one-dimensional caliper measurement and straight line fitting algorithm, welcome to exchange learning)
RBM学习算法
- 该文件主要包含了Matlab语言下开发的RBM机器视觉学习算法。(This document mainly includes the RBM machine vision learning algorithm developed under the Matlab language.)
CNN学习算法
- 该文件主要包含了CNN卷及神经网络Matlab算法,该算法主要用于完成机器视觉学习(The paper mainly includes CNN volume and neural network Matlab algorithm, which is used to complete machine vision learning.)
EM学习算法
- 该文件主要包含了Matlab条件下开发的EM算法,主要用于机器视觉学习。(This document mainly includes the EM algorithm developed under the condition of Matlab, which is mainly used for machine vision learning.)
RBF学习算法
- 该文件主要是在Matlab条件下开发的RBF算法,主要用于机器视觉学习分类(This file is mainly a RBF algorithm developed under the condition of Matlab, which is mainly used for machine vision learning classification.)
SVM机器学习算法
- 该文件主要包含了Matlab条件下开发的SVM算法,该算法主要用于机器视觉的学习与分类(The file mainly includes the SVM algorithm developed under the Matlab condition, which is mainly used for learning and classification of machine vision.)
机器人学机器视觉与控制 MATLAB算法基础
- 介绍机器学习及机器视觉,控制,以及 matlib 的算法 应用。 是本好书,希望对你有帮助。(this is a book about machine learniing,video and how to use matlib .)
vision-3.4
- 《机器人学、机器视觉与控制--MATLAB算法基础》书中的工具箱版本之一(Robotics,Vision and Control--One of the Toolbox Editions in the Fundamentals of MATLAB Algorithms)
Python机器视觉编程
- 《Python计算机视觉编程》是计算机视觉编程的实践指南,依赖Python语言讲解了基础理论与算法,并通过大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。另外,书中附带的练习还能让读者巩固并学会应用编程知识。("Python Computer Vision Programming" is a practical guide to computer vision pro