Commit Graph

24 Commits

Author SHA1 Message Date
Paul Ivanov e05c029a7e complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
2012-10-13 23:28:28 -07:00
cgohlke 14b6a55ade Document correct parameter types 2012-10-13 23:24:54 -07:00
cgohlke 15ebe7d8b5 Fix: 'inline' not permitted on data declarations 2012-10-13 23:24:53 -07:00
cgohlke 1f237325a1 Fix: 'inline' not permitted on data declarations 2012-10-13 23:24:53 -07:00
cgohlke 415306b1ae Fix: round function is not provided by libc.math on all platforms 2012-10-13 23:24: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