简体   繁体   中英

C++: Accumulator matrix (3D arrays)

I am trying to do some hough voting in 3D space in which I will have an accumulator over 3 dimensions which can be thought of as a 3D array. I will then want to search for peaks in this array.

I was wondering if boost , opencv or even the std lib have an inbuilt structure for this which can give fast search times when looking for local maxima?

Thanks

您是否看过Boost.Accumulators库?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM