OPENCV & C++ TUTORIALS - 45 | minEnclosingTriangle() | Draw the minimum triangle around a contour

Опубликовано: 04 Ноябрь 2024
на канале: Computer Vision Lab
448
6

minEnclosingTriangle() function in OpenCV has totally similar purpose just like minAreaRect() function. The only difference is that it helps us to draw the minimum triangle around the contour.

🌠 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:47 - Coding part

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

#opencv, #minEnclosingTriangle, #tutorial