Finding the maximum points
1 次查看(过去 30 天)
显示 更早的评论
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
2 个评论
Thomas
2012-9-14
If I understand you right, you want to extract the numerical value of the peak of sine wave, and the distance between the peaks from an image.. Can you please post the image as well?
采纳的回答
David Lieberman
2012-9-14
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!