搜索资源列表
levelsetcode
- 活动轮廓算法中的一类-几何轮廓算法,又称Levelset水平集算法,关于该算法的Matlab源码(包含一个test实例)
ica_example
- ICA人脸识别算法实例matlab源码,已测试过,程序能运行,且识别率较高-ICA face recognition algorithm matlab source code examples have been tested, the program will be able to run, and a higher recognition rate
s3
- 一种比较简单的图象变换算法实例程序源代码-A relatively simple example of image transform algorithm source code
matlabprog
- matlab实例编程一百个源程序,里面含有matlab图像处理的基本算法-example of matlab programming source 100, which contains the basic matlab image processing algorithm
sift_matlab
- 一个关于sift算法的Matlab实例,包含特征提取和图像匹配。-A Matlab instances on the sift algorithm, including feature extraction and image matching.
Image-processing-source-program
- 数字图像处理及实例应用,包括图像的边缘检测,阈值分割算法,文字与非文字区域的划分-And examples of digital image processing applications, including edge detection, threshold segmentation algorithm, text classification with non-text area
TOPLSM_GUI
- 用matlab实现的toplsm算法的GUI编程实例,对学习GUI编程有很大帮助-Implemented with the matlab GUI programming examples toplsm algorithm, to learn GUI programming very helpful
Active-Contours-without-edges
- 一种基于matlab的,图像分割的SNAKE算法。包括算法程序与实例-Based on the matlab, image segmentation SNAKE algorithm. Including the algorithm and examples
dct_watermark
- 一个用 MATLAB 编写的数字水印算法实例 基于DCT算法的数字水印的嵌入算法与提取-MATLAB prepared a digital watermarking algorithm based on DCT algorithm instance digital watermark embedding and extraction algorithms
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
TEMP
- 基于matlab的jpeg压缩算法实现。这是jpeg压缩的官网实例。希望有帮助。-jpeg compress
BP_nuro-network(MATLAB)
- BP神经网络的设计实例(MATLAB编程),两种不同的训练算法-BP neural network design examples (MATLAB Programming), two different training algorithms
pcnn
- 详细介绍PCNN算法用于lena图像分割的实例,并用matlab实现-Detailed the PCNN algorithm for instance lena image segmentation and implemented using matlab
SVM-
- 支持向量机算法在MATLAB中的实现,源代码以及实例,做图像处理的希望能多多下载,谢谢!-Support vector machine algorithm in MATLAB, the source code and examples, hoping to do a lot of image processing download, thank you!
MATLAB-Genetic-Gradient-Algorithm
- 有关遗传算法的实例,有详细的注释,能够运行并显示结果-Examples of genetic algorithms, there are detailed notes, be able to run and display the results
Code
- matlab图像分割程序,包括实例和图片,还有算法原文。-matlab image segmentation program, including examples and pictures, as well as the original algorithm.
ImageWarping实验报告
- 用matlab实现图像变形的实验实例,采用idw 和 rbf 算法(imagewarping using idw&rbf algorithms in matlab)
Retinex fogging algorithm
- matlab 中Retinex 去雾算法的具体实例,亲测有效(The specific example of Retinex fogging algorithm in MATLAB.)
FCM
- 介绍了FCM经典算法和五种变换后的FCM算法,有实例和说明(The classical FCM algorithm and five transformed FCM algorithm are introduced. Examples and explanations are given.)
matlab数字图像处理系统
- matlab具有完备的图形处理功能、友好的用户界面以及功能强大的图形处理工具箱,能够实现对数字图像的编辑和处理工作,实现功能包括数字图像的读取、存储、显示、去色、图像翻转、局部放大、透明度调整、去噪、平滑、锐化、压缩、边缘检测等操作。 本文的主要内容如下: 1.研究图像处理技术,包括图像处理技术的分类、数字图像处理的特点,主要内容以及应用。 2.分析MATLAB软件及其在图像处理中的应用。 3.完成系统的总体设计,各功能模块设计。由于篇幅有限,本文重点论述了图像变换模块的设计,对已有的算