Rishabh Raj
|
235a9b3ec1
|
moves everything related to generating the IPython notebook, to a different file
|
2014-04-10 18:04:31 +05:30 |
|
Johannes L. Schönberger
|
88358f67cf
|
Merge pull request #978 from jni/more-deprecations
More deprecation removals
|
2014-04-10 07:45:18 -04:00 |
|
Rishabh Raj
|
a6f396b059
|
added newline at end of file
|
2014-04-10 16:47:40 +05:30 |
|
Rishabh Raj
|
db795bc796
|
fixes use of camel case
|
2014-04-10 16:46:14 +05:30 |
|
Juan Nunez-Iglesias
|
17541e2cdc
|
Update plugin class doc example to use output
|
2014-04-10 12:19:23 +10:00 |
|
Juan Nunez-Iglesias
|
9ef9045875
|
Update lineprofile examples to use returned output
|
2014-04-10 12:16:14 +10:00 |
|
Juan Nunez-Iglesias
|
69f5e9d5fe
|
Update viewer example to use plugin outputs
|
2014-04-10 12:11:45 +10:00 |
|
Juan Nunez-Iglesias
|
3f518765cb
|
Fix plot_segmentations example text for SLIC
|
2014-04-10 11:47:54 +10:00 |
|
Juan Nunez-Iglesias
|
213390d9f9
|
Remove deprecated function from applications
|
2014-04-10 11:46:36 +10:00 |
|
Juan Nunez-Iglesias
|
3ceac7237c
|
Merge pull request #972 from stefanv/test/travis_warnings
Print warnings while testing
|
2014-04-10 11:27:32 +10:00 |
|
Rishabh Raj
|
da36df0bc9
|
added Notebook class for creating IPython notebooks, better name for main object variable
|
2014-04-09 23:41:28 +05:30 |
|
Vighnesh Birodkar
|
a4a939e74b
|
improved test coverage
|
2014-04-09 23:19:25 +05:30 |
|
Stefan van der Walt
|
c0625f8c5a
|
Distinguish between executable Python and Python version for apt-get
|
2014-04-09 18:24:18 +02:00 |
|
Vighnesh Birodkar
|
a66f2a0b37
|
extra line and spelling mistake
|
2014-04-09 20:30:33 +05:30 |
|
Juan Nunez-Iglesias
|
5963f5d1a0
|
Remove deprecated bullet point about deprecations
|
2014-04-10 00:04:35 +10:00 |
|
Juan Nunez-Iglesias
|
18ce9d2b95
|
Remove depth from random_walker tests
|
2014-04-09 23:44:34 +10:00 |
|
Juan Nunez-Iglesias
|
264ca6ebd9
|
Remove deprecated depth parameter in random_walker
This has been supplanted by the `spacing` parameter.
|
2014-04-09 23:41:37 +10:00 |
|
Juan Nunez-Iglesias
|
0af070b92f
|
Change default mode cascade in random_walker seg
|
2014-04-09 23:35:42 +10:00 |
|
Juan Nunez-Iglesias
|
193717ce59
|
Remove another finished line from todo
|
2014-04-09 23:31:13 +10:00 |
|
Juan Nunez-Iglesias
|
2091dbfe13
|
Remove deprecated parameter in LineProfile
|
2014-04-09 23:30:16 +10:00 |
|
Juan Nunez-Iglesias
|
f2cbb0d991
|
Remove removing deprecated rank functions in to-do
|
2014-04-09 23:28:31 +10:00 |
|
Juan Nunez-Iglesias
|
45beadcb23
|
Remove all deprecated rank filter functions
|
2014-04-09 23:26:42 +10:00 |
|
Stefan van der Walt
|
d4ba604e4e
|
Merge pull request #974 from jni/slic-depr
Remove deprecated SLIC keyword arguments
|
2014-04-09 12:23:38 +02:00 |
|
Stefan van der Walt
|
9cf5eeb20e
|
Merge pull request #975 from jni/isrgb-depr
Remove deprecated functions is_gray and is_rgb
|
2014-04-09 12:21:58 +02:00 |
|
Juan Nunez-Iglesias
|
82e6135e2f
|
Remove finished entry from TODO.txt
|
2014-04-09 19:42:29 +10:00 |
|
Juan Nunez-Iglesias
|
fdc2b8dc93
|
Remove is_gray and is_rgb
|
2014-04-09 19:41:50 +10:00 |
|
Juan Nunez-Iglesias
|
68a53337aa
|
Remove 'ratio' kwarg from SLIC example
|
2014-04-09 18:32:10 +10:00 |
|
Juan Nunez-Iglesias
|
39d6360eec
|
Remove SLIC deprecations for 0.10 from TODO.txt
|
2014-04-09 17:58:10 +10:00 |
|
Juan Nunez-Iglesias
|
dcd822bf48
|
Remove deprecated sigma default warning in SLIC
|
2014-04-09 17:57:06 +10:00 |
|
Juan Nunez-Iglesias
|
9510c03ce5
|
Remove deprecated ratio keyword in SLIC
|
2014-04-09 17:55:35 +10:00 |
|
Vighnesh Birodkar
|
7a4401e262
|
doc string change
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
e818a42fba
|
moved public interface of hessian determinant to corner.py
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
61a8a78657
|
made hessian_det_appx public
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
a15c5fac87
|
indexing
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
1b2ca1145b
|
doc test
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
fbf40b0ae7
|
corrections to cython file, switched dtype to double
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
630136ae91
|
added full paper desc.
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
d5f9ebfc8f
|
minor doc changes
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
3cf6bffe84
|
bento change
|
2014-04-09 10:33:24 +05:30 |
|
Vighnesh Birodkar
|
507a2159b9
|
notes change
|
2014-04-09 10:27:53 +05:30 |
|
Vighnesh Birodkar
|
2e441b2e5b
|
tests and minor corrections
|
2014-04-09 10:27:53 +05:30 |
|
Vighnesh Birodkar
|
a4029c0e71
|
removed print
|
2014-04-09 10:27:53 +05:30 |
|
Vighnesh Birodkar
|
cca0c74cf7
|
added python call and doc strings
|
2014-04-09 10:27:53 +05:30 |
|
Vighnesh Birodkar
|
d58cab146f
|
pep8 cython file
|
2014-04-09 10:27:53 +05:30 |
|
Vighnesh Birodkar
|
2781d30bb7
|
doc strings
|
2014-04-09 10:27:53 +05:30 |
|
Vighnesh Birodkar
|
448c4114ae
|
made methods private
|
2014-04-09 10:27:53 +05:30 |
|
Vighnesh Birodkar
|
f456245d57
|
added cython file
|
2014-04-09 10:27:53 +05:30 |
|
Stefan van der Walt
|
717f5feb51
|
Fix typo in docstring
|
2014-04-08 11:15:24 +02:00 |
|
Stefan van der Walt
|
14773e34d5
|
Print warnings while testing
|
2014-04-08 01:19:37 +02:00 |
|
Stefan van der Walt
|
c18d4bbe59
|
Update view_as_windows docstring
|
2014-04-07 18:18:09 +02:00 |
|