搜索资源列表
Visual_C++_MATLAB
- 《Visual C++_MATLAB图像处理与识别实用案例精选》本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章-第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章-第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。
flymeilin
- 这是傅立叶梅林变换的MATLAB源代码,很实用,适合做水印或图象处理相关的朋友参考使用.
snr
- 求信噪比的MATLAB源代码 很实用的函数
hough
- hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
Adaboost
- 这是一个比较实用的ADBOOST算法的源代码,它是比较准确,希望大家喜欢。-This is a more practical algorithm ADBOOST source code, it is more accurate, I hope you like.
DigtalimageprocessingMatlab
- 现代图像处理技术及Matlab实现,其中有很多使用的源代码,适合有一定编程经验的用户!非常实用-Digtal image processing Matlab
245
- 随机中点位移法模拟分形地形的MATLAB源代码,用于分形几何,实用!-Random midpoint displacement fractal terrain simulation of MATLAB source code for the fractal geometry, and practical!
meanshift
- meanshift算法的matlab源代码,很实用,经典的源代码-meanshift algorithm matlab source code, it is practical, the classic source code
matlab-example-100
- 100个实用源代码,涵盖matlab常用的5个方面-Utility source code
image-processing-and-recognition-
- 一本非常好的图像处理与识别实用案例精选电子书(利用超星阅读器),包含程序源代码(visual c++和matlab)。请大家一定好好利用该资源!-A very good practical case of image processing and recognition book selection (using the Superstar Reader), contains the source code (visual c++ and matlab). Please make sure to
VLPRS
- 非常实用的matlab车辆牌照识别系统的源代码文件,能够对车牌图像进行精确地定位-Very useful matlab source code files of the vehicle license plate recognition system can accurately locate the license plate images
image-processing-and-recognition-
- 书籍《Visual C++ MATLAB图像处理与识别实用桉例精选》的源代码。-Source code of book 《Visual C++ MATLAB image processing and recognition practical eucalyptus cases selected》.
The-image-processing-in-matlab
- matlab 图像处理的源代码汇总,包含多种程序代码,非常实用-the code of MATLAB s togather
untile1
- MATLAB实用源代码图像处理 -Practical MATLAB source code for image processing
Visual-C-MATLAB-image-processing
- 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual
1m
- 基于MATLAB的图像处理实用源代码 1.图像反转2.灰度线性变换3.非线性变换-MATLAB-based image processing utility source code 1. Image reversal 2 3 gray linear transformation. Nonlinear transformation
matlab652
- 【谷速软件】matlab毕业程序代做-实用源代码-[Valley] matlab software speed graduation program generation do- practical source code
image
- MATLAB实用源代码 1.图像反转 MATLAB程序实现如下: I=imread( xian.bmp ) J=double(I) J=-J+(256-1) 图像反转线性变换 H=uint8(J) subplot(1,2,1),imshow(I) subplot(1,2,2),imshow(H) -matlab code
Matlab-image-processing-code
- 很实用的一些图像处理源代码,通用性很强,值得大家使用- U5F88 u5B9 u5289 u7R09 u03H0 U7528
MATLAB图像处理实用源代码经典珍藏
- MATLAB图像处理实用源代码——经典珍藏;图像反转;灰度线性变换;非线性变换;直方图均衡化;线性平滑滤波器;用Sobel算子和拉普拉斯对图像锐化;Canny算子检测边缘