gpt4 book ai didi

image-processing - 大小为 3x3 的对角索贝尔算子的矩阵

转载 作者:行者123 更新时间:2023-12-04 22:52:11 25 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。

11 年前关闭。




Improve this question




如果算子是对角的,那么大小为 3x3 的 sobel 算子的矩阵是什么?
(左或右对角线)?
编辑:或者可能有更大的尺寸

最佳答案

3x3 对角 Sobel 算子是:

[[0,1,2],
[-1,0,1],
[-2,-1,0]]


[[-2,-1,0],
[-1,0,1],
[0,1,2]]

希望能帮助到你。

关于image-processing - 大小为 3x3 的对角索贝尔算子的矩阵,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2901477/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com