Finding the maximum points
2 views (last 30 days)
Show older comments
I have images,where each image has sine wave ,now i want to find the maximum point of each positive peak and find the distance between them,please help
Accepted Answer
David Lieberman
on 14 Sep 2012
If you have the image processing toolbox, define your axes, x and y, them display your image with say imagesc(x,y,img); Then,
Use imdistline(gca) to graphically measure the distance between any 2 points of interest to you.
0 Comments
More Answers (0)
See Also
Categories
Find more on Point Cloud Processing 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!