Steven Silvester
782ba46a4c
Handle more warnings
...
Punt on the issue of warnings with the minimum build
Handle warnings in measure pkg
Fix the rank filter test by forcing a random seed in the function
Compare as boolean in imread test
Import loadmat in test_setup to avoid warning
Use a setup method for imread plugin test
Revoke unintended changes
Fix indentation to appease jni
More indentation fixes
Fix unintentional comment out
2014-12-23 16:49:59 -06:00
Steven Silvester
2756358f3c
Clean up PIL plugin and handle more warnings
...
Use the pil plugin to load data files
Fix install_requires string formatting
Dead end commit
Make all tools executable
Remove debug print
Suppress PIL resourcewarnings
Handle a few more warnings
2014-12-23 16:48:38 -06: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
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
Geoffrey French
29763582f5
Fixed Python 3 error in plot_windowed_histogram caused by use of incorrect division operator. Also tweaked the similarity computation a little.
2014-09-01 20:29:17 +01:00
Geoffrey French
da93619e59
Fixed some issues with the new windowed_histogram function in filter.rank.
...
It used to be able to output uint8 histogram, whose max pixel counts of 255 could easily overflow. Addressed by limiting the output type to float.
Normalized histograms are now generated, otherwise behaviour is unpredictable at boundaries or when pixels are not permitted by a mask.
The new optional n_bins parameter allows the caller to specify the size of the histogram generated. Having it fixed to image.max()+1 could result in feature vectors being shorter than desired just due to a value not being used in an image.
An example has been added to the docs, that demonstrates the application of windows histograms in object matching; a single coin is extracted and found by chi squared histogram matching.
2014-08-31 22:25:45 +01:00
Julien Coste
218eb4e89e
fix import inside documentation and update TODO
2014-08-31 11:48:34 +01:00
Vighnesh Birodkar
3f7ce2e670
Added example with cubehelix
2014-08-15 21:28:47 +05:30
Vighnesh Birodkar
e42c065243
corrected title
2014-08-15 14:11:53 +05:30
Vighnesh Birodkar
82f158482e
removed file save
2014-08-15 14:11:53 +05:30
Vighnesh Birodkar
cfaa83cf26
Chnaged palette in example
2014-08-15 14:11:53 +05:30
Vighnesh Birodkar
5c5b60df4c
Chnaged palette in example
2014-08-15 14:11:53 +05:30
Vighnesh Birodkar
3553809c55
pep8
2014-08-15 14:11:53 +05:30
Vighnesh Birodkar
bcbfdb28f5
add desaturate option
2014-08-15 14:11:53 +05:30
Vighnesh Birodkar
4005749a61
rebase and change API to support mpl colorspec
2014-08-15 14:10:37 +05:30
Vighnesh Birodkar
78caebf6d2
string wrap
2014-08-15 14:10:10 +05:30
Vighnesh Birodkar
5c662b4472
Docstrings
2014-08-15 14:10:09 +05:30
Vighnesh Birodkar
f4aa0fc8e1
Formatting
2014-08-15 14:07:58 +05:30
Vighnesh Birodkar
39dfcc4144
Frist working copy of RAG draw
2014-08-15 14:07:58 +05:30
Vighnesh Birodkar
6ef01cb4dc
change ref format in example
2014-08-13 02:12:51 +05:30
Vighnesh Birodkar
f261e51faa
rename method to cut_normalized
2014-08-05 23:33:23 +05:30
Vighnesh Birodkar
22b5f4addf
Added example for ncut
2014-08-05 23:33:22 +05:30
Vighnesh Birodkar
21364e8741
Fixed threshold in example
2014-07-14 23:06:54 +05:30
Vighnesh Birodkar
351e769733
Docstring change
2014-07-03 09:54:34 +05:30
Vighnesh Birodkar
c1cf8e6347
Got doctest to pass and docstring changes
2014-07-02 23:13:17 +05:30
Vighnesh Birodkar
6003ab2c7d
Typos
2014-07-02 00:31:01 +05:30