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

搜索资源列表

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

    0下载:
  2. 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing -- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Gaussian Laplace op
  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实现

    1下载:
  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. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:874
    • 提供者:Feifei
  1. oneloopspeed

    0下载:
  2. 通过测试一圈的时间来测算速度,不是测量一秒内的圈速来算速度,实时性强所以使用汇编开发,源码自创请勿用在商业用途。-pass the test circle time to calculate speed, a second measurement is not within the ring speed to the speed count, So real-time-use compilation of development, the source code Inventing Do not
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20864
    • 提供者:季东
  1. wenMatlabFit_dn05

    0下载:
  2. 利用Matlab工具在VC dotNet中实现聚点拟合以及直径测算的程序-Matlab tool in achieving VC dotNet accumulation diameter calculation and fitting procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:951523
    • 提供者:秦汉
  1. jdszbyjc

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

    • 发布日期:2008-10-13
    • 文件大小:352101
    • 提供者:xingtao
  1. B-splineedgedetection

    0下载:
  2. 这是多尺度B样条小波的边缘检测算子,效果很好,大家都来看看!-This is a multi-scale B-spline wavelet edge detection operator, a good effect, and for everyone to see!
  3. 所属分类:图形图像处理(光照,映射..)

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

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

  1. edge

    0下载:
  2. sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:45639
    • 提供者:wct
  1. GUISUSAN

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

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. 使用ArcGIS和轻小型无人机测算土方量

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

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

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

    • 发布日期:2017-12-25
    • 文件大小: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. 所属分类:其他

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

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

    • 发布日期:2018-04-22
    • 文件大小:510976
    • 提供者:阿阿阿信
  1. hehun_2010

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

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

    1下载:
  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 Internet of things vehicle term
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-08-11
    • 文件大小:1613824
    • 提供者:hp_0111
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com