Google Earth Engine(GEE)——Kernel核函数简单介绍以及灰度共生矩阵
【摘要】
今天简单介绍一些核函数:ee.Kernel
在GEE当中有很多关于核函数的函数,所以我们大致看一下,其实大多情况下都是对核的参数设定
ee.Kernel.chebyshev(radius, units, normalize, magnitude)
ee.Kernel.circle(radius,&nb...
今天简单介绍一些核函数:ee.Kernel
在GEE当中有很多关于核函数的函数,所以我们大致看一下,其实大多情况下都是对核的参数设定
ee.Kernel.chebyshev(radius, units, normalize, magnitude)
ee.Kernel.circle(radius, units, normalize, magnitude)
ee.Kernel.compass(magnitude, normalize)
ee.Kernel.cross(radius, units, normalize, magnitude)
ee.Kernel.diamond(radius, units, normalize, magnitude)
ee.Kernel.euclidean(radius, units, normalize, magnitude)
ee.Kernel.fixed(width, height, weights, x, y, normalize)
ee.Kernel.gaussian(radius, sigma, units, normalize, magnitude)
ee.Kernel.kirsch(magnitude, normalize
文章来源: blog.csdn.net,作者:此星光明,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/125515100
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)