CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image processing using matlab

搜索资源列表

  1. BPProcess

    0下载:
  2. 对于图像处理,采用BP网络进行训练。使用Matlab编写-for image processing using neural network training. Prepared using Matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:lydia311
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:667609
    • 提供者:shshlzh
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:845944
    • 提供者:shshlzh
  1. matlab函数

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:Windows编程

    • 发布日期:2010-12-03
    • 文件大小:535910
    • 提供者:shshlzh
  1. test.rar

    1下载:
  2. 编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数,函数可以处理不同的变换形式和不同类型的结构元素。并用你编制的形态学函数对一个二值图象进行处理。 用形态学击中击不中变换方法对图象进行细化处理。 实验图象:二值图象由一段文字组成,word_bw.bmp,The preparation of a universal binary morphological operations (erosion and expansion of open and close and hit
  3. 所属分类:Special Effects

    • 发布日期:2016-06-07
    • 文件大小:1845
    • 提供者:徐玖
  1. dwtbiorthogonal.rar

    0下载:
  2. matlab 做的双正交小波变换,用于图像压缩处理(仅供大家参考),biorthogonal digital wavelet transform by using matlab,for digital image compression and processing
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2593
    • 提供者:zhoulei
  1. TOOLBOX_calib.rar

    0下载:
  2. 采用M语言编写的图像处理工具箱,内容丰富,设计了WINDOWS下的界面操作,对读者十分方便,M language using the image processing toolbox, rich in content and design of the interface under WINDOWS operation is very convenient for readers
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2134623
    • 提供者:李健
  1. matlab

    0下载:
  2. 利用matlab,对图像进行各种操作,如翻转、黑白处理,左右对称,以及噪声处理等-Using matlab, the image of various operations, such as flip, black and white processing, symmetrical, and noise processing
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:194673
    • 提供者:liu zhihong
  1. Houghtransformation.rar

    1下载:
  2.  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:206977
    • 提供者:李明
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. warping

    3下载:
  2. 使用Matlab实现的一个图像Warping的算法,通过指定需要进行Warping的点以及操作之后的位置,对图片进行扭曲变形,是图形图像处理的经典算法。-Implemented using the Matlab image Warping algorithm, Warping by specifying the need for operation after the point and the location of the distortion of the picture is the c
  3. 所属分类:Special Effects

    • 发布日期:2015-06-17
    • 文件大小:93525
    • 提供者:王大川
  1. Smoothed_Sobel_Gradient

    0下载:
  2. Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:88559
    • 提供者:shen hong
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. DFT

    1下载:
  2. 图像处理matlab源代码,主要使用傅里叶变换。-Image processing matlab source code, primarily using the Fourier transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:846
    • 提供者:gxc
  1. fiveMATLABimageprocessingcode

    0下载:
  2. 对图像进行任意角度旋转 图像渐变 运用调色板设计技术将灰度图像彩色化 等5个MATLAB 图像处理 代码-Rotate the image at any angle image gradient design using the gray image palette color and so on five MATLAB image processing code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:15209
    • 提供者:gujiaqian
  1. quzao

    0下载:
  2. 利用小波变换的去噪代码,用于图像处理,这是毕业设计的程序-Denoising using wavelet transform code for image processing, which is designed for graduate programs
  3. 所属分类:Wavelet

    • 发布日期:2017-03-24
    • 文件大小:598234
    • 提供者:liyu
  1. EdgeDetection

    0下载:
  2. 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:661847
    • 提供者:tosh
  1. 基于不变矩的数字验证码识别

    3下载:
  2. 通过使用Matlab软件,实现了居于不变矩的数字验证码识别。(By using Matlab software, the recognition of digital verification codes based on moment invariants is realized.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-26
    • 文件大小:293888
    • 提供者:Hanqi
  1. 种子生长法进行图像分割

    2下载:
  2. 利用MATLAB编程,来实现图像分割,效果不错(imagine processing Using MATLAB programming to realize image segmentation, the effect is good)
  3. 所属分类:网络编程

    • 发布日期:2020-06-10
    • 文件大小:16384
    • 提供者:123123想
  1. Detection-system-of-skin-diseases-using-image-processing-master

    0下载:
  2. To classify four types of skin diseases such as Dermatitis, Melanoma, Diabetic foot ulcer, Impetigo,2 types of ML algorithms KNN and SVM are used. To get a visual representation of classifier output the ROC curve is plotted. To measure the performanc
  3. 所属分类:matlab例程

    • 发布日期:2021-04-30
    • 文件大小:9954
    • 提供者:ad7aH3
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 43 »
搜珍网 www.dssz.com