LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image processing in LabVIEW

Hello everybody,

 

I am using intensity graph and i want to ameliorate the look of the image.

You find attached the VI.

I am receiving data from a robot X,Y and i have the intensity of each pixel, However, the robot doesn't go through all the points ( i set 0 by default to that pixels), and now i want to interpolate the data in order to have a better look of the image but it is not working.

Thanks in advance.

Best.

0 Kudos
Message 1 of 18
(3,907 Views)

How do you think the picture should look like?

0 Kudos
Message 2 of 18
(3,760 Views)

Hello,

I want to do interpolation so the image look with less dark lines ( replace zeros by an appropriate values) 

Best. 

0 Kudos
Message 3 of 18
(3,753 Views)

Hello,

 

I want to do interpolation so the image looks with less dark lines ( replace zeros by an appropriate values) 

 

Best.

0 Kudos
Message 4 of 18
(3,743 Views)

This is probably easier to solve with the original set of data.

 

It seems you're getting x,y,value data. If you have arrays per row, the interpolation process will be easier than interpreting the image.

0 Kudos
Message 5 of 18
(3,734 Views)

Yeah, in deed, i have X,Y and the intensity of each.

You find it attached  ( i take Y and Z coordinates ).

I tried a lot of methods of interpolation, the problem is i have a very huge amount of data.

Best.

Download All
0 Kudos
Message 6 of 18
(3,730 Views)

I might have a look tomorrow.

0 Kudos
Message 7 of 18
(3,723 Views)

I'll need some more data and info.

 

That X Y Z file has all the same X's. So is it just Y and Z that you're displaying?

 

Also, the values list is longer then the X Y Z list, so they don't seem to be matching?

 

The used coordinates in your intensity graph have a much higher resolution then the data in the files you've send. The files coordinates are rounded to 3 decimals (probably the default when saving). This means all points are fairly useless for making a proof of principle.

0 Kudos
Message 8 of 18
(3,702 Views)

Hello,

For X, Y, Z data, Yes i want just to display Y and Z.

 

For each value of  Y and Z we have a value of intensity ( i redo the measurements, you find the file attached )

 

Best.

Download All
0 Kudos
Message 9 of 18
(3,689 Views)

That's much better.

 

BTW. I get a strong Joy Division vibe from that data...

Message 10 of 18
(3,669 Views)