Harris corner detection (#106)

Nelle Varoquaux nelle.varoquaux at gmail.com
Mon Jan 9 04:36:27 EST 2012


I think it is a good idea to do a such a method: maybe in the util module ?
On the other hand, the harris response by itself is totally useless, so I
suggest to keep it in "one chunk".

N

On 9 January 2012 09:49, Neil Yager <yager.neil at gmail.com> wrote:

> I think this is a great idea. Peak detection comes up all the time
> (e.g. peaks in Fourier space), and a general public function would be
> very useful.
>
> Neil
>
> On Jan 6, 4:59 am, Tony Yu <tsy... at gmail.com> wrote:
> > On Thu, Jan 5, 2012 at 12:50 PM, Varoquaux <
> >
> reply+i-2636374-54829e76ead08234132b3dcaac8a1c3f1441e0cd-133... at reply.github.com
> >
> > > wrote:
> > > I fixed a few things, and added the parameter to set the deviation for
> the
> > > gaussian blur. I also added @GaelVaroquaux as a contributor, as he
> helped
> > > me debug the patch.
> >
> > > I'll now work on the panorama stitching example.
> >
> > I just read through the PR for Harris corner
> > detection<https://github.com/scikits-image/scikits-image/pull/106/files
> >.
> > I made some inline comments on github, but I wanted to raise a question
> the
> > list.
> >
> > It seems that everything in the `harris` function is essentially a peak
> > detection algorithm. (Please correct me if I'm wrong or if the algorithm
> is
> > specific to the Harris response.) It might be nice to make
> > `_compute_harris_response` a public function (maybe renamed to
> > `harris_response` or `harris`) and move the rest of `harris` to the
> > detection subpackage as a peak detection function. We could really use a
> > (or multiple) peak detection function(s) in skimage (e.g. with the hough
> > transform or template matching).
> >
> > -Tony
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20120109/067a92eb/attachment.html>


More information about the scikit-image mailing list