EthanRay / handwriting-number-recognition
读入手写数字图片进行归一化处理,统一尺寸。默认为24×24图形块,并通过ostu算法进行二值化;其次,对二值化图像进行图像细化等形态学操作,并按照算法要求进行特征提取;最后,载入模板矩阵进行对比,选用欧式距离测度,得到识别结果
☆24Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for handwriting-number-recognition
- 存放matlab编写的图像处理相关算法代码及算法原理☆23Updated 8 years ago
- 自适应中值滤波器对椒盐图像去噪处理☆17Updated 6 years ago
- 分别实现:1.对模糊车牌图像进行清晰处理;2.对高斯模糊图像进行高斯平滑滤波处理;3.对椒盐噪声图像进行中值滤波处理;4.对雾化图像进行直方图均衡化处理;5.对模糊图像进行对比度拉伸与灰度拉伸处理;6.对运动模糊图像进行维纳滤波处理;☆45Updated 6 years ago
- 一种基于色彩聚类的图像分割方法☆21Updated 9 years ago
- 视听觉信号处理,颜色空间转换,实现对图像的亮度、对比度、饱和度、色度的调整。 统计图像的直方图。 实现图像的空域滤波:中值滤波和均值滤波。并选用合适的滤波方法增强如下图像。实现图像的边缘检测:Roberts算子和Sobel算子。实现中值滤波的快速算法。☆21Updated 5 years ago
- 单幅图像超分辨率重建☆10Updated 8 years ago
- kmeans,fcm,kfcm实现图像分割☆47Updated 7 years ago
- 数字图像处理与机器视觉——Visual C++与Matlab实现 源码☆36Updated 7 years ago
- Dual-tree complex wavelet combined with non-local means ASL fMRI denoising is a software toolbox that can denoise MR images, especially A…☆11Updated 6 years ago
- Example code for how to write an SVM classifier in MATLAB☆29Updated 11 years ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Updated 5 years ago
- This program is based on the Adaboost Algorithm and Haar Feature☆18Updated 7 years ago
- GLCM Library - A GLCM algorithms's achieved by OpenCV 2.4.9☆79Updated 7 years ago
- matlab代码实现遗传算法在Otsu图像分割领域应用☆28Updated 5 years ago
- 人工智能导论课 期末设计 - 基于遗传算法的图像分割☆29Updated 6 years ago
- 1.基于Opencv库实现对红酒酒标的匹配,掌握了图像的SIFT特征提取; 2.熟悉hdf5库的分类的机制; 3.利用边缘检测确定酒标的区域并建立黑白模板; 4.利用Ransac算法对图像特征点匹配对提纯,降低图像旋转,尺寸缩放,图像平移,光照的变化的影响。 5.Qt 程序…☆30Updated 8 years ago
- 基于matlab深度学习工具箱来设计卷积神经网络用来对图像上的水体部分进行识别,并生成水体陆地二值化图像。采用的是9层卷积神经网络用来对图像进行特征提取和分类,水体识别的准确率可以达到96%以上。☆50Updated 3 years ago
- Matlab Code☆9Updated 8 years ago
- python使用SIFT算法对图像提取特征☆11Updated 7 years ago
- Image processing code for blob detection and feature extraction in MATLAB. Paper Reference: Detecting jute plant disease using image proc…☆22Updated 5 years ago
- 提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类☆115Updated 5 years ago
- 基于matlab和bag of words的图像分类☆11Updated 7 years ago
- Wavelet Transform for Image decomposition, Image reconstruction and Image denoising☆47Updated 6 years ago
- Image processing by matlab☆17Updated 3 years ago
- 小作业 使用遗传算法和OTSU做图像分割☆34Updated 6 years ago
- 用python做计算机视觉,人工智能,机器学习,深度学习等☆95Updated 6 years ago
- 图像融合☆22Updated 7 years ago
- 本项目用FMM算法和criminisi算法实现图像修复☆23Updated 4 years ago
- 图像融合的一些经典算法☆52Updated 9 years ago
- Implemented Principal Components Analysis algorithm in MATLAB for face recognition. Compared two faces by projecting the images into Eige…☆56Updated 7 years ago