Commit Graph

  • 64d945da71 fixing tests Guillem Palou Visa 2013-12-24 16:18:57 +01:00
  • 9178e77aef Changed variable names for readbility, fixed PEP8 compliance Guillem Palou Visa 2013-12-24 13:25:48 +01:00
  • a50b05eeb8 Fixing some code, minor revision Guillem Palou Visa 2013-12-24 12:00:21 +01:00
  • 08dc3a33d0 Changed coding style to be compliant with PEP8 Guillem Palou Visa 2013-12-24 11:35:21 +01:00
  • 53a4388e26 Changed tests to begin segment label at 1 instead of 0 Guillem Palou 2013-12-23 14:44:23 +01:00
  • e68ab76b24 Added max_size as a parameter Guillem Palou 2013-12-23 01:17:51 +01:00
  • 0d6540a82c Changed SLIC superpixels so that connectivity is enforced optionally. A separate, private function is created that implements the postprocessing step Guillem Palou 2013-12-23 00:49:06 +01:00
  • 8db9096b20 Enforce SLIC superpixels connectivity Guillem Palou 2013-12-20 09:18:14 +01:00
  • be3752e922 Use 2 empty lines between functions Johannes Schönberger 2013-12-19 06:05:26 +01:00
  • 0bf905ad22 Readd note about overflow Johannes Schönberger 2013-12-18 16:36:54 +01:00
  • 90ca50d7db Clarify that it is the local histogram Johannes Schönberger 2013-12-18 16:34:47 +01:00
  • f1839e685a Fix pop_bilateral doc test Johannes Schönberger 2013-12-18 16:34:03 +01:00
  • f8099fa6ac Improve doc strings of percentile rank filters Johannes Schönberger 2013-12-18 14:48:59 +01:00
  • db048d3675 Improve doc strings of bilateral rank filters Johannes Schönberger 2013-12-18 14:43:08 +01:00
  • 0a46f5f8de Improve doc strings of generic rank filters Johannes Schönberger 2013-12-18 14:37:24 +01:00
  • 900b35fbc5 Merge pull request #844 from odebeir/add_rank_sum Johannes Schönberger 2013-12-18 01:11:01 -08:00
  • 9a280fd524 Merge pull request #852 from jni/rgrid-int-steps Johannes Schönberger 2013-12-18 01:03:24 -08:00
  • 9113d5a08b update-mcp: add tests for MCP_Flexible Almar Klein 2013-12-15 13:32:15 +01:00
  • fc90a164fe update-mcp: improvements to docstrings. Almar Klein 2013-12-15 12:44:53 +01:00
  • 789ade3ca2 update-mcp: added tests for newly added features. Almar Klein 2013-12-15 00:37:27 +01:00
  • fdd880aa7f update-mcp: add new MCP classes to skimage.graph namespace Almar Klein 2013-12-14 23:58:45 +01:00
  • 2ebeee2df4 update-mcp: Change when examine_neighbors is called. Almar Klein 2013-12-14 23:55:48 +01:00
  • 7ecd6946e8 Merge pull request #800 from orieux/wiener-deconvolution Stefan van der Walt 2013-12-13 18:42:41 -08:00
  • 9eb878e440 Remove credit field (and others). Pep8 small fix. François Orieux 2013-12-14 01:31:00 +01:00
  • f7416507fa update-mcp: Small fix. Almar Klein 2013-12-13 16:37:36 +01:00
  • 32c4a80b32 update-mcp: Add MCP_Flexible subclass. Almar Klein 2013-12-13 14:00:33 +01:00
  • 8fe7416d41 update-mcp: Add MCP_Connect class Almar Klein 2013-12-13 13:58:44 +01:00
  • 798bea7251 update-mcp: Refactor MCP algorithm in prep for MCP subclasses Almar Klein 2013-12-13 13:52:52 +01:00
  • 280fadff39 MCP: refactored to use typed memoryviews Almar Klein 2013-10-24 16:13:35 +02:00
  • d1329488e6 MCP: add sampling attribute: deal with anisotropic data. Almar Klein 2013-10-14 17:05:35 +02:00
  • f5c675b8c6 MCP: turn while loop into for loop to prevent infinite looping. Almar Klein 2013-10-14 15:41:15 +02:00
  • 8d09300155 Improve speed of MPC by about 30% Almar Klein 2013-09-20 16:22:10 +02:00
  • 4b2136bc7d Make mcp evolution algorithm a bit more readable. Almar Klein 2013-09-20 11:25:14 +02:00
  • a67c5e1e2b Explicity cast start, step to int in regular_grid Juan Nunez-Iglesias 2013-12-13 00:54:57 +11:00
  • 7b098ce35d Fix and improve doc string Johannes Schönberger 2013-12-11 06:46:42 +01:00
  • e0bb826e9e Update test file because of the new clip param default to True François Orieux 2013-12-10 23:30:46 +01:00
  • cf41cf4521 Remove own licence for skimage licence François Orieux 2013-12-10 22:32:18 +01:00
  • 44f27e5460 Docstring fix. Clip parameter addition. François Orieux 2013-12-10 22:27:29 +01:00
  • 15a96d5300 Fix python3 test and real values image. François Orieux 2013-12-06 14:11:03 +01:00
  • bda9b4fb3c Fix travis test François Orieux 2013-12-06 13:36:31 +01:00
  • b0b0b112db Add tests, coverage improvement. François Orieux 2013-12-06 13:13:45 +01:00
  • 4e2a5a9644 Better docstring. Better test coverage. François Orieux 2013-12-06 12:03:26 +01:00
  • 587ec48874 Better handle of non real case. Some docstring fix. François Orieux 2013-12-06 11:42:30 +01:00
  • 0fdb5b2e0a Change example scaling. Fix ref in doc. François Orieux 2013-12-05 11:56:59 +01:00
  • 9849d9d419 Add doctest to uft. François Orieux 2013-12-03 22:44:21 +01:00
  • 29f953d6a9 Fix iscomplex to iscomplexobj. Replace circshift with numpy roll. François Orieux 2013-12-03 18:25:20 +01:00
  • e67bdd3471 PR fixs. François Orieux 2013-12-03 17:48:42 +01:00
  • 8206695afd Remove import numpy from docstring doctest François Orieux 2013-12-03 17:07:23 +01:00
  • 6c0c4350b1 Docstring convention about "Input image". François Orieux 2013-12-03 16:06:28 +01:00
  • 5b2985976d Blank line remove François Orieux 2013-12-03 15:58:48 +01:00
  • 43cfff9328 PR review. François Orieux 2013-12-02 13:58:41 +01:00
  • cb687d1ac9 Small cleanup, keywords changes. François Orieux 2013-11-21 10:47:51 +01:00
  • fe684b845d Fix circshift. Rename wiener.py to deconvolution (no API change). François Orieux 2013-11-20 14:40:35 +01:00
  • 2c170ca0b1 Fix doctest François Orieux 2013-11-20 11:05:53 +01:00
  • 66372a2405 Typo and doc fixs. François Orieux 2013-11-20 10:28:09 +01:00
  • 7f910e3532 Fix skimage/setup.py François Orieux 2013-11-12 16:19:07 +01:00
  • a3b360f84a Fix test_restoration.py rename. François Orieux 2013-11-12 15:52:15 +01:00
  • def48f1909 Rename deconvolution to restoration François Orieux 2013-11-12 15:36:29 +01:00
  • 997ee1a1cc rtol to 1e-3 for travis-ci. François Orieux 2013-10-30 16:26:58 +01:00
  • 78df3d089d Diminish rtol to 1e-5 for travis-ci François Orieux 2013-10-30 09:06:13 +01:00
  • debce37a93 Use skimage.img_as_float for travis-ci test François Orieux 2013-10-29 22:55:31 +01:00
  • c4e1cf5ef4 You shall not pass ! François Orieux 2013-10-29 09:44:18 +01:00
  • e3cdd5785f Fix relative uft import for travis-ci pass François Orieux 2013-10-28 23:15:51 +01:00
  • be7cf29240 Fix example. François Orieux 2013-10-28 15:23:18 +01:00
  • 37ea62dedf Add the reference image for Richardson Lucy test. François Orieux 2013-10-28 15:14:24 +01:00
  • c84a3bab07 Add test for Richardson Lucy. François Orieux 2013-10-28 15:13:27 +01:00
  • 11599f772a Typo fix. François Orieux 2013-10-28 15:00:39 +01:00
  • 7042d778e6 Fix the bad results of unsupervised deconvolution. François Orieux 2013-10-28 14:50:05 +01:00
  • 4b233098e7 Whitespace... François Orieux 2013-10-28 14:22:54 +01:00
  • c942ad54c7 Inline crandn function. François Orieux 2013-10-28 12:39:23 +01:00
  • d2e04fde2e Add pdf paper François Orieux 2013-10-28 12:33:14 +01:00
  • 2112ec01e4 Add a small note explaining the wiener filter. François Orieux 2013-10-28 12:24:06 +01:00
  • b62bd9dfb6 Change copyright to scikit-image team François Orieux 2013-10-28 12:09:21 +01:00
  • beae90bbef Remove __author__ line and add in CONTRIBUTORS.txt François Orieux 2013-10-28 12:06:55 +01:00
  • ec123d7547 Use assert_allclose for testing. François Orieux 2013-10-28 11:59:49 +01:00
  • 4d1df18241 Remove anfft and fftw dependency François Orieux 2013-10-28 11:53:23 +01:00
  • e25ccf61f6 Some improvements to new deconvolution code Christoph Deil 2013-10-26 16:33:34 +02:00
  • 17cc22802c Rename test to tests François Orieux 2013-10-25 23:48:54 +02:00
  • 33aedfd9aa Add deconvolution module to skimage. François Orieux 2013-10-25 23:44:44 +02:00
  • c1b2d5159d Add test for reflected padding Johannes Schönberger 2013-12-10 09:29:36 +01:00
  • b815b5d045 Refactor final slicing Johannes Schönberger 2013-12-10 09:19:47 +01:00
  • 598ee3f9ec Improve description of match_template Johannes Schönberger 2013-12-10 09:19:17 +01:00
  • 48334705c1 Fix ndim test Johannes Schönberger 2013-12-09 11:44:26 +01:00
  • 50e155e254 Fix test case Johannes Schönberger 2013-12-09 11:43:32 +01:00
  • 914b8cbfe5 Re-order input checks Johannes Schönberger 2013-12-09 08:21:22 +01:00
  • e1033e3f8a Add missing bracket in doc tests Johannes Schönberger 2013-12-09 08:06:16 +01:00
  • 8ae8548dfd Avoid temporary array allocations Johannes Schönberger 2013-12-09 07:52:08 +01:00
  • 0d5b822110 Merge pull request #848 from ahojnnes/warps Stefan van der Walt 2013-12-08 19:03:16 -08:00
  • d8b343e430 Fix doc tests Johannes Schönberger 2013-12-09 01:00:32 +01:00
  • 688778b572 Move inlined function definitions to header for actual inlining Johannes Schönberger 2013-12-09 00:57:07 +01:00
  • 7924c46cfd Add tests for wrong input shapes Johannes Schönberger 2013-12-09 00:44:36 +01:00
  • baa0b2cfbf Add tests for 3-D template matching Johannes Schönberger 2013-12-09 00:42:20 +01:00
  • 8443c8469c Reuse 2D sum in 3D sum Johannes Schönberger 2013-12-09 00:33:01 +01:00
  • 84e03ec48b Add support for 3-D template matching Johannes Schönberger 2013-12-09 00:25:55 +01:00
  • 33d00e7411 Update arraypad tests Johannes Schönberger 2013-12-09 00:07:00 +01:00
  • 2e9e6a4ce3 Fix doctests Johannes Schönberger 2013-12-09 00:04:54 +01:00
  • 783c04baec Fix bug in array padding, template matching Johannes Schönberger 2013-12-08 18:46:38 +01:00
  • d7cf60ef0b Attempt to fix failing test on Python 3 buildbot Tony S Yu 2013-12-07 11:45:37 -06:00
  • f7fa4049f5 Test null plugin Tony S Yu 2013-12-07 10:41:03 -06:00
  • b715b79c31 Test Image._repr_png_ Tony S Yu 2013-12-07 10:26:56 -06:00