LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image processing

Sir,

   I am a beginner in LAB View am using labview 2013.i want to do image recognition using labview.can you please give me some basic programs on image processing and image recognition so that  i can understand atleast image acquisition and processing.i have only lab view software sir.should i download any other software for image processing? if so which software and is it free?please give me the link also sir.please help.

                     thank you.

0 Kudos
Message 1 of 5
(2,669 Views)

Hi,

 

you can use LabVIEW to do image recognition. Here is an example of the basic functions to do so. You can also search some examples with the Example Finder.

 

This little program looks for an image in a folder. He analyses each picture, and makes a comparision between the searched picture and the pictures in the folder.

 

I hope it will help

Giuliano Franchetto
Student at the l'Ecole Nationale Supérieure des Mines de Saint-Etienne, cycle ISMIN (FRANCE)
0 Kudos
Message 2 of 5
(2,661 Views)

can you please give me some more details.searched image is the image that we want to search i.e to check whether it is in the folder.when we give  path of the image ,it will create a path for that image in the vi's folder,then the program will check the folder where that vi file is stored and compare all the images with the given searched image and it will display true if it matches and gives the file path of that image file.am i right?even if the image does not match it will displey the searched image and 24 bit pixel array?please can you help me with my doubts.

and thanks for your reply

0 Kudos
Message 3 of 5
(2,645 Views)

hi,

 

yes exactly. The boolean in the array will be true if 2 pictures match, , and false if not. The path of every picture will be in the array, even if they don't match with the searched picture 

The 24bit array is just for the searched picture. 

 

I tried to show you some basic functions of how to do a picture recognition. You will have to adapt your program with those functions. This example is just... an example. The only thing you should keep is the case structure. Because a png or jpeg has different set of functions, this case is necessary (ie take the extension of the file, and choose the good function).

 

i hope i have been clear enough

Giuliano Franchetto
Student at the l'Ecole Nationale Supérieure des Mines de Saint-Etienne, cycle ISMIN (FRANCE)
Message 4 of 5
(2,641 Views)

thanks.will start improving.

0 Kudos
Message 5 of 5
(2,625 Views)