François Boulogne
3df362a1b1
DOC: add space before column on variable def
2016-05-22 16:23:19 +02:00
Stefan van der Walt
a39dac7c52
Use row/column instead of x, y convention
2016-02-02 12:05:30 -08:00
Stefan van der Walt
bf7e885064
Polygon clipping requires mpl, but it is now a dependency. Remove warning.
2016-02-02 08:25:41 -08:00
Stefan van der Walt
96e9e77388
PEP8 cleanups
2016-02-02 08:25:41 -08:00
Stefan van der Walt
5e906fb4ec
Add missing import
2016-02-02 08:25:41 -08:00
Stefan van der Walt
5280cacb82
Avoid matplotlib testing problems on Travis-CI
2016-02-02 08:25:41 -08:00
Stefan van der Walt
45f8bd2e72
Fix typos from PR feedback
2016-02-02 08:25:41 -08:00
Stefan van der Walt
88a269c282
Add polygon perimiter drawing
2016-02-02 08:25:41 -08:00
Stefan van der Walt
6d103b5a7f
Revert back usage of full_like to support older numpy
2016-01-31 09:43:28 -08:00
Stefan van der Walt
772dc48337
Simplify alpha vector generation
2016-01-27 14:28:40 -08:00
Stefan van der Walt
c8ba77d5f9
Clean up implementation
2016-01-24 19:42:24 -08:00
Stefan van der Walt
e2f874e75f
draw: Add alpha ability to set_color
2016-01-23 16:02:49 -08:00
Steven Silvester
a4d0ac85cc
Merge pull request #1603 from michaelpacer/draw_coords
...
Fixed variable names to accord with r, c naming convention
2015-12-21 12:11:16 -06:00
Steven Silvester
98877016f3
Allow polygon to take a list or tuple and add a test
2015-09-05 20:18:55 -05:00
Steven Silvester
09c8a84a54
Merge pull request #1518 from stefanv/relative_imports
...
Consistently use relative imports
2015-07-12 14:41:06 -05:00
michaelpacer
1b31af72b0
Fixed variable names to accord with r, c naming convention
2015-07-12 12:42:11 -05:00
Stefan van der Walt
5eebce97ae
Rename starting point of line
2015-07-12 09:47:42 -05:00
Stefan van der Walt
a659aa1acc
Fix and clean up anti-aliased line drawing ( closes #1563 )
2015-07-11 18:39:37 -05:00
Stefan van der Walt
83d5ff9001
Consistently use relative imports
2015-07-11 15:41:37 -05:00
bennlich
23670b4f02
Explicitly cast upper_left and lower_right to ints
2015-06-24 08:46:57 -07:00
bennlich
84831fce87
Fix bug when shape parameter is passed in from color images
2015-05-27 14:13:19 -07:00
bennlich
5ee137f904
Always maximally constrain bounding_shape when creating ellipse
2015-05-22 17:28:55 -07:00
Johannes Schönberger
fcdffd7e3d
Do not acquire GIL for draw functions
2015-05-20 20:26:57 -07:00
Steven Silvester
09876408fc
Fix some sphinx warnings and add to build
...
Fix some sphinx warnings
Add documentation build to test
Add documentation build to test
Remove change in numpydoc
Remove change in apigen
Add makefile target for html and add to travis script
Add a makefile target for html and add to travis script
Fix more sphinx warnings
2015-02-07 16:40:26 -06:00
Steven Silvester
b6a1bcdb06
Merge pull request #1324 from ahojnnes/rel-import
...
Use relative imports in skimage files
2015-01-25 15:26:34 -06:00
François Boulogne
6633ca9a71
PEP8
2015-01-22 13:41:49 -05:00
Johannes Schönberger
ee5c6fbeb2
Use relative imports in skimage files
2015-01-22 07:36:48 -05:00
François Boulogne
310ddf6d62
DOC: fix typo
2015-01-18 21:38:34 -05:00
François Boulogne
8befed20bf
DOC: fix typos
2015-01-18 19:55:53 -05:00
Steven Silvester
f898bd0209
Style fixes
2014-12-26 11:26:30 -06:00
Steven Silvester
c0a0490eed
Fix handling of multiple warnings and update tests
...
Fix handling of multiple warnings
Update all test __init__ files
Update segmentation pkg
Update the color pkg
Update the exposure pkg
Update the filters pkg
Update the io pkg
Update the measure pkg
Update morphology package
Restructure test setup function
Add expected_warnings to __all__
Update restoration pkg.
Remove explicit filter check since it is done elsewhere
Fix the image test helpers
Update the transform pkg
Fix util pkg
Update viewer pkg
2014-12-23 16:51:06 -06:00
Steven Silvester
4680f30466
Add a test setup helper function
...
Add a function to set up a skimage test
Switch to new test helper function
Import local packages that raise warnings in test setup function
More fixes to doctests
Fix regionprops doc test
Try and fix the test_rank failure.
Remove no longer needed RectangleSelector shim
Skip more doctests in _regionprops
Try importing another scipy subpackage
2014-12-23 16:49:20 -06:00
Steven Silvester
f72882fbd2
Import scipy before turning on warnings
2014-12-23 16:49:19 -06:00
Steven Silvester
874d68ba3f
# This is a combination of 7 commits.
...
# The first commit's message is:
Add a known_warning decorator and suppress warnings in color pkg
# This is the 2nd commit message:
Use the existing all_warnings context manager
# This is the 3rd commit message:
Raise warnings in data
# This is the 4th commit message:
Raise warnings in draw
# This is the 5th commit message:
Raise warnings in exposure
# This is the 6th commit message:
Suppress warnings in exposure tests
# This is the 7th commit message:
Add comments about warning suppressions
2014-12-23 16:46:24 -06:00
François Boulogne
44d10176dc
DOC: fix mistake optional flag
2014-11-10 08:10:14 +01:00
François Boulogne
e8cd48b8ae
DOC: enhance docstring
2014-11-10 08:09:26 +01:00
François Boulogne
c736ff2c1a
MAINT: mutualize function
2014-11-09 22:07:05 +01:00
François Boulogne
8e2f397700
add shape option to draw functions
2014-11-09 22:05:59 +01:00
Steven Silvester
9ea43d777b
Avoid type incompatibility warnings
2014-10-04 21:41:35 -05:00
Alexey Umnov
88a9cb4060
Added float conversions for python2.x
2014-09-17 20:20:26 +04:00
Alexey Umnov
abcd613593
Fixed ellipse symmetry and added some tests.
2014-09-17 19:13:36 +04:00
François Boulogne
b3f0c1eb96
FIX bug #832 + testcase
2014-03-16 15:46:39 -04:00
François Boulogne
6093c55aa2
MIN: typo
2014-03-15 10:29:45 -04:00
François Boulogne
67b1335c15
remove '' around ValueError
2014-03-15 08:50:53 -04:00
François Boulogne
c6e916d082
remove extra )
2014-03-15 08:26:45 -04:00
François Boulogne
a423bd15e6
MAINT: use asset_allclose instead of round
2014-03-15 07:58:01 -04:00
François Boulogne
ee12ccff26
TEST: add unittest about ValueError
2014-03-15 07:47:05 -04:00
Johannes Schönberger
342205fcde
Speed up memory views in line drawing function
2013-10-18 20:54:28 +02:00
Johannes Schönberger
a9e9012d1a
Re-add missing parts
2013-10-14 18:24:58 +02:00
Johannes Schönberger
ffbe37ad9d
Add test case for set_color function
2013-10-14 18:01:03 +02:00