FINGER PRINT RECOGNISATION

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일

0 개 추천

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

Sean de Wolski
Sean de Wolski 2011년 9월 12일
cellfun&|blkproc + gradient - sounds like a fun oneliner!
Sean de Wolski
Sean de Wolski 2011년 9월 12일
Nevermind, blkproc doesn't allow for nargout==2
Walter Roberson
Walter Roberson 2011년 9월 12일
Sean: {gradient(FOO), gradient(FOO.')}
Sean de Wolski
Sean de Wolski 2011년 9월 12일
Win!

댓글을 달려면 로그인하십시오.

질문:

Pat
2011년 9월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by