06-28-2010 03:49 AM
06-29-2010 03:06 PM
ylongwu a écrit :
Hello everyone I have a 2Dmap,and in the map there are many peaks,like the picture below: Is there a function to find the peaks in the map? There is a function to find the peaks in a 1D array,Peak Detector.Is there a function just like this for 2D arrays? Thanks
No specific function in LV.
If you have Imaq Vision, you should use the watershed function to define the area where a peak occurs. Then finding the max coordinates would be easy.