Johannes Schönberger
2ba3dd9baf
Add __all__ to feature package
2013-04-28 23:20:00 +02:00
Johannes Schönberger
2b505a33bd
Replace all occurences of bresenham with line
2013-04-28 13:12:10 +02:00
yangzetian
da055e7ca3
Add test for nD exclude_border option
2013-04-03 19:21:04 +08:00
Juan Nunez-Iglesias
6e4ec78de2
Use range instead of xrange
2013-04-03 18:09:21 +11:00
Juan Nunez-Iglesias
d9e6b509c5
Make exclude_borders option in peak_local_max nD
...
Prior modifications to peak_local_max make it nd-aware, but this does
not extend to the exclude_borders option. This commit changes that.
2013-04-03 17:56:04 +11:00
yangzetian
afde2b8ab8
change doc for indices and remove the unnecessarily tolist() operation
2013-04-02 12:35:11 +08:00
yangzetian
f77def35d8
Fix peak_local_max's output for ndarray when indices is set to False
2013-04-01 20:34:47 +08:00
Johannes Schönberger
18b3d1f7e3
Fix reference syntax for corner detectors
2013-03-19 09:33:10 +01:00
Malcolm Reynolds
042b75d05f
FIX: changed xrange to range so Python 3 works.
2013-03-18 15:31:45 +00:00
Malcolm Reynolds
920e41398d
FIX: move corner detection outside loop in test_num_peaks.
2013-03-18 15:23:35 +00:00
Malcolm Reynolds
0fde67bb56
TEST: added test for num_peaks kwarg in peak_local_max.
2013-03-18 15:13:18 +00: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
62d83ad42c
Globally change np to cnp if cimported
2013-02-24 14:14:14 +01:00
Johannes Schönberger
52e3436f61
Fix integer type bugs in feature detection algorithms
2013-02-22 17:05:39 +01:00
Johannes Schönberger
3125e63fce
Improve performance and type usage for GLCM loop
2013-02-22 17:05:39 +01:00
Johannes Schönberger
cf09c582b6
Fix index type error in GLCM
2013-02-22 17:05:39 +01:00
Johannes Schönberger
614023b941
Replace ssize_t with Py_ssize_t globally
2013-02-22 17:05:38 +01:00
Johannes Schönberger
6026ddd9a2
Change type to ssize_t for all index and size variables
2013-02-22 17:03:12 +01:00
Colin Lea
f78d10c099
Swapped the direection that the histograms point in the hog visualisation
2013-01-17 11:36:59 -05:00
Josh Warner (Mac)
6d2aad45ab
fix: set random seed in test_noisy_square_image
2013-01-16 23:35:50 -06:00
Anders Boesen Lindbo Larsen
4206804175
Fixed submodule import.
2012-12-27 20:42:02 +01:00
Anders Boesen Lindbo Larsen
8d8b8ef4f7
No need to normalize angular smoothing.
2012-12-27 20:42:02 +01:00
Anders Boesen Lindbo Larsen
b770578aae
Move set_color() to draw module.
2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen
74e6c38d6f
Handle all non-float images.
2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen
67701614c1
Add DAISY visualization + example plot.
2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen
633443ec49
Better Sphinx documentation.
2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen
24d39218c2
PEP8 style corrections.
2012-12-27 20:42:00 +01:00
Anders Boesen Lindbo Larsen
4173d16639
Add dense DAISY feature description.
2012-12-27 20:42:00 +01:00
Stefan van der Walt
b4c8efabca
Merge pull request #321 from ahojnnes/interest-points
...
ENH: Improved corner detection.
2012-12-22 11:53:52 -08:00
Johannes Schönberger
377ae3b968
Add test case for corner_peaks function
2012-12-09 18:26:09 +01: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
81c01eac0f
Fix confused parameters in doc string of peak_local_max
2012-12-09 17:39:15 +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
8af43f2d49
Add test case for subpixel corner detection
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
6e193175f9
Fix short description of moravec corner detector
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
Johannes Schönberger
3b9ffe1cd8
Improve code layout
2012-12-09 17:34:12 +01:00