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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -