Edge Line Detection: Image Processing Lec (7) Ahmed AL - Basha & Saadaldeen AHMED
Edge Line Detection: Image Processing Lec (7) Ahmed AL - Basha & Saadaldeen AHMED
Edge Line Detection: Image Processing Lec (7) Ahmed AL - Basha & Saadaldeen AHMED
The edge and line detection operators presented here represent the various
types of operators used today. They are implemented with convolution
masks and most are based on discrete approximations to differential
operators. Edge detection methods are used as a first step in the line
detection process.
Items are.
Their size.
shape
Edge detection operators are based on the idea that edge information in an
image is found by looking at the relationship of pixels with its neighbors.
no edge “and their edge with neighbor are widely different in gray-level
“that is mean actually it is edge found”. In practice, edges are caused by:
There are many masks use to detect the edge/line .The masks are:
1. Roberts operator
2. Sobol operator
3. Prewitt operator
4. Kirsch compass masks
5. Robinson compass masks
6. Laplacian operator
7. Fre-chen masks
8. Edge operator performance
9. Hough transform
1-Roberts operator:
The Roberts operator mark edge only, it dose not return any information
about the edge orientation. It is simplest for edge detection and it is work
best with binary edge. There are two form of operator. First form of
reports operator is:
2- Sobel operator: The sobel edge detection look for edge in both
direction (H and V) then combine this information into single metric.
Sobel edge used two masks the:
= 109*109+79*79=134.61
Edge direction = tan -1(109*109/79*79)= 62.28