Commit Graph

  • 2d0a3eff33 Expand explanation of _invert_selem Juan Nunez-Iglesias 2015-01-22 09:26:06 +11:00
  • 9eed552ee7 Replace em-dash with regular dash in comment Juan Nunez-Iglesias 2015-01-14 17:50:31 +11:00
  • 7935e51596 Clarify and fix docstrings Juan Nunez-Iglesias 2015-01-14 17:24:43 +11:00
  • ac5c0c30a9 Fix incorrect call to mark_boundaries in test Juan Nunez-Iglesias 2015-01-12 16:01:01 +11:00
  • 9b9730b058 Specify mode for mark_boundary tests Juan Nunez-Iglesias 2015-01-12 15:59:38 +11:00
  • 6586d1eb3f Test subpixel mark_boundaries Juan Nunez-Iglesias 2015-01-12 15:31:56 +11:00
  • 307d4b6137 Simplify code for coloring boundaries Juan Nunez-Iglesias 2015-01-12 12:26:41 +11:00
  • 242dbf9b2b Don't outline boundaries by default Juan Nunez-Iglesias 2015-01-12 12:24:17 +11:00
  • cb2002c367 Allow custom background_label in mark_boundaries Juan Nunez-Iglesias 2015-01-12 12:15:33 +11:00
  • 257502c099 Prevent unnecessary array copy for RGB images Juan Nunez-Iglesias 2015-01-12 12:09:22 +11:00
  • 28591cc3ee Allow different modes in mark_boundaries Juan Nunez-Iglesias 2015-01-12 12:08:32 +11:00
  • a406f8dd2a Make subpixel find_boundary doctest more readable Juan Nunez-Iglesias 2015-01-11 19:23:17 +11:00
  • a55e3346f7 Set up correct type for find_boundaries test Juan Nunez-Iglesias 2015-01-11 19:22:32 +11:00
  • fb893c277d Add correct subpixel boundary estimation. Juan Nunez-Iglesias 2015-01-11 18:53:42 +11:00
  • 9c78fce4cd Remove unused deprecation warning Juan Nunez-Iglesias 2015-01-11 11:51:29 +11:00
  • 32a960db0d Fix 'outer' mode of find_boundaries Juan Nunez-Iglesias 2015-01-08 22:06:31 +11:00
  • ff1631c717 Update find_boundaries with new modes Juan Nunez-Iglesias 2015-01-08 22:05:31 +11:00
  • d8555142da Update binary morphology tests, which no longer warn Juan Nunez-Iglesias 2015-01-08 22:04:19 +11:00
  • d538abdb97 Fix order kwarg for some versions of numpy.copy Juan Nunez-Iglesias 2015-01-08 18:25:51 +11:00
  • b1891dc24e Make find_boundaries symmetric Juan Nunez-Iglesias 2015-01-08 17:00:06 +11:00
  • f321fefb8b Fix morpho open/close edge bugs by padding image Juan Nunez-Iglesias 2015-01-07 11:41:12 +11:00
  • 92433b2961 Fix and test 0-end bug in crop Juan Nunez-Iglesias 2015-01-07 11:40:45 +11:00
  • 893c3be289 Import crop into util package namespace Juan Nunez-Iglesias 2015-01-07 11:26:21 +11:00
  • c96fdb9338 Fix automatic copy even when copy=False in crop Juan Nunez-Iglesias 2015-01-07 11:25:30 +11:00
  • d7138f1a51 Fix incorrect crop tests Juan Nunez-Iglesias 2015-01-07 11:24:45 +11:00
  • eaa2aec3cc Add test functions for crop Juan Nunez-Iglesias 2015-01-06 17:58:18 +11:00
  • fb7ed1d253 Add crop function, inverse to pad Juan Nunez-Iglesias 2015-01-06 11:27:27 +11:00
  • 97770e9fa5 Minor update to binary morphology docstrings Juan Nunez-Iglesias 2015-01-05 18:48:47 +11:00
  • 04536cc7df Update morphology dtypes tests Juan Nunez-Iglesias 2015-01-05 18:34:46 +11:00
  • 1fa6904c04 Workaround for strange ndimage selem inversion Juan Nunez-Iglesias 2014-12-18 22:33:17 +11:00
  • 8ffed5e424 Wrap scipy.ndimage binary morphology functions Juan Nunez-Iglesias 2014-12-18 21:09:42 +11:00
  • 56764f8209 Wrap scipy.ndimage grey morphology functions Juan Nunez-Iglesias 2014-12-18 20:02:08 +11:00
  • 8eebb17bac No SegFault when unwrapping a 3D fully masked array Jonathan Helmus 2015-01-21 16:43:39 -06:00
  • d3024b5c73 No SegFault when unwrapping a 2D fully masked array Jonathan Helmus 2015-01-21 16:36:58 -06:00
  • de01ea56ae unwrap_phase returns masked array when image is masked Jonathan Helmus 2015-01-21 16:23:50 -06:00
  • eef3734bfe Remove end of line whitespace in test_unwrap.py Jonathan Helmus 2015-01-21 16:03:18 -06:00
  • 8ebe073ad5 BUG: unwrap_phase on compressed masked array Jonathan Helmus 2015-01-21 16:01:13 -06:00
  • 9b16b35d96 Merge pull request #1318 from blink1073/pyqt5 Stefan van der Walt 2015-01-21 13:27:40 -08:00
  • acf68c6d7c Add new parameter to catch exceptions during RANSAC Johannes Schönberger 2014-12-26 12:41:03 +01:00
  • 91c697c5f7 Handle special case of 1 pixel image Johannes Schönberger 2014-12-24 17:28:44 +01:00
  • 5dbb6e3257 Improve conditioning of silimarity transform design matrix Johannes Schönberger 2014-12-24 15:27:10 +01:00
  • 983919404f Improve conditioning of homography design matrix Johannes Schönberger 2014-12-24 15:24:34 +01:00
  • 2f60de7362 Create function to center and normalize image points Johannes Schönberger 2014-12-24 15:19:58 +01:00
  • 60d0c81aed Changed type of error returned for image dimension strictly greater than 3. emmanuelle 2015-01-20 22:11:24 +01:00
  • cd700594aa Merge pull request #1339 from jni/slic-doc Stefan van der Walt 2015-01-18 23:45:48 -08:00
  • 310ddf6d62 DOC: fix typo François Boulogne 2015-01-18 21:38:34 -05:00
  • 8befed20bf DOC: fix typos François Boulogne 2015-01-18 19:55:53 -05:00
  • 72125aac07 Add underscore for ReST reference Juan Nunez-Iglesias 2015-01-19 09:03:30 +11:00
  • dd9030d44c Implemented fast algorithm also for 3-D and 2D-RGB images. Changed API so that there is only one function for fast and classic algorithms. emmanuelle 2015-01-18 22:18:29 +01:00
  • 530ffa94f3 Merge pull request #1341 from JDWarner/cover_pad Steven Silvester 2015-01-16 23:33:39 -06:00
  • aa2215ccfc ENH: Fully cover pad and backports from NumPy 0.10dev Josh Warner (Mac) 2015-01-16 21:25:32 -07:00
  • 62d6a3d7e9 Merge pull request #1340 from blink1073/fix-filter-pkg-shim Juan Nunez-Iglesias 2015-01-16 15:23:45 +11:00
  • 6339eff8fe Fix filter package shim implementation Steven Silvester 2015-01-15 21:17:40 -06:00
  • 879a7b0bb5 Update treatment of convert2lab in slic Juan Nunez-Iglesias 2015-01-16 13:11:25 +11:00
  • c102a0bf0e Add reference to SLIC0 in SLIC docstring Juan Nunez-Iglesias 2015-01-16 12:08:13 +11:00
  • ecfdc9118a Merge pull request #1338 from blink1073/imshow-fixes Stefan van der Walt 2015-01-15 17:01:09 -08:00
  • 87998d6518 Update docstring and create test module setup function Steven Silvester 2015-01-15 18:57:18 -06:00
  • c3ccb60bda Merge pull request #1300 from jni/io-imshow-data Steven Silvester 2015-01-15 18:39:05 -06:00
  • 61d9812cd8 Don't create superfluous ip variable Juan Nunez-Iglesias 2015-01-15 23:31:51 +11:00
  • 5d115209b5 Create new figure for each imshow test Juan Nunez-Iglesias 2015-01-15 23:07:09 +11:00
  • 7b2dbcb15b Expand the docstring for imshow Juan Nunez-Iglesias 2015-01-15 22:39:50 +11:00
  • c6dff6942d Don't create new plot automatically Juan Nunez-Iglesias 2015-01-15 22:26:55 +11:00
  • e472009090 Add test for signed images Juan Nunez-Iglesias 2015-01-15 22:26:17 +11:00
  • 2bdd239496 Overhaul imshow to clarify flow Juan Nunez-Iglesias 2015-01-15 22:25:41 +11:00
  • 30c522e706 Use different colormaps depending on input image Juan Nunez-Iglesias 2015-01-15 20:16:24 +11:00
  • 400c3fd202 Rename ax to ax_im in mpl imshow plugin Juan Nunez-Iglesias 2015-01-15 15:44:55 +11:00
  • 9fe4f33793 Add tests for nonstandard images Juan Nunez-Iglesias 2015-01-14 20:29:15 +11:00
  • 176889933f Add tests for io.imshow mpl plugin Juan Nunez-Iglesias 2015-01-14 20:11:55 +11:00
  • 984e22b47a Replace Axes with AxesImage where relevant Juan Nunez-Iglesias 2015-01-14 20:11:19 +11:00
  • fab4ff2305 Fix incorrect call to colorbar Juan Nunez-Iglesias 2015-01-14 09:55:10 +11:00
  • c68c8e5468 Improve mpl imshow plugin docstring Juan Nunez-Iglesias 2015-01-13 16:36:40 +11:00
  • fac8fde9dc Overhaul matplotlib imshow plugin Juan Nunez-Iglesias 2014-12-15 21:41:11 +11:00
  • 8f4d0247b5 Add docstring to matplotlib imshow plugin Juan Nunez-Iglesias 2014-12-15 15:42:54 +11:00
  • e030e8c4c6 Merge pull request #1337 from jni/fix-label2rgb Stefan van der Walt 2015-01-13 16:08:40 -08:00
  • eab2168846 Add test to ensure default bg_color in label2rgb Juan Nunez-Iglesias 2015-01-14 10:05:22 +11:00
  • 9438b96774 Add default bg_color to label2rgb Juan Nunez-Iglesias 2015-01-14 09:59:15 +11:00
  • 8b9a777c79 Bug correction: I had forgotten to add __init__.py emmanuelle 2015-01-11 22:37:42 +01:00
  • c5e38dc5b1 Renamed module, since tests were breaking because module and function had the same name. emmanuelle 2015-01-10 19:11:15 +01:00
  • ecaa959195 Implemented asymmetric distance computation to save speed factor of 2 emmanuelle 2015-01-10 16:40:43 +01:00
  • 1d8e02bf38 Removed normalization of h parameters because float images will be normalized anyway. emmanuelle 2015-01-10 12:15:26 +01:00
  • d24ce2b4ab Merge pull request #1328 from pratapvardhan/misc-doc Steven Silvester 2015-01-01 19:28:23 -06:00
  • 097f8eaaa0 Space comment and code in plot directive call Juan Nunez-Iglesias 2014-12-31 17:09:36 +11:00
  • e4d91d1c9f Give 3D image examples Juan Nunez-Iglesias 2014-12-31 17:00:24 +11:00
  • f9b5f44faa Clarify boolean masks on color images Juan Nunez-Iglesias 2014-12-31 15:16:39 +11:00
  • 9c770dbdf2 Prefer row/col to r/c when talking about circles Juan Nunez-Iglesias 2014-12-31 15:16:00 +11:00
  • ad2b02b865 Label transpose operation for clarity Juan Nunez-Iglesias 2014-12-31 14:41:27 +11:00
  • 0dd81de567 Add paragraph about data locality Juan Nunez-Iglesias 2014-12-31 14:36:01 +11:00
  • 4a04a6c90c Fix and add output for timing calls Juan Nunez-Iglesias 2014-12-20 00:18:15 +11:00
  • 53585641d2 Finish code snippet for timings Juan Nunez-Iglesias 2014-12-19 11:55:16 +11:00
  • 76103d4b05 Define 'prefetching' for users Juan Nunez-Iglesias 2014-12-19 11:55:00 +11:00
  • b998405f48 Replace 'level' and 'plane' with 'frame' Juan Nunez-Iglesias 2014-12-19 11:54:35 +11:00
  • 0b779588b0 Restore NumPy from Numpy, grudgingly Juan Nunez-Iglesias 2014-12-19 11:39:48 +11:00
  • 5520ccdef3 Initial work on array dimension naming guide Juan Nunez-Iglesias 2014-12-12 13:24:10 +11:00
  • d714d0bcbc Separate qt version check from has_qt flag Steven Silvester 2014-12-30 21:01:23 -06:00
  • 7da4d5a19a Merge pull request #2 from flying-sheep/pyqt5 Steven Silvester 2014-12-30 20:57:13 -06:00
  • 14a2b5d8f3 fixed Qt5 compat Phil Schaf 2014-12-30 14:20:21 +01:00
  • d3f2d11230 DOC: Update bootstrap sphnix links Pratap Vardhan 2014-12-28 16:26:27 +05:30
  • 51ab675d3c Fix lingering merge issue Steven Silvester 2014-12-27 11:11:36 -06:00
  • f89ab053e1 Merge pull request #1314 from SalvatoreScaramuzzino/RectTool_docs Steven Silvester 2014-12-27 11:01:08 -06:00
  • 67fadc0ed8 Fix mock Qt objects again Steven Silvester 2014-12-25 17:02:45 -06:00