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 中内置的 Canny 边缘检测器中获取所有线段?
edgeImage = edge(image, 'canny') <-- Matlab 是否有方法使 edgeImage 中的线段可访问?