How can I make findConnectedComponents() function multithreaded?

后端 未结 0 782
长情又很酷
长情又很酷 2021-01-31 03:10

This function should find connected components in binary matrix, which are represented by 1\'s.

How can I make it multithreaded without making extra connected components?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题