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.
cv2 python ライブラリを使用してキャニー エッジ検出器を画像に適用した結果を考えると、形態学的演算子を使用して、凸状境界の内部部分からのみエッジを拡張したいと考えています。そのためにどのような構造要素を使用すればよいですか?
遅い答えですが、ここに簡単なトリックがあります:
選択した構造要素を使用できます。ボールがユークリッド距離を維持する場合、正方形は少し積極的であることがよくあります。