Commit Graph

3162 Commits

Author SHA1 Message Date
Stefan van der Walt 1fb8f3f8ba Refresh contribution guidelines. 2013-04-19 13:15:47 +02:00
Stefan van der Walt 7d3594310d Fix Emmanuelle Gouillart's name in the contributors list. 2013-04-19 13:11:15 +02:00
Stefan van der Walt e6277b1ba4 Merge pull request #488 from sciunto/minor_docfix
ENH: Allow `hough_circle` to detect circles with centres outside the image.
2013-04-19 04:04:26 -07:00
zachrahan ccc4386776 Merge pull request #508 from zachrahan/freeimage-multipage-64
Add multipage TIFF unittest
2013-04-18 08:09:46 -07:00
Zach Pincus 8b6f489bab Add multipage TIFF unittest 2013-04-18 11:08:12 -04:00
Stefan van der Walt 65457a95b6 Merge pull request #496 from ahojnnes/label-performance
ENH: Inline helper functions of label and add number of regions as an optional return.
2013-04-18 06:26:52 -07:00
zachrahan 67a2d6d1c4 Merge pull request #507 from zachrahan/freeimage-multipage-64
Fix 64-bit multipage tiff writing segfault
2013-04-17 15:05:45 -07:00
Zach Pincus ab8b325ff4 Fix 64-bit multipage tiff writing segfault 2013-04-17 17:56:08 -04:00
François Boulogne 1780a8d2e7 add option full_output to hough_circ 2013-04-16 15:01:02 +02:00
Stefan van der Walt 6dbb4d2acb Merge pull request #494 from ahojnnes/release-instr
DOC: Update release instructions for new robots.txt file.
2013-04-15 16:00:36 -07:00
Stefan van der Walt 474621c247 Merge pull request #503 from ahojnnes/exposure
STY: Remove duplicate import statement.
2013-04-15 15:24:57 -07:00
Stefan van der Walt 73e73c4bfb Merge pull request #500 from JDWarner/fix_preserve_rw_input_shape
BUG: Preserve input image shape upon executing `random_walker`.
2013-04-14 21:27:55 -07:00
Josh Warner (Mac) e3c3a69560 add assertion checks to ensure data shape is unchanged 2013-04-14 20:16:18 -05:00
Josh Warner (Mac) 8e0eb4a2b1 fix: remove unnecessary forced copy 2013-04-14 20:15:19 -05:00
Stefan van der Walt baae1d9a48 Merge pull request #501 from ahojnnes/skeletonize
BUG: Fix `skeletonize` return type.
2013-04-14 10:23:34 -07:00
Johannes Schönberger 16da3bc32a Remove duplicate import statement 2013-04-13 20:26:55 +02:00
Johannes Schönberger 9eabaf3cd9 Remove unnecessary conversion step to numpy array 2013-04-13 20:12:13 +02:00
Johannes Schönberger 3c038f8db3 Reformat code to comply with PEP8 2013-04-13 20:11:22 +02:00
Johannes Schönberger 0238e388ac Make return type of skeletonize function boolean 2013-04-13 20:09:36 +02:00
Josh Warner (Mac) 28c7d8afd3 Use force_copy argument of img_as_float
Also three PEP8 fixes
2013-04-12 10:02:33 -05:00
Josh Warner (Mac) f1ef7d5da2 PEP8 fixes; remove unneeded pyamg import; add data shape check 2013-04-11 14:02:10 -05:00
Josh Warner (Mac) 1edbf3e6f4 fix to preserve input image shape upon executing random_walker 2013-04-11 11:49:10 -05:00
Tony S Yu edfce92f30 Merge pull request #484 from almarklein/3d-selem
Adding predefined structuring elements for 3D morphology.
2013-04-09 22:29:19 -07:00
Tony S Yu f0cfc5de61 Merge pull request #497 from ahojnnes/guidelines
Rename development guidelines, so they are shown when opening a new PR
2013-04-09 21:50:27 -07:00
Tony S Yu 934db53f7c Merge pull request #498 from JDWarner/fix_canny_strel
Use specific structuring element in Canny function
2013-04-09 21:24:17 -07:00
Josh Warner (Mac) cf264353c1 FIX use specific structuring element in Canny 2013-04-09 19:37:09 -05:00
Johannes Schönberger 9ddb9e42aa Rename development guidelines, so they are shown when opening a new PR 2013-04-10 00:00:45 +02:00
Johannes Schönberger ecdfd518c6 Add test case for number of labels 2013-04-09 22:54:57 +02:00
Johannes Schönberger 9fc3f3d77f Add option to return number of labels 2013-04-09 22:50:30 +02:00
Johannes Schönberger 4e87f3f54e Inline helper functions of label 2013-04-09 19:49:14 +02:00
Johannes Schönberger 40e6ada311 Merge pull request #493 from ChrisBeaumont/vector_integral
vectorized transform.integral.integrate
2013-04-08 13:10:08 -07:00
Chris Beaumont 469b41b020 vectorized transform.integral.integrate 2013-04-08 14:10:17 -04:00
Tony S Yu 2838b97261 Merge pull request #371 from ahojnnes/gabor
Gabor filter
2013-04-07 14:12:41 -07:00
Johannes Schönberger 959e024318 Merge pull request #3 from tonysyu/gabor
Add better test of gabor filter
2013-04-07 13:55:35 -07:00
Tony S Yu 0f2628c7db Add better test of gabor filter 2013-04-07 10:43:43 -05:00
Johannes Schönberger 5c45812d92 Merge pull request #2 from tonysyu/gabor
Change API for Gabor filter
2013-04-07 00:22:58 -07:00
Tony S Yu ba12acdeb8 Update gabor example.
The parameter order to `gabor_filter` changed so this example was broken. Also, add plots of the Gabor responses to the demo.
2013-04-06 22:34:48 -05:00
Tony S Yu 67536c94f6 DOC: Tweak docstrings for Gabor filter 2013-04-06 21:30:50 -05:00
Tony S Yu 2bf178ceb2 Add bandwidth parameter to gabor_kernel
Note that this changes the API of `gabor_kernel` and `gabor_filter`: The input parameters are rearranged and positional arguments are changed to keyword args.
2013-04-06 21:18:53 -05:00
Tony S Yu 7d407fc778 Fix kernel-size calculation for non-zero theta. 2013-04-06 20:27:05 -05:00
Johannes Schönberger 95d1e627c6 Rename sigma parameters by adding an underscore as separator 2013-04-06 19:21:08 +02:00
Johannes Schönberger bab4e06c6e Update release instructions for new robots.txt file 2013-04-05 18:13:09 +02:00
Johannes Schönberger 21a5bd67ed Merge pull request #486 from yangzetian/peak-local-max-indices-nd
Fix peak_local_max's output for ndarray when indices is set to False
2013-04-03 09:21:18 -07:00
yangzetian da055e7ca3 Add test for nD exclude_border option 2013-04-03 19:21:04 +08:00
yangzetian 4a4517cb06 Merge pull request #1 from jni/peak-local-max-indices-nd
Make `exclude_borders` option in peak_local_max nD
2013-04-03 03:03:08 -07: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
François Boulogne 9f20e42031 Tony's comment on output format 2013-04-02 16:21:55 +02: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