photo

hafiza matsom


Active since 2018

Followers: 0   Following: 0

Statistics

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Question


I am trying to do MACE filter for pose invariant face recognition but I faced the value of PSR output is not as I expected. Can someone give me an idea on how to modify my coding ?
Data = zeros(1, 20^2-5^2); count = 0; for i=MaxLoc_row - 10;i<=MaxLoc_row + 9:i+1 for j=MaxLoc_col - 10;j<=MaxLoc_col + 9:j...

6 years ago | 0 answers | 0

0

answers

Answered
How to calculate PSR value from MACE filter output.
PSR = (MaxVal-Mean)/SD

6 years ago | 0