You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Is there any solutions for Connected Components Analysys on CUDA? I need to get coordinates and size of labeled componets on cpu side to be sent by TCP network. All the algorithms I can find are CPU based, GPU based line opencv cuda::connectedComponents, does not have WithStats version. Cpu bases algorithms are too slow to be used for 90fps on jetson nano.
The text was updated successfully, but these errors were encountered:
Hello! Is there any solutions for Connected Components Analysys on CUDA? I need to get coordinates and size of labeled componets on cpu side to be sent by TCP network. All the algorithms I can find are CPU based, GPU based line opencv cuda::connectedComponents, does not have WithStats version. Cpu bases algorithms are too slow to be used for 90fps on jetson nano.
The text was updated successfully, but these errors were encountered: