Commit Graph

18 Commits

Author SHA1 Message Date
Johannes Schönberger 18b3d1f7e3 Fix reference syntax for corner detectors 2013-03-19 09:33:10 +01:00
Malcolm Reynolds 44095eef81 FIX: number of peaks returned from feature.corner_peaks
corner_peaks accepted a num_peaks argument, but the call
to peak_local_max inside the function used np.inf instead
of the value of this keyword argument, leading to an unbounded
number of peaks being returned.
2013-03-15 18:50:43 +00:00
Tony S Yu 17e7ba3de7 DOC: Fix Sphinx errors. 2013-03-02 17:22:10 -06:00
Johannes Schönberger a7411bc678 Extend example of corner_peaks to highlight difference to peak_local_max 2012-12-09 18:21:31 +01:00
Johannes Schönberger 60c8e95905 Add function to detect corner peaks as a wrapper to peak_local_max 2012-12-09 18:14:36 +01:00
Johannes Schönberger 04fbee189e Remove unused array 2012-12-09 17:34:13 +01:00
Johannes Schönberger b22d570ff9 Add comments and rename variables for better readability 2012-12-09 17:34:13 +01:00
Johannes Schönberger 32cbf8e226 Fix typo in doc string 2012-12-09 17:34:13 +01:00
Johannes Schönberger 5b72c5d52c Fix doc string for multiple return values 2012-12-09 17:34:13 +01:00
Johannes Schönberger c1f9336c2a Update examples of corner detection in doc string 2012-12-09 17:34:13 +01:00
Johannes Schönberger 2273b73d99 Add references for subpixel corner detection 2012-12-09 17:34:13 +01:00
Johannes Schönberger cea889c997 Add subpixel corner detection 2012-12-09 17:34:13 +01:00
Johannes Schönberger bf3d34ccf2 Let foerstner return both corner measures 2012-12-09 17:34:12 +01:00
Johannes Schönberger 0f639e4989 Add foerstner corner detector 2012-12-09 17:34:12 +01:00
Johannes Schönberger 2d3cc8e0a0 Add more detailed description of corner detectors in doc strings 2012-12-09 17:34:12 +01:00
Johannes Schönberger 4366462033 Use sobel for image derivatives 2012-12-09 17:34:12 +01:00
Johannes Schönberger e26dc02ead Add Kitchen and Rosenfeld corner detector 2012-12-09 17:34:12 +01:00
Johannes Schönberger 16f09d358d Rename corner operators and file 2012-12-09 17:34:12 +01:00