LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

face authentication in labview

Solved!
Go to solution

i am doing a project on face authentication using labview .i am using vector quantization algorithm. i have just started my project.

can anybody suggest me how to vectorize an image ???

0 Kudos
Message 1 of 22
(4,057 Views)

Hello rudra,

 

I think this case study might be interesting for you:

https://www.ni.com/en/innovations/case-studies/19/developing-face-recognition-software-using-labview...

 

 

It might also be a good idea to start by taking a look at the IMAQ VI's, like for example:

https://www.ni.com/docs/en-US/bundle/ni-vision-labview-api-ref/page/imaqvision/imaq_overlay_motion_v...

 

Also interesting might be this thread:

https://forums.ni.com/t5/Machine-Vision/how-to-track-face-and-allocate-lips-in-face-using-labview/m-...

 

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
Message 2 of 22
(4,039 Views)

Thank you very much sir for the help. i have another doubt. for a given image what will be its dimension. i mean if the pixel value of the image consists of an array of size 20*20 then then what will be the  dimension of that image???

0 Kudos
Message 3 of 22
(4,022 Views)

Hello Rudra386,

 

What do you mean exactly with its dimension?

 

Do you mean how big it will be (size) on the screen?

 

I this is your concern, then please keep in mind that you can always "zoom in" on an image:

https://www.ni.com/docs/en-US/bundle/ni-vision-labview-api-ref/page/imaqvision/imaq_windzoom_2.html

 

This is just one way to do this.

 

There also some nice examples available online that concern the zooming of images:

https://forums.ni.com/t5/Example-Code/IMAQ-Active-Zoom-Example/ta-p/3501578

https://forums.ni.com/t5/Example-Code/Zoom-in-on-ROI-of-an-Image-at-Cursor-Location/ta-p/3528525

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
Message 4 of 22
(4,004 Views)

how to add N no of rows(N is very large say 1000) from a 2d array and get the output as a single row?

plz suggest.

Message 5 of 22
(3,981 Views)

Hello Rudra,

 

Here's a simple suggestion.

 

Please let me know if it does the trick.

 

 

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
Message 6 of 22
(3,969 Views)

thanks a lot sir .sir how do i insert a null value into an array.i tried but still zero values are automatically assigned to the rows in the array.ive attached the vi and im using labview 2010 version.idont hv a version 11.sir i need to avoid the zero rows from the arrays D1 and D2.

0 Kudos
Message 7 of 22
(3,959 Views)

sorry sir im sending the vi again coz the previous one had reference values.

0 Kudos
Message 8 of 22
(3,952 Views)

Hello rudra,

 

I don't really get what you're trying to do.

 

Are you trying to insert a "NULL" value inside your array?

Or do you just want to write either to one array or to the other, depending on the results of the comparison?

 

Kind Regards,

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
Message 9 of 22
(3,947 Views)

yes sir.. i  want to write either to one array or to the other, depending on the results of the comparison..

0 Kudos
Message 10 of 22
(3,944 Views)