how can i get the horizontal and vertical pixel differences of the image

1 次查看(过去 30 天)
how can i get the horizontal and vertical pixel differences of the image. after that how can i combine this two images of horizontal and vertical pixel differences. finally i want to see the horizontal and vertical edges in one image.how can i do this.can any one help me with codes

采纳的回答

Walter Roberson
Walter Roberson 2013-9-27
diff(double(TheImage))

更多回答(1 个)

Image Analyst
Image Analyst 2013-9-27
In the Image Processing Toolbox, you can use imgradient() with the 'Roberts' filter option.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by