1. Home
  2. Docs
  3. Computer Vision
  4. Image Processing Function...
  5. Roberts Edge Detector

Roberts Edge Detector

The Roberts filter is used to detect edges in images by calculating the gradient of image intensity.

Horizontal kernel is given as:

10
0-1

Vertical kernel is given as:

01
-10

Problem

10503020
801009060
40807050
10602030
  • Apply Roberts edge detection method for all non border cells
  • How will you find gradient, angle at (0,0) and (3,3) or in any corner pojnts

Loading

Views: 1

How can we help?

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments