FINGER PRINT RECOGNISATION

4 次查看(过去 30 天)
Pat
Pat 2011-9-12
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

回答(1 个)

Walter Roberson
Walter Roberson 2011-9-12
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 个评论
Walter Roberson
Walter Roberson 2011-9-12
Sean: {gradient(FOO), gradient(FOO.')}

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by