Commit Graph

51 Commits

Author SHA1 Message Date
Johannes Schönberger 387c72b018 Remove colon as multi-line comment symbol 2013-03-06 16:43:41 +01:00
Christoph Gohlke 211d64644f Use np.intp type for indices 2013-03-04 22:45:46 -08:00
Christoph Gohlke 97fd434314 Fix ValueError: Buffer dtype mismatch on win-amd64 2013-03-04 17:33:15 -08:00
Stefan van der Walt 746d9f6b36 Merge pull request #435 from ahojnnes/cnp
RF: Globally change np to cnp if cimported.
2013-02-24 11:55:32 -08:00
François Boulogne 19e69e94c1 Docstring circle + ellipse 2013-02-24 16:42:37 +01:00
Johannes Schönberger 62d83ad42c Globally change np to cnp if cimported 2013-02-24 14:14:14 +01:00
Johannes Schönberger 52e3436f61 Fix integer type bugs in feature detection algorithms 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 92f609a948 Change type to ssize_t for all index and size variables 2013-02-22 17:03:12 +01:00
Johannes Schönberger 11f32577ab Fix wrong include paths for shared subpackage 2013-01-23 14:54:33 +01: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
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
François Boulogne 075c43109a new method: ellipse_perimeter 2013-01-13 16:39:02 +01:00
Johannes Schönberger accdf3b370 Fix typo in doc string 2013-01-13 11:38:36 +01: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
Anders Boesen Lindbo Larsen b770578aae Move set_color() to draw module. 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
Paul Ivanov b4b090271d complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Stefan van der Walt 24ef77ed3e Merge pull request #273 from ahojnnes/draw-file-deletion
STY: Delete unnecessary file in draw package.
2012-08-26 07:23:50 -07:00
Johannes Schönberger 83a52f4d39 Capitalize parameter descriptions in draw package 2012-08-26 00:32:20 +02:00
Johannes Schönberger 24d1b201c9 Delete unnecessary file 2012-08-26 00:10:28 +02:00
Johannes Schönberger c471d475eb Refactor pnpoly function in Cython and add to shared package 2012-08-21 15:43:26 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Stefan van der Walt abca94e16f BUG: Provide bresenham as backward compatible name for line. 2012-04-24 13:05:36 -07:00
Johannes Schönberger 9fdfdc9708 added explicit cython list type and changed creation of contiguous arrays 2012-04-23 22:06:26 +02:00
Johannes Schönberger 5b854d9b3c changed interface of draw.polygon function for a more consistent usage 2012-04-23 18:38:20 +02:00
Johannes Schönberger 53ac34a8d0 renamed function bresenham to line 2012-04-23 17:07:27 +02:00
Johannes Schönberger d83592cc05 improved doc string 2012-04-23 16:22:37 +02:00
Johannes Schönberger de8369be50 added draw circle and ellipse functions 2012-04-23 16:20:49 +02:00
Johannes Schönberger 0db612724d removed area function and removed old comment 2012-04-22 10:46:37 +02:00
Johannes Schönberger 649d912071 improved doc string 2012-04-21 16:59:29 +02:00
Johannes Schönberger 0aa008712a replaced fixed output array size with dynamic lists
area of polygon is not suitable to determine the size of the
number of filled pixels for output array
2012-04-21 16:56:14 +02:00
Johannes Schönberger 4565a49cfa added draw.polygon function with test cases 2012-04-19 23:37:35 +02:00
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -08:00
Stefan van der Walt bf609dfca0 DOC: Fix some scikits.image mentions. 2011-12-02 10:55:41 -08:00