Johannes Schönberger
|
5f012cb19d
|
Set random seed value to ensure tests always pass
|
2013-01-17 09:07:48 +01:00 |
|
Johannes Schönberger
|
d202cea8a8
|
Merge pull request #419 from JDWarner/fix_noisy_square_seed
fix: set random seed in `test_noisy_square_image`
|
2013-01-16 23:38:48 -08:00 |
|
Johannes Schönberger
|
94c7cc0459
|
Merge pull request #415 from tonysyu/update-bento-build
BUG: Update bento build to match setup files.
|
2013-01-16 23:34:39 -08:00 |
|
Josh Warner (Mac)
|
6d2aad45ab
|
fix: set random seed in test_noisy_square_image
|
2013-01-16 23:35:50 -06:00 |
|
Stefan van der Walt
|
bf4709155d
|
PKG: MSVC build fixes by Christoph Gohlke.
|
2013-01-17 11:11:21 +07:00 |
|
Tony S Yu
|
697c173227
|
BUG: Update bento build to match setup files.
|
2013-01-16 19:37:47 -06:00 |
|
Johannes Schönberger
|
8578158f1d
|
Make some stylistic code layout changes
|
2013-01-16 20:06:53 +01:00 |
|
François Boulogne
|
315161c638
|
Merge branch 'master' of git://github.com/scikit-image/scikit-image
Conflicts:
skimage/draw/_draw.pyx
|
2013-01-16 20:03:17 +01:00 |
|
Johannes Schönberger
|
ebc020fe01
|
Wrap line and group imports
|
2013-01-16 20:01:41 +01:00 |
|
Johannes Schönberger
|
0f36316dd4
|
Add empty lines between functions
|
2013-01-16 19:54:08 +01:00 |
|
Johannes Schönberger
|
4b27c87385
|
Fix PEP8 issues
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
62b359a39b
|
add test point position circle-ellipse
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
5711cea92d
|
fix docstring
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
1400eb44b3
|
fix for master
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
843d2d1160
|
remove brackets
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
cc061029f3
|
remove print statement
|
2013-01-16 19:54:07 +01:00 |
|
François Boulogne
|
dd41c9a654
|
add myself to contributors
|
2013-01-16 19:54:07 +01:00 |
|
Johannes Schönberger
|
805e554a11
|
Fix PEP8 issues
|
2013-01-16 19:52:50 +01:00 |
|
Johannes Schönberger
|
b1e5106029
|
Use same cython directives for whole source file
|
2013-01-16 19:52:50 +01:00 |
|
Johannes Schönberger
|
70825a420e
|
Use char type for circle_perimeter method for speedup
|
2013-01-16 19:52:50 +01:00 |
|
Stefan van der Walt
|
c9fd084624
|
Merge pull request #412 from ahojnnes/draw-cython-directives
ENH: Some improvements to draw.
|
2013-01-13 18:41:45 -08:00 |
|
François Boulogne
|
075c43109a
|
new method: ellipse_perimeter
|
2013-01-13 16:39:02 +01:00 |
|
Johannes Schönberger
|
55ac092e2f
|
Fix PEP8 issues
|
2013-01-13 11:48:37 +01:00 |
|
Johannes Schönberger
|
cc014a14db
|
Use same cython directives for whole source file
|
2013-01-13 11:46:42 +01:00 |
|
Johannes Schönberger
|
2a46cc57de
|
Use char type for circle_perimeter method for speedup
|
2013-01-13 11:44:09 +01:00 |
|
Johannes Schönberger
|
accdf3b370
|
Fix typo in doc string
|
2013-01-13 11:38:36 +01:00 |
|
Johannes Schönberger
|
b304a18eba
|
Merge pull request #410 from sciunto/circle
Circle perimeter: add new method: Andres
|
2013-01-13 02:35:55 -08:00 |
|
François Boulogne
|
7eab419cab
|
add references
|
2013-01-12 12:19:06 +01:00 |
|
François Boulogne
|
3b84744c25
|
fix docstring + PEP8
|
2013-01-12 11:58:33 +01:00 |
|
François Boulogne
|
1fb5ae1a75
|
fix variable
|
2013-01-12 11:29:18 +01:00 |
|
François Boulogne
|
60b560ff9e
|
add andres method for circle_perimeter
|
2013-01-12 10:56:52 +01:00 |
|
Stefan van der Walt
|
fa02f46966
|
Merge pull request #406 from blink1073/bug-adapthist-py3k
BUG: Adapthist 3.x fixes.
|
2013-01-10 02:56:38 -08:00 |
|
Johannes Schönberger
|
7d328ae984
|
Merge pull request #384 from andersbll/master
Dense DAISY feature description
|
2012-12-30 00:40:09 -08:00 |
|
Tony S Yu
|
f517eaa0e7
|
ENH: Cast arrays for numpy compatibility.
The casting rules in newer versions of numpy are stricter, so ensure that we have a compatible data type.
|
2012-12-29 18:21:49 -05:00 |
|
Tony S Yu
|
883885e254
|
Merge pull request #3 from blink1073/canvastools
ENH: Adjusted save_to_file to create a proper composite image
|
2012-12-29 14:29:53 -08:00 |
|
Steven Silvester
|
eeaf04ed59
|
STY: Minor change to trigger Travis build
|
2012-12-28 21:59:19 -06:00 |
|
Steven Silvester
|
f48f94f0be
|
BUG: Adapthist interpolation grids could be improperly spaces
|
2012-12-28 18:37:15 -06:00 |
|
Steven Silvester
|
103bd96a3b
|
ENH: Adjusted save_to_file to create a proper composite image
|
2012-12-28 18:24:29 -06:00 |
|
Stefan van der Walt
|
c3b1984190
|
Merge pull request #372 from ahojnnes/tv-filter
ENH: New implementation of TV denoising.
|
2012-12-28 12:16:17 -08:00 |
|
Steven Silvester
|
1af3d69cde
|
BUG: Fixed another division error
|
2012-12-28 01:33:01 -06:00 |
|
Steven Silvester
|
713e5dc734
|
BUG: Adapthist error caused by divisor operator change in py3k
|
2012-12-28 00:53:23 -06:00 |
|
Anders Boesen Lindbo Larsen
|
1c674f63c1
|
Merge branch 'master' of github.com:andersbll/scikit-image
Conflicts:
CONTRIBUTORS.txt
|
2012-12-27 21:46:29 +01:00 |
|
Anders Boesen Lindbo Larsen
|
101bcc6a82
|
Add myself as contributor.
|
2012-12-27 20:44:08 +01:00 |
|
Anders Boesen Lindbo Larsen
|
4206804175
|
Fixed submodule import.
|
2012-12-27 20:42:02 +01:00 |
|
Anders Boesen Lindbo Larsen
|
8d8b8ef4f7
|
No need to normalize angular smoothing.
|
2012-12-27 20:42:02 +01:00 |
|
Anders Boesen Lindbo Larsen
|
b770578aae
|
Move set_color() to draw module.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
74e6c38d6f
|
Handle all non-float images.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
67701614c1
|
Add DAISY visualization + example plot.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
2313361cf9
|
Add circle perimeter to draw module.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
633443ec49
|
Better Sphinx documentation.
|
2012-12-27 20:42:01 +01:00 |
|