Non-binary Edge Detection
显示 更早的评论
I'm in the process of writing an image alignment algorithm, and I cannot seem to figure out how to use the edge detection feature without returning a binary image. I've searched multiple forums, but I still can't seem to find an answer. Is there a step I'm missing?
example code:
A = imread('cameraman');
B = edge(A);
imshow(B)
How do I make this a gradient and not binary?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!