FINGER PRINT RECOGNISATION

4 visualizzazioni (ultimi 30 giorni)
Pat
Pat il 12 Set 2011
I AM WORKING ON FINGER PRINT RECOGNISATION First we have to divide the input fingerprint image into blocks of size 10*10.then compute the gradients Gx and Gy at each pixel in each block.CAN ANYONE HELP PLEASE

Risposte (1)

Walter Roberson
Walter Roberson il 12 Set 2011
Through a previous question, you already learned how to divide the image in to blocks within a cell array. You can now use cellfun() to apply the same calculation to each of the blocks.
  4 Commenti
Walter Roberson
Walter Roberson il 12 Set 2011
Sean: {gradient(FOO), gradient(FOO.')}
Sean de Wolski
Sean de Wolski il 12 Set 2011
Win!

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by