搜索资源列表
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
图像处理中 各种阈值分割的基本算法的实现
- 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
MATLAB
- matalb图像处理基础源代码,整理版,可以实图像变换的一些基本功能-matalb based image processing source code, finishing version, you can actually change some of the basic functions of image
image
- 基于Matlab GUI的图像处理的基本方法的整合,包括直方图、滤波、小波、水印、分割等等,参数自由可调,重要代码有详细注释,完全原创,上传交流-Matlab GUI for image processing based on the basic methods of integration, including histograms, filtering, wavelet, watermarks, split, etc., free adjustable parameters, an impo
pixel_proc
- matlab像素级图像处理,,显示处理结果,适合于图像处理入门。包括了一些基本的图像处理方法,如求反,均值滤波中值滤波,拉斯变换,还有一个结构光条纹中心求取程序。所有程序有一个gui界面,方便操作。-matlab pixel level image processing, display the results, suitable for image processing started. Includes some basic image processing methods, such as
二维小波分析对图像处理
- 介绍小波的基本概念,并对图像进行压缩,消噪,增强,融合以及平滑处理.-introduced the basic concepts, as well as image compression, denoising, enhancement, integration and smooth handling.
rsimage
- c语言实现的遥感图像处理的一些基本操作,做遥感的朋友应该用得着-remote sensing image processing some of the basic operations, so remote sensing friends should be worthwhile
DigitalImageProcessing
- 用MATLAB进行数字图像处理的入门,是一些基本程序,便于理解-Using MATLAB to carry out digital image processing of the entry, some basic procedures, easy to understand
picture
- 此软件的基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。-The basic function of this software is divided into two major modules: one is the digital image processing module, and the oth
rgb2gray
- 最基本的由彩色图像转换为灰度图像的代码。在matlab中运行图像处理时用到的最基本源码,但是很多matlab中并不含有这个函数。-The most basic color images by gray-scale image is converted to code. In the matlab image processing used to run the most basic source code, but many do not contain this function in mat
matlab_image_base_transformation
- MATLAB的基本操作实现:P0201:MATLAB赋值,MATLAB中的for循环,MATLAB中的for循环和if条件,MATLAB图像处理的基本操作,MATLAB高级图像处理操作,根据RGB图像创建一幅灰度图像,二值图像的取反操作,用imshow函数显示图像,在同一个窗口内显示两幅图像-MATLAB' s basic operations to achieve: P0201: MATLAB assignment, MATLAB in the for loop, MATLAB in t
matlab_image
- MATLAB基本图形图像处理操作,包含图像增强,图像分割,特征提取,图像识别,灰度处理线性算法,文字处理等多个压缩包-MATLAB image processing and basic graphics, including image enhancement, image segmentation, feature extraction, image recognition, linear gray-scale processing algorithms, word processing an
TXCL00
- 最基础的图像处理程序,内含基本图像处理、几种滤波、分割算法、神经网络等源代码-The most basic image processing program that includes basic image processing, several filtering, segmentation algorithm, neural network source code
对两幅图片进行图像匹配
- 基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。
MATLAB数字图像处理(张德丰)配套课本源代码
- 该资源与MATLAB数字图像处理(张德丰)配套,里面包含了各种数字图像处理的基本操作,比如滤波,均值化等等
图像处理基本算法
- 图像处理的基本算法,真彩图片转二值,简单地从图像中提取目标物体
code
- 用于图像处理的基本变换,集成于MATLAB的GUI设计平台(For the basic transformation of image processing,and integrated in the MATLAB GUI design platform)
图像处理基本算法源码
- c++平台编写的图像处理基本算法源码,所有的处理函数都有。(C++ platform prepared by the basic algorithm for image processing source code, all the processing functions are.)
图像处理源程序
- matlab图像处理工程集合,包括基本所有常规的图像处理操作(MATLAB image processing engineering collection, including all the basic routine image processing operations)
基于matlab的图像处理工具
- 利用matlab编程实现图像处理的基本功能,如平移,旋转,缩放,滤波,运动模糊消除等