Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connected Components Analysys CUDA #39

Open
KuDeSnik33ra opened this issue Oct 6, 2023 · 4 comments
Open

Connected Components Analysys CUDA #39

KuDeSnik33ra opened this issue Oct 6, 2023 · 4 comments

Comments

@KuDeSnik33ra
Copy link

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.

@prittt
Copy link
Owner

prittt commented Oct 25, 2023

Hi @KuDeSnik33ra,

we are going to implement them soon and pull-request the code to OpenCV also.

Do you only need the cc area, top-left coordinate and size (width and height)?

Federico

@KuDeSnik33ra
Copy link
Author

Hi @prittt , centroids would be great too. Thanks for your work!

@pythondever
Copy link

Hi @KuDeSnik33ra,

we are going to implement them soon and pull-request the code to OpenCV also.

Do you only need the cc area, top-left coordinate and size (width and height)?

Federico

thank you for your contribution and any updates?

@ClassLNR
Copy link

@prittt how is going on CCA?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants