ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

BMP/Image to vector/array conversion

I am trying to take a simple black/white image and use the pixel information, such as black? yes position: 1,0 example if I have an image like:

o    _
_    o

I would want something like (1 0) (0 1) out with that being 1 for o and 0 for _ ( or black and white) and then also the positions so maybe ((1,1) (2,1))... this is so I can design a pattern and then reproduce this with a mirror for a possible, very simple photolithography application.  I know this isn't very well worded I am still devising a better idea but any ideas?

thanks
anthony
0 Kudos
Message 1 of 3
(3,004 Views)

I'm not sure I understand you fully, but how about this?

The VIs on the left can be found in the picture palette if you have a version that isn't the base version.

To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(3,001 Views)
Thanks

That was what i was looking for, I haven't had to deal with images yet.  Thanks for the advice too!

Anthony
0 Kudos
Message 3 of 3
(2,992 Views)