to find length of edges
Show older comments
is there any function for finding out the length of the edges and average number of edges...?actually i hav to determine the edges using canny edge detection method.So how can i find out the length and average number of edges?
1 Comment
Walter Roberson
on 10 Jan 2012
The number of edges averaged over what?
Accepted Answer
More Answers (1)
David Young
on 10 Jan 2012
0 votes
Guessing a little, but I suspect that the following functions will be sufficient:
- sum
- bwlabel
- regionprops
1 Comment
christian bale
on 12 Jan 2012
Categories
Find more on Object Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!