Jared,
I had the same problem. One of the solutions I used was to use the was to
use "threshold 1D array.vi" from the array palette. You can use this to
iteratively get the uphill edge of the peak. To get the down hill edge, you
have to invert the array and then use the same VI. Then subract the uphil
position from the down hill position and your done.
You do however need to be careful depending on your image content. If the
image is noisy, then the "Peak Detector.vi" will have problems finding the
"real peak".
Steven Bloomberg
CISTech
"Jared Leisner" wrote in message
news:506500000008000000AE550000-1027480788000@exchange.ni.com...
> Hello,
>
> I have run into a problem that I hope you can help me with: I need
> to find the Full Width at
Half-Maximum.
> I have an array of pixel intensities and have found the peaks and
> valleys using Peak Detector.vi, but I can not figure out a way to find
> the full width at half-maximum (the width of the 'hill' at one-half of
> its maximum point).
> Any help you may provide would be greatly appreciated.
>
> Jared Leisner
> - Using LabVIEW 6.1/Vision 6.0