Commit Graph

31 Commits

Author SHA1 Message Date
Emmanuelle Gouillart a0f7eb51cd documented the input dtype in tv_denoise 2011-05-30 23:11:04 +02:00
Emmanuelle Gouillart edbb4dcc48 Moved the tests of tv_denoise to filter/tests 2011-05-30 22:55:38 +02:00
Emmanuelle Gouillart 13d1a3d111 New module for total variation denoising, for 2D and 3D arrays. 2011-05-28 14:55:01 +02:00
Stefan van der Walt 430821a910 BUG: Correctly convolve integer and floating point arrays. 2011-04-19 17:44:50 +02:00
Stefan van der Walt cbb84d5588 ENH: Minor clean-ups to edge-detection patch. 2011-04-19 14:57:11 +02:00
Pieter Holtzhausen f3dd496d1f Fixed PEP8 and added numpy documentation. 2011-04-18 12:07:27 +02:00
Pieter Holtzhausen 8a35b3f950 Added CellProfiler sobel and prewitt functions. 2011-04-18 00:17:48 +02:00
Dan Farmer 5264e9d1d4 Fix docstrings and one more pep8 issue 2011-04-06 22:11:17 -07:00
Dan Farmer e60d38892e Converted logical ops to bitwise ops and made cosmetic changes wrt pep8 compliance 2011-04-04 22:48:40 -07:00
Dan Farmer 1ce0936e3d Update docs and convert convolution to ndimage sobel function 2011-04-04 21:33:44 -07:00
Dan Farmer 58b632a536 Remove smooth.py for now 2011-04-01 21:35:21 -07:00
Dan Farmer 2961147e27 Format for pep8 compliance, improve documentation, and make mask optional. 2011-03-31 22:42:13 -07:00
Dan Farmer 22f983ce17 Add init entry so importing works right 2011-03-30 14:20:21 -07:00
Dan Farmer 6905ed25b4 Merge Cell Profiler Canny edge detector 2011-03-26 07:39:56 -07:00
Stefan van der Walt 082ff69549 BUG: More Python3 fixes by Christoph Gohlke. 2011-03-14 17:06:22 +02:00
Stefan van der Walt 386ad23f55 DOC: Give credit to Lee Kamentsky and Thouis Jones. 2011-03-13 16:30:24 +02:00
Stefan van der Walt 10dd45d01d ENH: Execute median filter without mask array by default. 2011-03-13 16:26:13 +02:00
Stefan van der Walt 2f11eea665 ENH: Clean up whitespace and remove class in ctmf tests. 2011-03-13 15:52:17 +02:00
Stefan van der Walt 056208c534 DOC: Update median_filter doc to numpy format. 2011-03-13 14:50:11 +02:00
Stefan van der Walt bf89088220 ENH: Stylistic changes. 2011-03-13 14:44:02 +02:00
Stefan van der Walt 9d9cce479b ENH: Remove unnecessary C defines. 2011-03-13 14:24:46 +02:00
Stefan van der Walt ac5b70e527 ENH: Allow stand-alone execution of ctmf test suite. 2011-03-13 14:15:18 +02:00
Thouis (Ray) Jones b7f1386b36 Constant time per pixel median filter 2011-03-08 15:34:48 +01:00
Ralf Gommers 48fa1b0789 Change "Additional Parameters" to "Other Parameters". 2009-10-13 13:49:38 +02:00
Stefan van der Walt 353dfed029 Fix docstring formatting. 2009-09-24 19:25:00 +02:00
Stefan van der Walt 734379ec9c Move data files to common directory. 2009-08-22 17:50:57 -07:00
Stefan van der Walt 5455857ede Merge branch 'master' of git://github.com/npinto/scikits.image 2009-08-22 17:37:05 -07:00
nich2o c320c3cec7 corrected path.join in test_lpi_filter.py 2009-08-22 17:32:06 -07:00
Stefan van der Walt ae53fbf11f Fix and test filter API. 2009-08-22 17:03:11 -07:00
Stefan van der Walt 11ad0f3263 Refactor LPI filtering. 2009-08-22 16:51:41 -07:00
Stefan van der Walt 410ffd9a82 Pull in LPI filters and add image reading (via PIL for now). 2009-08-22 15:04:27 -07:00