Commit Graph

47 Commits

Author SHA1 Message Date
Johannes Schönberger 6023b3a22f Merge pull request #617 from JDWarner/memview_transform
Use memoryviews in `skimage._shared.transform`
2013-06-30 22:01:15 -07:00
Stefan van der Walt 39e66c0229 Add to public API. 2013-06-29 10:18:43 -05:00
Stefan van der Walt 9d1907a211 Fix im_class access in Python 3. 2013-06-29 10:17:42 -05:00
Stefan van der Walt 84615478e4 Fix function code. 2013-06-29 10:17:41 -05:00
Stefan van der Walt 9a38a59a25 Remove is_str and replace by isinstance(..., six.string_types). 2013-06-29 10:16:42 -05:00
Stefan van der Walt 70d21f23a2 Add six compatibility module. 2013-06-29 10:16:42 -05:00
Josh Warner (Mac) c18373f3ad Use memoryviews in skimage.transform 2013-06-28 17:53:14 -05:00
Stefan van der Walt 0a727e3367 Merge pull request #485 from tonysyu/image_label2rgb
ENH: Add `label2rgb`.
2013-06-22 20:24:20 -07:00
Johannes Schönberger f7959e3f07 Fix doc string injection of deprecated wrapper 2013-05-26 12:20:06 +02:00
Tony S Yu 19fdad15b9 Add image_label2rgb 2013-05-06 00:25:01 -05:00
Johannes Schönberger 332c21f979 Make deprecation warning in doc string bold 2013-03-12 07:29:39 +01:00
Johannes Schönberger a0d9d3f213 Use double instead of single quotes for doc string 2013-03-12 07:28:15 +01:00
Johannes Schönberger 0cb0fee339 Remove duplicate code for alternative function 2013-03-11 23:21:52 +01:00
Johannes Schönberger 483ebae0c0 Change deprecated decorator to display warning in doc string 2013-03-11 23:18:54 +01:00
Jan Margeta 3869d1ef8a Removing unnecessary typedefs for uint16_t in MSVC build 2013-03-03 22:45:09 +01:00
Jan Margeta d6d177fec5 Fixing MSVC build by adding appropriate typedefs for uint16_t 2013-03-02 15:39:20 +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 df68526462 Change type to ssize_t for all index and size variables 2013-02-22 17:03:12 +01: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
Johannes Schönberger 75d706ca25 Add get_pixel function for 3D arrays 2012-10-17 09:11:34 +02: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
Tony S Yu 694ac11f93 STY: Rename visualize_boundaries to highlight_boundaries
Add @deprecated decorator to ease the transition.
2012-10-07 15:43:28 -04:00
Stefan van der Walt c841314d99 Merge pull request #331 from cgohlke/patch-7
DOC: Document correct parameter types.
2012-09-29 18:08:49 -07:00
Stefan van der Walt 397484aa47 Merge pull request #330 from cgohlke/patch-5
BUG: Fix: 'inline' not permitted on data declarations.
2012-09-29 18:03:43 -07:00
cgohlke 5184be85b1 Document correct parameter types 2012-09-29 16:01:11 -07:00
cgohlke 2695015b3a Fix: 'inline' not permitted on data declarations 2012-09-29 15:51:17 -07:00
cgohlke 97d595eb61 Fix: 'inline' not permitted on data declarations 2012-09-29 15:49:30 -07:00
cgohlke 0cf582865e Fix: round function is not provided by libc.math on all platforms 2012-09-29 15:45:53 -07:00
Tony S Yu 2cbe2e1f20 DOC: Fix attribution for testing function
The testing functions taken from scikit-learn were in a file with a copyright assigned to Pietro, but Andreas was resposible for the specific lines that were copied.
2012-09-16 15:44:52 -04:00
Tony S Yu f2d5b109e9 Add assert_greater compatibility function.
Fix tests to work with nose < 1.1.3. Compatibility functions borrowed from scikit-learn.
2012-09-13 22:17:24 -04:00
Johannes Schönberger 06d9f7110f Revert to non parallelized execution 2012-09-01 09:09:25 +02:00
Johannes Schönberger b2e4fd6f32 Add parallel execution support 2012-08-31 23:46:23 +02:00
Johannes Schönberger 15cc7f1779 Add biquadratic interpolation 2012-08-30 18:14:42 +02:00
Johannes Schönberger 146d5a3f5b Remove duplicate subtraction 2012-08-30 17:13:30 +02:00
Johannes Schönberger 4cd1f8798b Add nearest mode for positions outside image 2012-08-30 12:08:21 +02:00
Johannes Schönberger abe5dc3cec Add (bi-)cubic interpolation 2012-08-30 09:28:03 +02:00
Johannes Schönberger 9b44e24f8e Use function pointer for different interpolation methods 2012-08-30 07:33:39 +02:00
Johannes Schönberger a6532a8dae Refactor image warps
* Fix cval bug in interpolation which was ignored
* Remove fast_homography as standalone function and automatically include
  functionality in warp
* Fix bug in warp_coords for graylevel images
* move warp functions to warp file
2012-08-27 13:31:33 +02:00
Johannes Schönberger af708d2e00 Fix typo in Cython compiler directives 2012-08-25 08:43:42 +02:00
Johannes Schönberger dc91a0ee2f Add empty line between functions 2012-08-21 15:50:03 +02:00
Johannes Schönberger 20afa7edae Add doc string to point in polygon functions 2012-08-21 15:49:18 +02:00
Johannes Schönberger c471d475eb Refactor pnpoly function in Cython and add to shared package 2012-08-21 15:43:26 +02:00
Johannes Schönberger 3b227e226d Add nearest neighbour interpolation 2012-08-21 09:20:59 +02:00
Johannes Schönberger ba171937a1 Remove unused imports 2012-08-21 09:05:18 +02:00
Johannes Schönberger 7247384882 Add integrate function to shared package 2012-08-21 08:59:29 +02:00
Johannes Schönberger 824997af0a Move bilinear interpolation code to shared package 2012-08-21 08:32:20 +02:00
Johannes Schönberger d87ed28d8e Add new package for shared code 2012-08-21 08:20:57 +02:00