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.
画像のエッジを取得するには?私はmatlabをコーディングしたい
画像の説明: (出典: free.in.th )
あなたの質問を正しく理解できたら、Matlabs の edge() 関数を使用してみてください。キャニー法は、今でも最もよく知られている方法の 1 つです。
I = imread('lena.jpg'); BW = edge(I,'canny');