LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

laser beam profiler

Hello,

 

I am trying to develop the software to analize my laser beam. I have an image of it, I know the formulas, how to calculate all the parameters of laser beam, but I am new in image processing and analizing.

 

Does any body know, how to start that kind of project?

 

My problems:

1. How to detect the ellipse shaped beam in LabVIEW? (Center [x;y] coordinates of beam, the beam is like shown in attached photo)

2. How to draw coordinates system [x, y system] through center coordinates of the beam?

 

If someone does know the other ways, how to start Laser Beam Profiler project, please, feel free to share the information.

Thanks in advance.

 

Simas

0 Kudos
Message 1 of 8
(8,240 Views)

Any ideas?

0 Kudos
Message 2 of 8
(8,208 Views)

Using the IMAQ Find Circular Edge and the Coordinate System Manager VI's you could locate the beam, find the center, and create a cooridinate system on the center of the beam. These VI's are available in the Vision Development Module as well as many other image processing functions that could be useful for you. Learn more about it here.

Cameron T
Applications Engineer
National Instruments
0 Kudos
Message 3 of 8
(8,190 Views)

SimasLTU wrote:

I have an image of it, I know the formulas, how to calculate all the parameters of laser beam, but I am new in image processing and analizing.


What are the formulas and parameters? Surely doesn't look look like a simple model.

 

In any case, you can always get an array subset of the region of interest and do a 2D fit to the model. A simple example for a 2D gaussian with rotation is shown here. (Scroll down for the newest version)

 

Message 4 of 8
(8,184 Views)

Cameron-T, I have NI Vision Development Module, but I don't know, how to use functions, that you mentioned. Maybe you could help me, or send me some simple example?

 

 

altenbach, my purpose of this project, is to measure M^2 of the beam.

0 Kudos
Message 5 of 8
(8,117 Views)

Use the Vision Assistant to help get started. It can be found by right clicking on the Block Diagram and going to Vision & Motion >> Vision Express >> Vision Assistant. You could also look through vision examples by going to Help >> Find Examples... When the example finder opens Browse to Toolkits and Modules >> Vision.

Cameron T
Applications Engineer
National Instruments
0 Kudos
Message 6 of 8
(8,098 Views)

I saw all these examples. But I don't know the main idea, how to do this kind of project. Could you help me with this project?

0 Kudos
Message 7 of 8
(8,080 Views)

I would really suggest using the Vision Assistant. It has a pretty intuitive User Interface. If you find the two functions that I already referenced in a previous post it walks through how to set them up. That is my best suggestion on getting started on your project.

Cameron T
Applications Engineer
National Instruments
0 Kudos
Message 8 of 8
(8,057 Views)