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
(3,487 Views)

Hello rudra,

 

I think these case studies might be interesting for you:

http://sine.ni.com/cs/app/doc/p/id/cs-14086

http://sine.ni.com/cs/app/doc/p/id/cs-14116

 

 

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

http://zone.ni.com/reference/en-XX/help/370281M-01/imaqvision/imaq_overlay_motion_vectors/

 

Also interesting might be this thread:

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

 

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
(3,469 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
(3,452 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:

http://zone.ni.com/reference/en-XX/help/370281M-01/imaqvision/imaq_windzoom_2/

 

This is just one way to do this.

 

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

https://decibel.ni.com/content/docs/DOC-6364

https://decibel.ni.com/content/docs/DOC-16485

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
(3,434 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,411 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,399 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,389 Views)

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

0 Kudos
Message 8 of 22
(3,382 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,377 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,374 Views)