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.
我正在 C#.net 中进行人脸检测项目,在某些情况下,我从 sobel 获得了更好的结果,而在其他一些情况下,我从 canny 获得了更好的结果。但实际上哪个更好?
Canny 建立在 Sobel 算子之上。基本上,它是对 Sobel 算子的改进。
所以我会说Canny。