LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Surface analysis (Roughness and peak points)using 2D array

I am  having a 2D array of complex numbers as a result of some kind of transformation of an original image. I need to find surface characteristics like roughness, peak points  from these values. How is it possible? Can anyone suggest a method or somethin like that?

thnx

Nghtcwrlr

---------------------------------------------------------------------------------------------
*************************************
---------------------------------------------------------------------------------------------
0 Kudos
Message 1 of 8
(3,948 Views)

Hi Nghtcrwlr,

 

the Vision Development Module can easily perform analysis functions like the ones you desire. It works with various development enviroments (LabVIEW, CVI, .net), the actual version can be found here (30 day trial version).

 

Regards,
Bernd

0 Kudos
Message 2 of 8
(3,912 Views)
I've done a similar thing finding peaks using the Threshold Peak Detector.vi
--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 3 of 8
(3,904 Views)

Hello bernd

 

Actually what i need to find is: I am having an image. I performed 2DFourier Transform of the image. Is it possible to find where the edges are with the help of these fourier coefficients?

thn x

 

Nghtcwrlr

---------------------------------------------------------------------------------------------
*************************************
---------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 8
(3,892 Views)

Hi Nghtcrwlr,

 

which development enviroment are you using? As stated in my previous post the Vision Development Module implements the functionality of finding edges. You can find an example of an algorith that is capable of finding edges using 2D convolution here. This example does not require the Vision Development Module.

 

Regards,
Bernd

0 Kudos
Message 5 of 8
(3,872 Views)

Hello Bernd

 

I am using LabVIEW 8.2. I have already seen the algorith to detect edges using convolution. But i need to find some kind of property between fourier coefficient and high edges. I would rather like not to use any development modules like  Vision Development Module .

 

Thnxx

Nghtcwrlr

---------------------------------------------------------------------------------------------
*************************************
---------------------------------------------------------------------------------------------
0 Kudos
Message 6 of 8
(3,866 Views)

Hi Nghtcrwlr,

 

hmm, sorry, no idea how this algorithm would have to look like. I will check if I can find some more information....

0 Kudos
Message 7 of 8
(3,859 Views)

Hello BerndF

 

Thanks... that wud be very nice if u cud give some information.

 

 

Nghtcwrlr

---------------------------------------------------------------------------------------------
*************************************
---------------------------------------------------------------------------------------------
0 Kudos
Message 8 of 8
(3,837 Views)