【发布时间】:2020-02-14 18:14:53
【问题描述】:
我使用 C# 和 EmguCV 3.X。我需要 Sobel 方法的 Abs 方法来生成正值negative edges。 emgucv 3.x 中是否有类似 Abs() 的方法?处理时间对我来说非常重要。任何帮助将不胜感激。
【问题讨论】:
-
Math.Abs()应该可以工作。 -
你使用的是 Mat 还是 Image
?
标签: c# image-processing emgucv absolute-value sobel