Commit Graph

550 Commits

Author SHA1 Message Date
Juan Nunez-Iglesias 0d134987f9 Harmonize all ndimage usage across the library
Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Juan Nunez-Iglesias 82a5d0c5d9 Remove unused variable in example 2015-06-09 11:45:10 +10:00
K.-Michael Aye fdc7e6f99a removing unnecessary loop counter
Why use an un-pythonic counter if it's not required? ;)
2015-06-05 11:54:28 -06:00
Kevin Keraudren 4dfa467c34 code simplification 2015-05-31 15:25:41 +01:00
Kevin Keraudren 941cdda8f5 the output of hough_ellipse needs to be rounded before being truncated 2015-05-30 20:47:37 +01:00
emmanuelle a8a39ebf35 Used new function to generate binary blobs in existing gallery example 2015-05-09 12:08:21 +02:00
Stefan van der Walt d6870c6de7 Merge pull request #1066 from msarahan/PhaseCorrelation
Add subpixel shift registration
2015-03-02 08:30:45 -08:00
Stefan van der Walt cf8d69ca81 Merge pull request #1077 from buzmakov/master
Increase reconstruction quality of FPB in iradon documentation example.
2015-03-02 08:24:47 -08:00
Michael Sarahan 71a89697f0 improve test coverage. Use SciPy's fourier_shift for examples. 2015-02-21 11:33:37 -08:00
Josh Warner 4644bdd347 Merge pull request #874 from emmanuelle/nlm_denoise
FEAT: NL-means denoising
2015-02-19 16:53:58 -06:00
Juan Nunez-Iglesias 5bd36730fc Update plot_ncut example to use skimage.future 2015-02-03 15:13:02 +11:00
Juan Nunez-Iglesias 483d7d669b Update plot_rag examples to use skimage.future 2015-02-03 15:10:54 +11:00
Michael Sarahan 03dc489457 Add subpixel-precision image translation registration function to feature module 2015-01-29 20:09:50 -08:00
Vighnesh Birodkar d3775f9a3c Improved test case 2015-01-29 20:33:14 +05:30
Vighnesh Birodkar e79bbed001 Improved test case and removed duplicate test 2015-01-28 22:01:30 +05:30
Vighnesh Birodkar c5f8f27e44 code cleanup and removed test 2015-01-27 21:33:22 +05:30
Vighnesh Birodkar 4c4d7108e1 handled the function with callbacks 2015-01-27 21:33:22 +05:30
Vighnesh Birodkar a080aa724a rebase and docstring changes 2015-01-27 21:33:21 +05:30
Vighnesh Birodkar 9a192bf1cb fix example 2015-01-27 21:33:21 +05:30
Vighnesh Birodkar f33c2cad13 Description of example 2015-01-27 21:33:21 +05:30
Vighnesh Birodkar b35fe6948f working code 2015-01-27 21:33:21 +05:30
emmanuelle dd9030d44c Implemented fast algorithm also for 3-D and 2D-RGB images. Changed API so
that there is only one function for fast and classic algorithms.
2015-01-18 22:18:29 +01:00
Pratap Vardhan 6346d54be2 DOC: Example spell corrections 2014-12-16 12:12:27 +05:30
Johannes Schönberger 7fe31b280d Merge pull request #1295 from stefanv/doc_build_fixes
Doc build fixes
2014-12-15 10:04:42 +01:00
Stefan van der Walt 21d3f151c0 Fix warnings generated by gallery examples 2014-12-15 02:20:12 +02:00
emmanuelle 04a3c89438 Removed seealso field that was not recognized in gallery example 2014-12-13 15:05:30 +01:00
emmanuelle 4e64876217 Over and underline alignment 2014-12-13 15:04:54 +01:00
emmanuelle 2e91b0db95 Moved non-local means denoising to restoration submodule 2014-12-06 13:16:40 +01:00
Emmanuelle Gouillart a5ed4acf86 Some improvements of non-local means denoising:
- denoising RGB is now possible, and "colored patches" are then compared

- the main function is now in a pure Python file so that default values
  of kw arguments are visible in the help

- reduced the number of computations of patches bound (but this doesn't
  change much the total speed).

- added an example for the gallery

I also played with functions that could replace the exponential by a
faster and less precise function, but it turns out that most of the time
is spent in additions and multiplications when computing the distance
between two patches.
2014-12-06 12:00:47 +01:00
emmanuelle 6f561130e6 Added references on rotation invariance and filters. 2014-11-30 17:08:49 +01:00
emmanuelle 78e4d7a00d Added a second example to the edge filtering gallery example, focusing on
the difference between Scharr and Sobel filters.
2014-11-30 14:45:12 +01:00
emmanuelle 78415132c4 Removed deprecated module name filter from tutorial 2014-11-26 23:02:38 +01:00
Stefan van der Walt f530e866d9 Merge pull request #705 from emmanuelle/userguide
Additions to the user guide: getting started section
2014-11-23 01:03:42 +02:00
Tony S Yu 56e4283df9 Update import to match rename of filters module 2014-11-11 23:03:50 -06:00
Tony S Yu c109978c61 Set colormap to grayscale 2014-11-11 23:01:27 -06:00
Tony S Yu 379d8b1fb8 Add example for adapt_rgb 2014-11-11 23:01:27 -06:00
Stefan van der Walt 78a7b7307a Rename and deprecate filter module to prevent shadowing of built-in keyword 2014-11-10 12:53:50 +02:00
Rebecca fd94ca6ff5 renamed gabors 2014-11-07 16:04:53 +02:00
Rebecca 1b217f971e replacing lena in examples and most tests 2014-11-07 16:01:23 +02:00
Vighnesh Birodkar febef86bbb added non in-place merge 2014-10-04 20:19:58 +05:30
François Boulogne 9214e8193c DOC: introduce variable num_peaks for reusability 2014-09-05 22:24:21 -04:00
Johannes Schönberger c4bb726ff6 Replace jet with hot colormap 2014-09-03 12:55:07 -04:00
Johannes Schönberger 90b2755b01 Fix spelling 2014-09-03 12:54:45 -04:00
Johannes Schönberger 9ee87498ba PEP8 fixes and rearranged images in plot 2014-09-02 19:20:25 -04:00
Johannes Schönberger 2bfa7b6f3c Merge pull request #1127 from Brittix1023/windowed_histogram
Windowed histogram
2014-09-02 19:00:09 -04:00
Geoffrey French 5342299572 PEP8 compliance and doc formatting fixes. 2014-09-02 19:16:41 +01:00
Geoffrey French e6bda5accd Fix to skimage.filter.rank.windowed_histogram docstring.
Better explanation of technique in plot_windowed_histogram example, along with (hopefully correct) citations.
Relevant additions to release_dev.txt and CONTRIBUTORS.txt.
2014-09-01 23:41:03 +01:00
Geoffrey French a90096555b Docstring and comment improvements and fixes in plot_windowed_histogram.
Readability improvement to skimage/io/__init__.py
2014-09-01 22:59:59 +01:00
Geoffrey French 9f5a6fddbf Fixed comment in plot_windowed_histogram. 2014-09-01 22:46:12 +01:00
Geoffrey French 0936522064 Improved plot_windowed_histogram doctoring, removed unnecessary imports and removed an internal testing line. 2014-09-01 22:44:45 +01:00