Dear all,
I am wondering that how come there are many solutions to
the Cornerness measurement on Harris corner dectection.
The novel one is:
C= det(M)-k*trace(M).^2
right?
but there are those in:
1) C= trace(M)./det(M)
2) C= det(M)./(trace(M)+eps)
3) C= (k+1/k)*det(M)-(trace(M).^2-2det(M))
Does anyone have any theories sup****t these latter three
equations? It seems that some of them also concentrate on
edges plus corners but I really can't find any do***ents
sup****ted these equations.
Please help me out. Thank you so much.