Stefan van der Walt
|
dbbfb6e3e5
|
spath: Add Cython definition file to allow external use.
|
2009-12-03 09:36:56 +02:00 |
|
Stefan van der Walt
|
04fcbb0c53
|
Restore version file.
|
2009-12-03 09:36:10 +02:00 |
|
Stefan van der Walt
|
b22d10e2c8
|
spath: Remove debug prints.
|
2009-11-24 01:22:00 +02:00 |
|
Stefan van der Walt
|
e3b5e09a34
|
trace_path: reformat docs
|
2009-11-22 13:27:15 +02:00 |
|
Stefan van der Walt
|
dc6715bc08
|
trace_path: Add tests.
|
2009-11-22 13:20:41 +02:00 |
|
Stefan van der Walt
|
a0b2430726
|
trace_path: PEP7 fixes.
|
2009-11-22 13:15:19 +02:00 |
|
Stefan van der Walt
|
81c4019887
|
Add Zachy Pincus's trace_path routine for finding a low-cos path between a given start and end point.
|
2009-11-22 13:09:20 +02:00 |
|
Stefan van der Walt
|
870d2efc92
|
morphology: Wrap long lines.
|
2009-11-20 11:31:34 +02:00 |
|
Stefan van der Walt
|
372775029b
|
Merge branch 'damian-morphology' of git://github.com/deads/scikits.image into damian
Conflicts:
scikits/image/setup.py
|
2009-11-20 11:27:09 +02:00 |
|
Damian Eads
|
56056cb40f
|
Regression tests for morphology
|
2009-11-18 23:47:15 -08:00 |
|
Damian Eads
|
f7f294ccf1
|
Regression tests written for morphology
|
2009-11-18 22:59:34 -08:00 |
|
Stefan van der Walt
|
816640e890
|
Merge branch 'compatibility2.5' of git://github.com/tonysyu/scikits.image
|
2009-11-12 23:27:29 +02:00 |
|
Stefan van der Walt
|
0011fd17c6
|
io: Remove unneccesary import.
|
2009-11-12 22:34:58 +02:00 |
|
Stefan van der Walt
|
f9cf7760a0
|
io: Fix doctests.
|
2009-11-12 22:34:39 +02:00 |
|
Stefan van der Walt
|
0f604fa07e
|
io: Add null-plugin to simplify testing.
|
2009-11-12 22:34:19 +02:00 |
|
Stefan van der Walt
|
44c6c19234
|
Fix with statement for 2.5.
|
2009-11-12 22:13:19 +02:00 |
|
Tony
|
14975cb891
|
Rewrite as_grey property without enhanced property decorators to be python 2.5 compliant
|
2009-11-12 10:53:12 -05:00 |
|
Stefan van der Walt
|
9d64d8d0dc
|
setup: Fix Cython build.
|
2009-11-12 14:21:36 +02:00 |
|
Stefan van der Walt
|
1b501c83e1
|
setup: Only check for new Cython file if Cython executed successfully.
|
2009-11-12 14:11:51 +02:00 |
|
Stefan van der Walt
|
8099c35b31
|
Revert accidental change out of version.py
|
2009-11-12 13:58:17 +02:00 |
|
sccolbert
|
84f9c60bf4
|
added cvUndistort2 and its tests
|
2009-11-11 14:49:23 +01:00 |
|
sccolbert
|
152c6209c8
|
finished the lut tables
|
2009-11-10 05:12:23 +01:00 |
|
sccolbert
|
30048f2414
|
Fixed a small but serious bug in cvCvtColor.
|
2009-11-09 22:57:14 +01:00 |
|
Stefan van der Walt
|
ca7e337144
|
Merge branch 'io'
Conflicts:
scikits/image/analysis/spath.c
scikits/image/setup.py
|
2009-11-09 00:02:30 +02:00 |
|
Stefan van der Walt
|
d8709bd0c0
|
io: Add imsave using PIL.
|
2009-11-08 23:49:51 +02:00 |
|
Stefan van der Walt
|
d9f624959f
|
io: Throw exception when qt plugin can't be loaded.
|
2009-11-08 22:08:42 +02:00 |
|
Stefan van der Walt
|
c539a02b20
|
io: Fix one more instance of cdivision.
|
2009-11-08 22:02:15 +02:00 |
|
Stefan van der Walt
|
6c1bbc0297
|
Merge branch 'threadingio' of git://github.com/sccolbert/scikits.image into io
|
2009-11-08 20:30:07 +02:00 |
|
sccolbert
|
625291f361
|
added division decorators to cython. Improved how data gets chunked up.
|
2009-11-08 18:35:07 +01:00 |
|
Stefan van der Walt
|
2ac29d6fa8
|
Merge branch 'threadingio' of git://github.com/sccolbert/scikits.image into io
|
2009-11-08 11:07:57 +02:00 |
|
sccolbert
|
a6de1409e0
|
added try except to deal with missing multiprocessing.
|
2009-11-08 09:13:40 +01:00 |
|
Stefan van der Walt
|
db7583b62a
|
io: Move plugin tests to io/tests.
|
2009-11-08 09:44:52 +02:00 |
|
Stefan van der Walt
|
67e0cb03ea
|
Merge branch 'io' of git://github.com/sccolbert/scikits.image into io
Conflicts:
scikits/image/io/_plugins/qt_plugin.py
|
2009-11-08 09:44:00 +02:00 |
|
sccolbert
|
4beb9eb16b
|
added better logic to the thread dispatcher.
|
2009-11-08 05:39:02 +01:00 |
|
sccolbert
|
196ab7530a
|
first go at multithreading the mixer.
|
2009-11-08 05:28:24 +01:00 |
|
sccolbert
|
a3737fa34c
|
Added tests for colormixer and histograms. Moved tests up a directory level because
nosetests doesnt see tests in a directory beginning with an _ (_plugins/).
Moved fancy imshow to its own module scivi.py
|
2009-11-08 02:40:12 +01:00 |
|
Stefan van der Walt
|
a51aa32c1c
|
Add scripts for launching without setuptools.
|
2009-11-08 01:43:58 +02:00 |
|
Stefan van der Walt
|
1148a47691
|
io: Add _app_show for matplotlib plugin.
|
2009-11-08 01:24:20 +02:00 |
|
Stefan van der Walt
|
57a315240d
|
Remove imsave from matplotlib until fixed in their source.
|
2009-11-08 00:56:38 +02:00 |
|
Stefan van der Walt
|
992d9df37e
|
Add image viewer script.
|
2009-11-08 00:23:44 +02:00 |
|
Stefan van der Walt
|
0733f0dd93
|
Add scikits.image.test.
|
2009-11-07 23:55:32 +02:00 |
|
Stefan van der Walt
|
3c3fa01336
|
io: Combine qt imports.
|
2009-11-07 23:41:09 +02:00 |
|
Stefan van der Walt
|
ec5bba7682
|
io: Fix Qt import accidentally removed.
|
2009-11-07 23:22:06 +02:00 |
|
Stefan van der Walt
|
a99339f9d6
|
Add basic tests for _histograms.
|
2009-11-07 18:13:02 +02:00 |
|
Stefan van der Walt
|
0cc86e62c5
|
Merge branch 'io' of git://github.com/sccolbert/scikits.image into io
Conflicts:
scikits/image/io/_plugins/qt_plugin.py
|
2009-11-07 17:52:21 +02:00 |
|
sccolbert
|
5bbc0f8de2
|
removed a dangler.
|
2009-11-07 16:47:26 +01:00 |
|
sccolbert
|
03129f7bba
|
Added save to variable function using io.push() functionality.
|
2009-11-07 16:42:08 +01:00 |
|
Stefan van der Walt
|
c10f3a886c
|
Add image stack.
|
2009-11-07 17:41:29 +02:00 |
|
sccolbert
|
ac8dadf1ce
|
added save_to_variable functionality.
|
2009-11-07 16:10:07 +01:00 |
|
sccolbert
|
cc2b9ae634
|
fixed mouse tracking to not go out of bounds. Added save-to-file.
|
2009-11-07 14:58:06 +01:00 |
|