Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 3D 空间中进行一些霍夫投票,其中我将拥有一个超过 3 维的累加器,可以将其视为 3D 数组。然后我会想在这个数组中搜索峰值。
我想知道是否boost,opencv甚至是否std lib有一个内置结构,可以在寻找局部最大值时提供快速搜索时间?
boost
opencv
std lib
谢谢
Have you looked at the Boost.Accumulators library?