搜索资源列表

  1. RobertsEdgedetection

    0下载:
  2. 边缘检测算子Roberts,是C/C++函数,只需修改函数参数即可调用-Edge detection operator Roberts, a C/C++ function call can only modify the function parameters
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:xuelinger
  1. 2

    0下载:
  2. 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local max
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:xiaowei
  1. 1111

    0下载:
  2. MSN机器人源代码,你可以尝试申请多一个账户,专门用来登录做机器人,自己的则用来测算该机器人。机器人登录后,可以点击“show online contact”按钮,会显示在线人员,双击之,便可!75448148myMSN.rar 飞龙 QQ 316118740 人机智能对话文章 http://hi.baidu.com/alalmn/blog/category/ C8 CB BB FA D6 C7 C4 DC B6 D4 BB B
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1822720
    • 提供者:QQ316118740
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象;
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1271808
    • 提供者:lx
  1. matlab_source_code_design_examples_from_the_measur

    0下载:
  2. matlab源码设计距离测算源码实例matlab source code design examples from the measurement source-matlab source code design examples from the measurement source matlab source code design examples from the measurement source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:uyt
  1. 200608-55

    0下载:
  2. 在研究了prewitt边缘检测算子的基础上介绍一种改进的prewitt边缘检测算子,处理效果较好。 -In the study prewitt edge detection operator based on an improved prewitt introduced edge detection operator, handling is better.
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:205824
    • 提供者:jigaozuo
  1. snake

    0下载:
  2. snake算法是一种边缘检测算子,目前已有一定的应用。本程序是一个相对完整的snake程序-snake
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:150528
    • 提供者:熊德辉
  1. EclipseRCP

    0下载:
  2. Eclipse+RCP应用系统开发.通过一个经费测算项目,来实现rcp的应用设计。-this is a eclipse3.2 to rcp aplition
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1830912
    • 提供者:tongwenming
  1. susan

    0下载:
  2. 自己写的两种susan边缘检测算子。能够较好的实现弱边缘的精确检测。-Susan wrote their own edge detection operator. Better able to accurately detect the weak edge.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:44032
    • 提供者:zxf
  1. sobel

    0下载:
  2. sobel算子是一种边缘检测算子,在图像处理中应比较广泛。-sobel edge detection operator is an operator, in image processing should be more extensive.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:伏娟
  1. ul_Main

    0下载:
  2. 这是个机于8051单片机的超声波测距程序。工作原理为: 在发射端加一个8--15us的高电平,然后在接收端开始计时,此时接收端为高电平, 超声波在空气中传播一定时间返回接收器,接收端收到一个下降沿,这个过程就是超声波的传输时间,用下面的公式就可以测算出有形物体到测距模块的距离-This is a machine in 8051 ultrasonic ranging process. Working principle: the tr
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:wlp
  1. ImageProcess2

    0下载:
  2. 灰度图像边缘检测 1.编程实现以下六种图像边缘检测算子。 (1)Roberts边缘算子 (2)Sobel边缘算子 (3)Prewitt边缘算子 (4)拉普拉斯边缘算子 (5)Kirsch边缘算子 2.根据检测结果,分析与比较各种边缘检测算法的主要区别。 -Edge Detection 1. Programming to achieve the following six kinds of image ed
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:4334592
    • 提供者:李莫愁
  1. InDose2

    0下载:
  2. 剂量测算软件,可以计数放射性元素的剂量情况-a dose rate calculation software
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:297984
    • 提供者:zhaoli
  1. sobel

    0下载:
  2. sobel 边缘检测算子,实现效果很好,VC++源码,-SSobel edge detection operators, achieve good effect, the vc++ source, ha haobel edge detection operators, realize the effect is very good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2705408
    • 提供者:froson
  1. noval-sobel

    0下载:
  2. 实现了VC++6.0下的边缘检测算子SOBEL,并提供了多种显示方式-Achieved under VC++6.0 edge detection operator SOBEL, and offers a variety of display
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:莉莉
  1. Cpp1

    0下载:
  2. Canny边缘检测算子,供大家学习,一起交流-Canny edge detection operator, for everybody to learn, communicate with
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:林得宇
  1. CannyDetc

    0下载:
  2. canny边缘检测算子,用高斯滤波平滑图像,再用一阶偏导的有限差分来计算梯度的幅值和方向。-canny edge detection operator, smooth image with a Gaussian filter, and then the first order partial derivatives of the finite difference to calculate the gradient magnitude
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:周娇
  1. canny

    0下载:
  2. 自己实现的canny边缘检测算子,包括高斯滤波,非极大值抑制,双阈值处理,边缘细化等步骤。-Own implementation of canny edge detection operator, including the Gaussian filtering, non-maxima suppression, double threshold, edge thinning step.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:pxjy
  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:16464896
    • 提供者:李欣
  1. AIC

    1下载:
  2. 计算aic值,主要是用于ar模型算法中测算模型阶数-Aic value calculation, the main model algorithm is used to measure ar model order
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:田学义
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »

源码中国 www.ymcn.org