Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想提取图像中的主要对象。所以我对图像应用了抓取算法。从那我想在抓取算法产生的结果图像中取最大的轮廓。
只需使用函数来查找所有具有价值的findContours轮廓。GC_FGD在此使用contourArea和简单迭代所有轮廓之后,找到具有最大正方形的轮廓。
findContours
GC_FGD
contourArea