登录
首页 » matlab » 111

111

于 2010-06-03 发布 文件大小:91KB
0 101
下载积分: 1 下载次数: 93

代码说明:

  基于MATLAB的图像处理源程序集,包括阈值、二值化、灰度变化,边缘提取等等(MATLAB based image processing source code set, including threshold, binary, gray scale, edge extraction, etc.)

文件列表:

图像处理程序集
..............\2

..............\.\P0201.m,29,2004-03-28
..............\.\P0202.m,65,2004-03-28
..............\.\P0203.m,117,2004-03-28
..............\.\P0205.m,161,2004-03-28
..............\.\P0206.m,372,2004-03-28
..............\.\P0207.m,101,2010-04-23
..............\.\P0208.m,56,2004-03-28
..............\.\P0209.m,90,2004-03-28
..............\.\P0210.m,138,2004-03-28

..............\.\readme.txt,302,2004-07-21
..............\.\wrod213.bmp
..............\3

..............\.\P0301.m,544,2004-04-04
..............\.\P0302.m,557,2004-04-04
..............\.\P0303.m,126,2004-04-04
..............\.\P0304.m,346,2004-04-04
..............\.\P0305.m,367,2004-04-04
..............\.\P0306.m,481,2004-04-04
..............\.\P0307.m,433,2004-04-04
..............\.\P0308.m,222,2004-04-04
..............\.\P0309.m,600,2004-04-04
..............\.\P0310.m,263,2004-04-04
..............\.\P0311.m,662,2004-04-04
..............\.\P0312.m,614,2004-04-04
..............\.\readme.txt,600,2004-07-21
..............\4


..............\.\P0401.m,140,2004-04-04
..............\.\P0402.m,164,2004-04-04
..............\.\P0403.m,92,2004-04-04
..............\.\P0404.m,177,2004-04-04
..............\.\P0405.m,667,2004-04-04
..............\.\P0406.m,460,2004-04-04
..............\.\P0407.m,654,2004-04-04
..............\.\P0408.m,215,2004-04-04
..............\.\P0409.m,139,2004-04-04
..............\.\readme.txt,367,2004-08-04
..............\.\wrod213.bmp
..............\5


..............\.\P0502.m,348,2004-04-04
..............\.\readme.txt,41,2004-07-21
..............\6
..............\.\P0610.m,652,2004-04-04
..............\.\readme.txt,37,2004-07-21
..............\程序代码说明.txt,1381,2006-10-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C-Vsegmentation-
    对于图像图形处理,基于先验形状、窄带法的CV模型的分割方法,有举例说明,效果明显。(For image and graphics processing, segmentation method based on a priori shape, Narrow Band CV model, there are illustrated, the effect is obvious.)
    2016-05-31 10:36:20下载
    积分:1
  • segmant
    在VS2012平台上利用C++语言和opencv实现对图像的分块,并保存分块图像(Using the C++ language and OpenCV to block the image on the VS2012 platform and save the block image)
    2017-12-13 16:05:48下载
    积分:1
  • matlab.thresholding-master
    在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)
    2019-04-14 15:41:02下载
    积分:1
  • 7491889
    对于智能天线的设计仿真 包含有详细的说明,不错的源码(For the design of the smart antenna simulation contains detailed instructions, good source)
    2017-08-12 22:17:31下载
    积分:1
  • 读TIFF
    遥感影像可以用TIFF文件表示,为了读取遥感影像,可以使用python读取TIFF文件并进行重排(Remote sensing images can be represented by TIFF files. In order to read remote sensing images, TIFF files can be read and reshapeed by using Python)
    2017-11-02 13:59:06下载
    积分:1
  • matlab_hough
    基于霍夫变换开发一种较通用的快速圆检测方法,并将之应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。(Hough transform based on the development of a more general-purpose fast circle detection methods, and to apply it to the detection of iris images, the completion of the iris inner and outer edge of the positioning.)
    2008-07-19 19:45:29下载
    积分:1
  • Total_variation-regularized
    总变分正则化超分辨率重建 包括两种范数形式的正则化(Total Variation Regularized super-resolution reconstruction, including two-norm in the form of regularization)
    2021-05-13 04:30:02下载
    积分:1
  • Edge-Detection-Algorithm
    图像边缘检测,实现了几种边缘检测算法,像Roberts,Sobel,Prewitt,Canny等(Edge detection, edge detection algorithm to achieve several, such as Roberts, Sobel, Prewitt, Canny, etc.)
    2021-03-17 08:49:21下载
    积分:1
  • 123
    亚像素级cvFindCornerSubPix角点检测,可较为精确地对角点进行检测(The subpixel cvFindCornerSubPix corner detection)
    2012-08-11 09:47:27下载
    积分:1
  • 粒子群算法的Pareto多目标函数优化
    粒子群算法的Pareto多目标函数优化,适用于多目标问题的寻优(Particle swarm optimization Pareto multi-objective function optimization, suitable for multi-objective optimization.)
    2020-12-23 17:29:06下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载