Commit Graph

2839 Commits

Author SHA1 Message Date
Johannes Schönberger 7e578b5dec Fix index type error in SLIC function 2013-02-22 17:05:39 +01:00
Johannes Schönberger 983cb76319 Remove print statement 2013-02-22 17:05:39 +01:00
Johannes Schönberger a68be842ab Fix index type errors in draw module 2013-02-22 17:05:38 +01:00
Johannes Schönberger 614023b941 Replace ssize_t with Py_ssize_t globally 2013-02-22 17:05:38 +01:00
Johannes Schönberger 2c90aa70e5 Use np.intp rather than ssize_t for ndarrays 2013-02-22 17:05:11 +01:00
Johannes Schönberger 2957cb873b Change type to ssize_t for all index and size variables 2013-02-22 17:05:11 +01:00
Johannes Schönberger 9f55fa2112 Change type to ssize_t for all index and size variables 2013-02-22 17:05:10 +01:00
Johannes Schönberger c9f72e93d6 Change type to ssize_t for all index and size variables 2013-02-22 17:05:10 +01:00
Johannes Schönberger 0b99eb68f4 Change type to ssize_t for all index and size variables 2013-02-22 17:05:10 +01:00
Johannes Schönberger 8eb208616c Rename Py_ssize_t to ssize_t for consistency within skimage 2013-02-22 17:05:10 +01:00
Johannes Schönberger 96c5f894ec Change type to ssize_t for all index and size variables 2013-02-22 17:05:10 +01:00
Johannes Schönberger 6026ddd9a2 Change type to ssize_t for all index and size variables 2013-02-22 17:03:12 +01:00
Johannes Schönberger df68526462 Change type to ssize_t for all index and size variables 2013-02-22 17:03:12 +01:00
Johannes Schönberger 92f609a948 Change type to ssize_t for all index and size variables 2013-02-22 17:03:12 +01:00
Johannes Schönberger 9f14edaa57 Merge pull request #432 from thouis/sse_ctmf
Use SSE/MMX/Altivec for faster CTMF
2013-02-22 07:50:06 -08:00
Thouis (Ray) Jones d2b98a93e9 remove _histogram.h from setup.py, it's been moved to _shared 2013-02-21 11:45:32 -05:00
Thouis (Ray) Jones 1580c466c1 pep8 2013-02-20 10:35:51 -05:00
Thouis (Ray) Jones ba1d27b357 move _histogram.h to _shared/vectorized_ops.h, and copyright info to CONTRIBUTORS.txt 2013-02-19 21:44:06 -05:00
Thouis (Ray) Jones 4af05245ed add casts to suppress compiler warnings 2013-02-19 16:41:54 -05:00
Thouis (Ray) Jones b41bfba22f remove typedef, use numpy type in its place 2013-02-19 16:41:25 -05:00
Thouis (Ray) Jones b5b99d8872 fix UTF-8 2013-02-19 16:05:31 -05:00
Stefan van der Walt c25ec7f036 Merge pull request #433 from odebeir/fix_rank_doc
DOC: Document 8 vs 16-bit input for Otsu / bilateral functions.
2013-02-13 08:02:40 -08:00
odebeir db764671d4 fix: Otsu(8bit) and bilateral functions docstrings 2013-02-13 16:20:32 +01:00
Thouis (Ray) Jones 32c0b1ca97 Rewrite histogram operations to remove GPL license on Perreault's code 2013-02-12 15:40:43 -05:00
Thouis (Ray) Jones bdb2df89c0 use SSE to add/subtract histograms 2013-02-12 14:32:08 -05:00
Stefan van der Walt 8f1c3c102c Merge pull request #425 from ahojnnes/shared
BUG: Fix wrong include paths for shared subpackage.
2013-01-23 06:15:30 -08:00
Johannes Schönberger 11f32577ab Fix wrong include paths for shared subpackage 2013-01-23 14:54:33 +01:00
Johannes Schönberger 59a8deb70a Merge pull request #423 from cgohlke/patch-1
Do not install the doc package
2013-01-19 01:35:23 -08:00
Christoph Gohlke fe6d3d500c Do not install the doc package 2013-01-18 19:48:30 -08:00
Johannes Schönberger 6420238010 Merge pull request #422 from colincsl/hog_visualisation
HOG Visualisation bugfix
2013-01-18 01:34:02 -08:00
Stefan van der Walt c500f4799c Merge pull request #420 from ahojnnes/random-seed
TST: Set random seed value to ensure tests always pass.
2013-01-17 23:12:33 -08:00
Colin Lea f78d10c099 Swapped the direection that the histograms point in the hog visualisation 2013-01-17 11:36:59 -05:00
Johannes Schönberger fcc7edd411 Set random seed value for denoising tests 2013-01-17 09:11:21 +01:00
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
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
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