I would like to know the concept behind an edge-finding “Roberts Cross Operator” – How does it work? How is it implemented?
(Please do not use code; I want to code it myself.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You iterate over every pixel in the source image, and compute the value of the corresponding pixel in the destination image based on the value of the source pixel and its neighbors to the east, south, and southeast.