OPENCV & C++ TUTORIALS - 53 | connectedComponents()

Опубликовано: 29 Сентябрь 2024
на канале: Computer Vision Lab
2,264
21

This function computes the connected components labeled image of boolean image. It can be very useful and tricky for segmentation methods. It uses an efficient way to find the connected pixels, check the video for details.

🌠 I will continue to this tutorial series with this plan : https://docs.opencv.org/4.3.0/d7/dbd/...

🌠 You may want to watch also:    • OPENCV & C++ TUTORIAL - 3 | EROSION A...  

🌠 Stackoverflow: https://stackoverflow.com/users/11048...

🌠 Github: https://github.com/yunus-temurlenk?ta...

🌠 Twitter:   / code_enjoy  

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Introduction
0:50 - Coding part

If you see any mistake and any advice please comment. Thanks for watching...

#opencv, #connectedComponents, #tutorial