Azzera filtri
Azzera filtri

Finding the maximum points

2 visualizzazioni (ultimi 30 giorni)
FIR
FIR il 14 Set 2012
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 Commenti
Thomas
Thomas il 14 Set 2012
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?
FIR
FIR il 14 Set 2012
Yes Binish you are correct i want to find the peaks of sine wave

Accedi per commentare.

Risposta accettata

David Lieberman
David Lieberman il 14 Set 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.

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by