gpt4 book ai didi

java - 如何创建高斯核并将其用作 opencv 中的过滤器

转载 作者:太空宇宙 更新时间:2023-11-03 22:01:31 25 4
gpt4 key购买 nike

我正在用 OpenCv 开发道路线检测算法,发现了一些引用,但我无法理解它的 fragment 。

你能解释一下我如何在 OpenCv 中实现这样的事情吗?

引用如下:

The image is then filtered by a two dimensional Gaussian kernel. The vertical direction is a smoothing Gaussian, whose σy is adjusted according to the required height of lane segment (set to the equivalent of 1m in the image). The horizontal direction is a second-derivative of Gaussian, whose σx is adjusted according to the expected width of the lane.

我该如何准备这样的内核? getDerivKernel 似乎不允许我设置它的 σx 或 σy。

提前谢谢你。

最佳答案

我相信 OpenCV 有一个函数可以做到这一点。

 Mat getGaussianKernel(int ksize, double sigma, int ktype=CV_64F)

参见 http://docs.opencv.org/modules/imgproc/doc/filtering.html

关于java - 如何创建高斯核并将其用作 opencv 中的过滤器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13901361/

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