Tony S Yu
|
7cf80e6ae5
|
Merge pull request #893 from blink1073/fix-adapthist-757
Add option for Adaptive Histogram border pixel handling.
|
2014-07-15 22:50:50 -05:00 |
|
Juan Nunez-Iglesias
|
74988b88d5
|
Merge pull request #1068 from vighneshbirodkar/rag_fix
Fix threshold in RAG example
|
2014-07-15 19:11:21 -05:00 |
|
Josh Warner
|
9e8875790f
|
Merge pull request #1069 from jni/nx-depends
Document NetworkX dependency in DEPENDS.txt
|
2014-07-15 11:19:16 -05:00 |
|
Juan Nunez-Iglesias
|
f262a71dc5
|
Document NetworkX dependency in DEPENDS.txt
|
2014-07-15 03:46:26 -05:00 |
|
Vighnesh Birodkar
|
21364e8741
|
Fixed threshold in example
|
2014-07-14 23:06:54 +05:30 |
|
blink1073
|
70a3760bca
|
Remove unused deprecation import.
|
2014-07-12 19:43:57 -05:00 |
|
blink1073
|
0392299fae
|
Refactor to use np.pad, naming changes, update test.
|
2014-07-12 19:12:53 -05:00 |
|
blink1073
|
a924e55b52
|
Fix handling of border pixels and update tests
|
2014-07-12 19:12:53 -05:00 |
|
Tony S Yu
|
5cafbd95e6
|
Add tests for intensity_range and rename parameter
|
2014-07-12 19:12:53 -05:00 |
|
blink1073
|
cc68b0c392
|
Start removing optional edge pixel handling
|
2014-07-12 19:10:32 -05:00 |
|
blink1073
|
2bdfcc7d5e
|
Fix failing tests and turn module level testing back ony
|
2014-07-12 19:10:32 -05:00 |
|
blink1073
|
ba010a3191
|
Update adapthist tests, add test for alpha channel and rgb mode handling.
|
2014-07-12 19:10:32 -05:00 |
|
blink1073
|
909f23baab
|
Switch to HSV, refactor equalize_adapthist, fix #757, cleanup docstring
|
2014-07-12 19:10:31 -05:00 |
|
blink1073
|
95a208eec5
|
Add test for adapthist modes
|
2014-07-12 19:10:31 -05:00 |
|
blink1073
|
9f7119b1c0
|
Change 'trim' to 'crop'
|
2014-07-12 19:10:31 -05:00 |
|
blink1073
|
9fa39e564a
|
Update docstring
|
2014-07-12 19:10:31 -05:00 |
|
blink1073
|
61fb831d31
|
Implement a mode enum
|
2014-07-12 19:10:31 -05:00 |
|
blink1073
|
196205956e
|
Set the unused portion of the image to 0
|
2014-07-12 19:10:31 -05:00 |
|
Juan Nunez-Iglesias
|
9cd276f754
|
Merge pull request #1058 from nlsn/default-selem
Default structuring element (selem)
|
2014-07-12 10:06:11 -05:00 |
|
Nelson Brown
|
3518e65ab4
|
Add newline at EOF of selem.py
|
2014-07-11 23:39:07 -07:00 |
|
Nelson Brown
|
c2bbca6113
|
Add a newline at EOF
|
2014-07-11 23:32:36 -07:00 |
|
Stefan van der Walt
|
2c9d22c5e1
|
Merge pull request #1032 from tonysyu/better-rescale-intensity
Tweak range definition in `rescale_intensity`
|
2014-07-12 00:56:06 +02:00 |
|
Stefan van der Walt
|
f587b5318b
|
Merge pull request #1059 from nlsn/exclude-win-libs
Add gitignore for *.pyd Windows libraries
|
2014-07-12 00:53:00 +02:00 |
|
Nelson Brown
|
7c53880f06
|
Add gitignore for *.pyd Windows libraries
|
2014-07-11 15:26:31 -07:00 |
|
Nelson Brown
|
9cd9a1372a
|
Address reviewer comments
Add newline at EOF of selem.py
Add "optional" to grey.py and binary.py
|
2014-07-11 15:19:33 -07:00 |
|
Tony S Yu
|
4c000c4d89
|
Use normal deprecation warning
|
2014-07-11 17:01:54 -05:00 |
|
Nelson Brown
|
1ef556b710
|
Remove unnecessary whitespace
|
2014-07-11 14:51:57 -07:00 |
|
Tony S Yu
|
879c2c7f36
|
Add tests for intensity_range and rename parameter
|
2014-07-11 16:30:18 -05:00 |
|
Nelson Brown
|
54aff88bd0
|
Add docstring for default structuring element
|
2014-07-11 14:10:18 -07:00 |
|
Nelson Brown
|
bb732c9225
|
Add default structuring element to morphology
|
2014-07-11 13:50:55 -07:00 |
|
Juan Nunez-Iglesias
|
1c27a97d26
|
Merge pull request #1052 from charris/numpy-1.9.0-fix
BUG: Fix slicing error revealed by numpy 1.9.0.
|
2014-07-04 19:40:27 -07:00 |
|
Charles Harris
|
7a074d5dd1
|
BUG: Fix slicing error revealed by numpy 1.9.0.
Numpy 1.9.0 no longer allows oversize data to be assigned to a
boolean indexed 1-d array by discarding excess elements.
Closes #1050.
|
2014-07-04 20:12:46 -06:00 |
|
Juan Nunez-Iglesias
|
6887f2cb90
|
Merge pull request #1031 from vighneshbirodkar/rag
Add region adjacency graphs (RAGs)
This PR introduces a dependency to the NetworkX library.
|
2014-07-02 22:24:09 -07:00 |
|
Vighnesh Birodkar
|
df1d61e461
|
Spelling correction.
|
2014-07-03 09:55:17 +05:30 |
|
Vighnesh Birodkar
|
351e769733
|
Docstring change
|
2014-07-03 09:54:34 +05:30 |
|
Vighnesh Birodkar
|
fb706d12d5
|
made RAG public and hyperlinked networkx.Graph documentation
|
2014-07-03 01:55:09 +05:30 |
|
Vighnesh Birodkar
|
a4bf278c5b
|
Doctest Passing
|
2014-07-03 00:26:22 +05:30 |
|
Vighnesh Birodkar
|
e558854dec
|
docstring change
|
2014-07-02 23:28:14 +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 |
|
Vighnesh Birodkar
|
99a45baca8
|
Changes to plot_rag.py
|
2014-07-02 00:21:47 +05:30 |
|
Vighnesh Birodkar
|
486f935db8
|
Rename methods and edit docstrings
|
2014-07-02 00:19:11 +05:30 |
|
Johannes Schönberger
|
600e3fd951
|
Merge pull request #1042 from stefanv/setup_numpy_dependence
Only import numpy after dependency check
|
2014-06-30 18:01:17 -04:00 |
|
Stefan van der Walt
|
df706be6c5
|
Merge pull request #1039 from kdmurray91/fix_freeimage_segfault
Fix freeimage segfault with a broken/truncated JPEG
|
2014-06-30 15:22:29 +02:00 |
|
Kevin Murray
|
4160a67a42
|
[skimage.io.tests] add truncated jpg imread tests
|
2014-06-30 19:35:35 +10:00 |
|
Kevin Murray
|
83d0717986
|
[test_freeimage] Allow ValueError to be raised
With the truncated image, sometimes ValueError is raised. This allows
either RuntimeError (i.e. libfreeimage error) or ValueError to be
raised.
|
2014-06-30 18:47:31 +10:00 |
|
Kevin Murray
|
7d9f9c46d9
|
[test_freeimage.py] remove extraneous statements
|
2014-06-30 14:45:51 +10:00 |
|
Kevin Murray
|
d69cdb951b
|
[freeimage tests] Add a test w/ truncated image
This tests tests the fix in the previous commit b9a7445, covering the
issue noted in issue #1037.
|
2014-06-30 14:45:51 +10:00 |
|
Vighnesh Birodkar
|
6abf194dd6
|
Use sets instead of dictionaries in merge_nodes
|
2014-06-28 21:02:25 +05:30 |
|
Vighnesh Birodkar
|
dd67b3fce7
|
Changed max_edge in example/plot_rag.py
|
2014-06-28 11:06:30 +05:30 |
|