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
Johannes Schönberger
d55ef7ede8
Add missing doc string return section
2012-12-09 17:34:12 +01:00
Johannes Schönberger
410280f4a9
Add some more references to interest point functions
2012-12-09 17:34:12 +01:00
Johannes Schönberger
3508aa9032
Add example to doc string of shi-tomasi
2012-12-09 17:34:12 +01:00
Johannes Schönberger
6593e27b4d
Fix contiguous bug in moravec operator
2012-12-09 17:34:12 +01:00
Johannes Schönberger
82089f7fc8
Update test cases for shi-tomasi and moravec operator
2012-12-09 17:34:11 +01:00
Johannes Schönberger
4a75c649e3
Add Shi-Tomasi corner detector and fix bug in auto-correlation matrix
2012-12-09 17:34:11 +01:00
Johannes Schönberger
43393860b2
Add comment to explain meaning of structure matrix of harris
2012-12-09 17:34:11 +01:00
Johannes Schönberger
c4ca726566
Fix harris corner bug and add alternative corner measure param
2012-12-09 17:34:11 +01:00
Johannes Schönberger
2ae23b427e
Fix missing sigma for gaussian filter in harris operator
2012-12-09 17:34:11 +01:00
Johannes Schönberger
3529afe0d2
Rename window size parameter of moravec operator
2012-12-09 17:34:11 +01:00