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 support these latter three
equations? It seems that some of them also concentrate on
edges plus corners but I really can't find any documents
supported these equations.
"Nan W." <iiuu_chan@yahoo.co.jp> wrote in message
news:g2ov36$fh4$1@fred.mathworks.com...
> Dear all,
>
> I am wondering that how come there are many solutions to
> the Cornerness measurement on Harris corner dectection.
*snip*
This doesn't seem to be a MATLAB question, but more of a general image
processing question, based on what Wikipedia says:
You might have better luck asking about this in a group dedicated to image
processing, like sci.image.processing, which is available in Google Groups
if your news server doesn't carry it:
In article <g2ov36$fh4$1@fred.mathworks.com>,
Nan W. <iiuu_chan@yahoo.co.jp> wrote:
>I am wondering that how come there are many solutions to
>the Cornerness measurement on Harris corner dectection.
Sorry, that is beyond my experience.
>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 support these latter three
>equations?
Equation (2) is incorrect. The +eps in the denominator is attempting
to avoid division by 0 in case trace(M) is 0. However, trace(M)
can be positive or negative, and in particular trace(M) could be
a negative number greater than -1 * eps: in such a case, the addition
of eps in the denominator would change the sign of the result. The
addition of eps in the denominator could even -cause- a division by 0
where there was no division by 0 before.
--
"I feel sorry for the person who can't get genuinely excited
about his work. Not only will he never be satisfied, but he will
never achieve anything worthwhile." -- Walter Chrysler
Would you help me to learn all about Harris Corner? because
my final project is about Corner Detection with Harris
Method... Please help me... I really thankful for the
attention... Please..
Would you help me to learn all about Harris Corner? because
my final project is about Corner Detection with Harris
Method... Please help me... I really thankful for the
attention... Please..
Tags for this Thread
Add a New Tag:
Separated by commas
Ex.: root locus, bode
What are tags?
A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.
Anyone can tag a thread. Tags are public and visible to everyone.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.