recognising the centre point

조회 수: 8 (최근 30일)
Pat
Pat 2011년 9월 21일
I am working on finger point recognisation, I have taken input image,and cropped it and now have to find core point in fingerprint,can anyone tell how to process,I have coded but not getting result
I have cropped the imaged
[enh_img,orient_img] = stft_enhance(double(crop_img),12,6,128);
corepoint = core_detect(crop_img,orient_img);
figure,imshow(corepoint);
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 9월 21일
As Image Analyst asked in another thread,
Which toolbox is "core_detect" or "coredetect" in? Because it's not built-in with the toolboxes I have. What does it say if you do "which core_detect" in the command window?

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by