资源列表
VB扫描仪
- 该实例演示了,如何在VB程序开发中控制并从扫描仪中获取扫描图像的例子,其实很简单.-the examples demonstrated how the Visual Basic programming and control from the scanner to obtain the scanned image example, it is actually very simple.
Matlabbased-gesturerecognition 用matlab做的手势识别
- 用matlab做的手势识别 基于梯度方向直方图特征提取 欧氏距离判断-Gesture recognition with matlab do the gradient direction histogram feature extraction based on Euclidean distance to determine
USPS.rar
- 用于手写体数字识别的USPS样本数据库和将MAT格式的样本数据库转换成二值化图像并以行程编码存储,For handwritten numeral recognition of the USPS database and a sample format of samples MAT database into binary image and the Run-Length Coding storage
hopfield
- 采用MATLAB实现Hopfield神经网络算法,并用其来进行字符识别。实验包括单个噪声字符的识别和多个噪声字符的识别两部分。并从这两方面对实验数据进行了分析与对比。-Hopfield neural network implementation using MATLAB algorithm, and use it to carry out character recognition. Experiments included a single noise, character recogniti
计算机图形学大作业
- 计算机图形学的大作业,做的是一个太阳系,可以旋转视角,放大缩小,加速减速旋转速度,改变选装方向等
ASED
- 在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障-VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after
CADLib_CRACK
- CADLib的破解版,含有全部相关库文件-CADLib crack version, containing all the relevant library files
mnf
- Matlab实现的最大噪声分离变换(MNF),可以处理RGB图,高光谱图像以提取图像特征。算法速度较快,注释详尽。-Matlab achieve maximum noise separation transform (MNF), can handle RGB graph, hyperspectral images to extract image features. Algorithm faster, detailed notes.
3D-Reconstruction-code-in-matlab
- 基于Matlab的点云三维重建代码程序,以实现从kinect深度图到点云,再进行三维重建的过程。-Matlab-based point cloud reconstruction program code to achieve kinect depth map the point cloud, and then the process of three-dimensional reconstruction.
CloudViewer-master
- CloudViewer (点云可视化软件)是一款面向三维点云数据处理、点云开发专业人员及爱好者的三维点云可视化软件,该软件具备以下功能: 点云 IO。常见点云格式文件(如 ply, pcd 和 obj)的读取、保存、删除清空及可视化。 点云的基本操作。设置点云颜色,合并多个点云,点云格式转换等。 可视化的基本操作。设置视图窗口背景颜色,设置点云的可视化尺寸,设置坐标系的显示,设置视图方位(Main view, Left view, Top view),网格面片显示,网格线框显示
NPCR_and_UACI.m
- 计算图像处理中的评价指标NPCR和UACI(Calculate the evaluation indexes NPCR and UACI)
MATLAB指纹识别
- 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易