opencv - how to execute SURF algorithm in multi-thread? -
i working on opencv using surf algorithm. current bottleneck calculating speed of 2 functions: surf.detect , surf.compute.(about 100ms) while idea request under 40ms.
i wondering function inside whole open source revise 2 functions can executed in multi-thread model. ( 1 possible resolution guess implement openmp on loop )
Comments
Post a Comment