EthanRay / handwriting-number-recognition
读入手写数字图片进行归一化处理,统一尺寸。默认为24×24图形块,并通过ostu算法进行二值化;其次,对二值化图像进行图像细化等形态学操作,并按照算法要求进行特征提取;最后,载入模板矩阵进行对比,选用欧式距离测度,得到识别结果
☆25Updated 8 years ago
Alternatives and similar repositories for handwriting-number-recognition:
Users that are interested in handwriting-number-recognition are comparing it to the libraries listed below
- 存放matlab编写的图像处理相关算法代码及算法原理☆24Updated 8 years ago
- 分别实现:1.对模糊车牌图像进行清晰处理;2.对高斯模糊图像进行高斯平滑滤波处理;3.对椒盐噪声图像进行中值滤波处理;4.对雾化图像进行直方图均衡化处理;5.对模糊图像进行对比度拉伸与灰度拉伸处理;6.对运动模糊图像进行维纳滤波处理;☆48Updated 6 years ago
- 提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类☆118Updated 5 years ago
- cdSRC(Class-Dependent Sparse Representation Classifier) 基于类别的稀疏表示分类器的简单实现,MATLAB代码版本。下面是原论文地址:☆23Updated 10 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 7 years ago
- 单幅图像超分辨率重建☆10Updated 8 years ago
- 自适应中值滤波器对椒盐图像去噪处理☆17Updated 7 years ago
- Wavelet Transform for Image decomposition, Image reconstruction and Image denoising☆47Updated 7 years ago
- ☆13Updated 7 years ago
- Example code for how to write an SVM classifier in MATLAB☆31Updated 11 years ago
- The wavelet transform and its applications in image denoising☆20Updated 8 years ago
- 使用Matlab,利用fast K-means方法的图像分割算法☆19Updated 9 years ago
- 一种基于色彩聚类的图像分割方法☆21Updated 10 years ago
- python使用SIFT算法对图像提取特征☆11Updated 7 years ago
- In this project, Image Denoising is considered for two cases. The first one is additive Gaussian noise while the second one is speckle no…☆13Updated 6 years ago
- Noise Reduction in Images using Wavelet Shrinkage with Soft Thresholding☆19Updated 7 years ago
- Spectral Residual Approach Implementation,Context-Aware Saliency Detection Implementation☆10Updated 8 years ago
- implementation of "Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising☆14Updated 6 years ago
- kmeans,fcm,kfcm实现图像分割☆46Updated 7 years ago
- Image processing by matlab☆16Updated 3 years ago
- 数字图像处理与机器视觉——Visual C++与Matlab实现 源码☆36Updated 7 years ago
- ☆23Updated 7 years ago
- 基于PCA和SVM的人脸识别☆48Updated 6 years ago
- a Matlab Image segmentation via several feature spaces DEMO☆25Updated 9 years ago
- 首先将一段录像视频进行图像采集,而后分别采用单高斯法、混合高斯法,时间平均法,帧差法对运动目标进行定位,并进行不同方法的结果,后输出一个实现定位算法后的视频。☆13Updated 6 years ago
- 模式识别实验:BP神经网络的matlab实现(根据BP数学原理实现的代码)☆15Updated 7 years ago
- various algorithm in image processing.☆27Updated 6 years ago
- Wavelet based image denoising using threshold methods☆9Updated 9 years ago
- 本代码将用极端随机森林(Extremely Random Forests, ERF)来训练图像分类器。一个目标识 别系统就是利用图像分类器将图像分到已知的类别中。 ERF在机器学习领域非常流行,因为ERF 具有较快的速度和比较精确的准确度。我们基于图像的特征构建一组决策树,…☆10Updated 7 years ago
- On the one hand, this project used two classic algorithm of contrast enhancement, homomorphic filtering and contrast limited adaptive his…☆45Updated 7 years ago