搜索资源列表

  1. 图形图象处理之边缘检测

    0下载:
  2. 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing -- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:206613
    • 提供者:王云华
  1. BmpProject

    0下载:
  2. 数字图像的边沿检测算子,有关Roberts,sobel,prewitt,laplace的基于对话框的VC应用程序。-digital image edge detection operators, the Roberts, segmentation, prewitt, Laplace-based dialog VC applications.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37593
    • 提供者:黄光奇
  1. 边缘检测CANNY算子的C实现

    0下载:
  2. 该文件为网上得的C语言实现的canny边缘检测算子,属于对经典算法的经典实现,具有很高的参考价值。-the document online for the C language the canny edge detection operator, belonging to the classical classic algorithms to achieve with very high reference value.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3844
    • 提供者:刘波
  1. susanedgeextract

    0下载:
  2. 这是经典的susan边缘检测算子,可以有效的检测图像边缘的角点-This is the classic susan edge detection operator can effectively detect the edge of the corner
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5386
    • 提供者:李德军
  1. CannyDetection

    0下载:
  2. canny 算子是经典的边缘检测算子,效果也是众边缘检测算子中最好的。-canny operator is the classic edge detection operators, the effect is the public edge detection operator best.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3707
    • 提供者:神秘
  1. IUSO

    0下载:
  2. 健康测算小软件,一个可以测试女性健康指数的小软件。-health small calculations software, a test of female health index of small software.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:471583
    • 提供者:mister.ok
  1. prew

    0下载:
  2. 一种图像的边缘检测算子,非常实用,VC++语言类-an image edge detection operator, very practical, VC Language Class
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:874
    • 提供者:Feifei
  1. 基于Zernike正交矩的图像亚像素边缘检测算....rar

    1下载:
  2. 基于Zernike正交矩的图像亚像素边缘检测算....rar源代码
  3. 所属分类:源码下载

  1. 边缘检测CANNY算子的C实现

    0下载:
  2. 该文件为网上得的C语言实现的canny边缘检测算子,属于对经典算法的经典实现,具有很高的参考价值。-the document online for the C language the canny edge detection operator, belonging to the classical classic algorithms to achieve with very high reference value.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:刘波
  1. susanedgeextract

    0下载:
  2. 这是经典的susan边缘检测算子,可以有效的检测图像边缘的角点-This is the classic susan edge detection operator can effectively detect the edge of the corner
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:
  1. CannyDetection

    0下载:
  2. canny 算子是经典的边缘检测算子,效果也是众边缘检测算子中最好的。-canny operator is the classic edge detection operators, the effect is the public edge detection operator best.
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:神秘
  1. jdszbyjc

    0下载:
  2. 在Visual C++的环境下 实现Roberts,Sobel,prewitt等经典的边缘检测算子。-in Visual C environment under Roberts, Sobel. prewitt such classic edge detection operators.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:352256
    • 提供者:xingtao
  1. edge

    0下载:
  2. sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:46080
    • 提供者:wct
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:1097728
    • 提供者:zhaolipo
  1. 使用ArcGIS和轻小型无人机测算土方量

    0下载:
  2. 使用ArcGIS和轻小型无人机测算土方量(Measuring earthwork using ArcGIS and light and small UAVs)
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-10
    • 文件大小:8429568
    • 提供者:doudou12345
  1. 边缘检测算子R

    0下载:
  2. 图像处理,边缘检测,图像去噪。经典的边缘检测算子。(Image processing, edge detection, image denoising.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:172032
    • 提供者:唱月bto
  1. 收入测算工具v1.7

    0下载:
  2. 收入测算小工具,可以测算当年的收入指标,及流失比例,也可以换算月发展指标等等。(Income measurement tools, you can calculate the income indicators, and the loss of the proportion, you can also convert monthly development indicators and so on.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:105472
    • 提供者:xprambler
  1. 非水可再生能源补贴程序 - 逐年

    0下载:
  2. 风电、太阳能发电、生物质能发电等可再生能源发电已成为电力系统未来重要的发展方向之一。为促进可再生能源发展,针对可再生能源发电及其接网工程,我国出台了可再生能源补贴政策。可再生能源发电上网电价与燃煤脱硫标杆电价的差额部分,由可再生能源补贴资金支付,其中,分布式光伏发电按照0.43元/kWh进行度电补贴。根据国家政策,目前我国可再生能源补贴附加征收标准为0.19元/kWh。为支撑2020年我国可再生能源规模化发展,需要准确测算2020年我国
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-10
    • 文件大小:510976
    • 提供者:阿阿阿信
  1. hehun_2010

    0下载:
  2. 这是一个完整的后台代码,关于测算和婚恋以及八字合算的内容(this is a totally demo about marriage and love.)
  3. 所属分类:Web服务器

    • 发布日期:2024-05-10
    • 文件大小:89088
    • 提供者:ccsay
  1. NJ_test19052309.part07

    0下载:
  2. 车载测算终端,使用STM32F103主控芯片,加上移远GPS+4G模块,上传行驶轨迹,后台计算面积。典型的物联网车载终端产品,方便移植到其他物联网产品上。(Using STM32F103 main control chip, plus the GPS + 4G module, upload the driving track, and calculate the area in the background. The typical I
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-10
    • 文件大小:1613824
    • 提供者:hp_0111
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org