Commit Graph

  • 303cf3a802 DOC: Improve description of image data types in user's guide. Tony S Yu 2012-02-05 16:04:47 -05:00
  • 4431a216a3 DOC: Fix grid layout of gallery. Tony S Yu 2012-02-05 15:48:40 -05:00
  • 86963c4138 DOC: Adjust spacing after pre block. Tony S Yu 2012-02-05 14:24:35 -05:00
  • d1c3056045 DOC: Adjust size of tt text (i.e. `text`). Tony S Yu 2012-02-05 13:02:50 -05:00
  • a17f339b82 BUG: Fix import of harris. Stefan van der Walt 2012-02-05 09:58:30 -08:00
  • c85ab69064 PKG: Add back version file, but with version unbuilt-dev. Stefan van der Walt 2012-02-05 09:55:23 -08:00
  • 56331c76ff Merge pull request #121 from tonysyu/dtype-convert-updates Stefan van der Walt 2012-02-05 09:42:22 -08:00
  • 5ed5c070c7 Fix test: clip image that exceeded float range. Tony S Yu 2012-02-04 14:20:37 -05:00
  • 9be0ad25d8 PKG: Remove version file that should be auto-generated. Stefan van der Walt 2012-02-05 09:27:46 -08:00
  • bd34cc6c7c DOC: Adjust spacing between sections of sidebar. Tony S Yu 2012-02-05 03:50:59 -05:00
  • db3d328fba DOC: Tweak layout of contents table. Tony S Yu 2012-02-05 03:18:43 -05:00
  • 7da2c0d544 DOC: Adjust link font in contentstable. Tony S Yu 2012-02-05 02:51:58 -05:00
  • 05b291fb3a DOC: Remove duplicate "pre" formatting. Tony S Yu 2012-02-05 02:28:27 -05:00
  • 6fe3996fda DOC: Adjust header and link colors. Tony S Yu 2012-02-05 02:15:48 -05:00
  • fadd72dcf8 DOC: Adjust heading size and color. Tony S Yu 2012-02-05 01:59:18 -05:00
  • 2debda4673 DOC: Increase spacing between paragraphs. Tony S Yu 2012-02-05 01:47:26 -05:00
  • ded349afb0 DOC: Remove duplicate css definition. Tony S Yu 2012-02-05 01:45:02 -05:00
  • 2ff1e1abe5 DOC: Adjust font sizes. Tony S Yu 2012-02-05 01:42:16 -05:00
  • e7429b6e98 DOC: Change body layout so that it doesn't wrap around sidebar. Tony S Yu 2012-02-05 01:28:25 -05:00
  • e4a14ee3a3 PKG: Rename scivi to skivi. Stefan van der Walt 2012-02-03 21:18:52 -08:00
  • 118cd49c18 Merge pull request #105 from stefanv/label_cleanup tonysyu 2012-02-03 21:12:47 -08:00
  • e18fb678ec ENH: Cleanups as suggested by Tony. Stefan van der Walt 2012-02-03 20:31:02 -08:00
  • b4eb6ee8ed Merge pull request #1 from stefanv/tony_rescale_intensity tonysyu 2012-02-03 16:54:22 -08:00
  • ec65e1f541 DOC: Fix some typos in plot_equalize example. Stefan van der Walt 2012-02-03 16:10:08 -08:00
  • 0dcd5dc38e ENH: Check that float images are between 0 and 1. Tony S Yu 2012-02-03 17:36:06 -05:00
  • 74b0f41e15 ENH: Add tests for full coverage. Tony S Yu 2012-02-03 16:25:11 -05:00
  • 078ed488c8 Fix casting error when converting from int8 to uint16. Tony S Yu 2012-02-03 15:46:43 -05:00
  • 782fbabff3 ENH: Add contrast stretching to histogram equalization example. Stefan van der Walt 2012-02-02 21:17:08 -08:00
  • cfc1dfa16b Merge pull request #99 from cgohlke/patch-2 Stefan van der Walt 2012-02-02 20:24:16 -08:00
  • 5c71545aa4 Merge pull request #110 from tonysyu/peak-detection Stefan van der Walt 2012-02-02 20:18:49 -08:00
  • 96ba7eb4bd Move harris corner detection from filter to feature subpackage. Tony S Yu 2012-02-02 22:45:23 -05:00
  • 1c9b340fe6 Rename peak_min_dist to peak_local_max. Tony S Yu 2012-01-09 22:54:12 -05:00
  • 8bb8d93552 Use ndimage.maximum_filter to simplify peak detection. Tony S Yu 2012-01-09 22:45:21 -05:00
  • 4831185b4c Make test more robust. Tony S Yu 2012-01-09 22:43:52 -05:00
  • 83dc4a1d40 Refactor peak detection algorithm from Harris detector. Tony S Yu 2012-01-09 22:28:56 -05:00
  • 63f17344e5 Fix peak detection algorithm. Tony S Yu 2012-01-09 22:24:56 -05:00
  • fd0e88b986 Minor modifications to Harris corner detector Tony S Yu 2012-01-09 20:52:05 -05:00
  • a322c0d676 ENH: When displaying images using matplotlib, use the grey colormap by default. Stefan van der Walt 2012-02-02 17:06:06 -08:00
  • 5999c7ed01 Merge pull request #118 from 'zachrahan-freeimage-new-metadata' Stefan van der Walt 2012-02-02 17:00:35 -08:00
  • 5c5de01523 STY: Whitespace cleanup freeimage patch. Stefan van der Walt 2012-02-02 16:56:54 -08:00
  • 12e67e781e ENH: Clarify FreeImage IO flags, improve tests, and fix documentation Zach Pincus 2012-02-02 11:05:27 -05:00
  • a4c986b02f DOC: Fix read_multipage docstring Zach Pincus 2012-02-01 22:57:44 -05:00
  • b5dce45446 ENH: Add metadata reading functions Required small refactoring of file IO to provide a saner interface. Zach Pincus 2012-02-01 22:48:01 -05:00
  • 3a1641f799 Merge pull request #117 from zachrahan/freeimage-library_loader zachrahan 2012-02-01 10:43:44 -08:00
  • 960ca18b71 Fix indentation error Zach Pincus 2012-02-01 13:41:41 -05:00
  • ec6ed76a8d Merge pull request #112 from zachrahan/freeimage-64-bit-cleanup Stefan van der Walt 2012-02-01 01:50:56 -08:00
  • 273e8ffc04 Make library-loading more robust and provide better errors Zach Pincus 2012-01-31 15:04:31 -05:00
  • f9907ffd21 ENH: Use nearest neighbor interpolation by default in matplotlib plugin. Stefan van der Walt 2012-01-27 17:02:21 -08:00
  • 3725f44460 Merge pull request #115 from stefanv/edges_float_conversion Stefan van der Walt 2012-01-27 15:32:17 -08:00
  • e2c155d09a BUG: Edge detection routines returned images with invalid ranges [0-255] but dtype float. Stefan van der Walt 2012-01-27 15:30:02 -08:00
  • 570e5cf4bb DOC: Ignore random.js generated file. Stefan van der Walt 2012-01-26 17:51:00 -08:00
  • b3cc37ce6b DOC: Generate correct link to gallery and build javascript before gh-pages upload. Stefan van der Walt 2012-01-26 17:49:57 -08:00
  • 945f85cf64 DOC: Add script to randomly link to a gallery image. Stefan van der Walt 2012-01-26 17:06:16 -08:00
  • a438cddca7 Merge branch 'random_walker' emmanuelle 2012-01-23 19:49:39 +01:00
  • 46d330591f ENH Tony's comments on random walker emmanuelle 2012-01-23 19:47:16 +01:00
  • 981775d137 Clean up void-pointer handling to clarify intent and fix multipage 64-bit bugs Zach Pincus 2012-01-22 18:34:28 -05:00
  • 6559b8f31d ENH Removed unused argument in random_walker_segmentation emmanuelle 2012-01-21 12:34:34 +01:00
  • 528187c2b0 ENH: addressed Tony's comments (renaming of functions, doc) emmanuelle 2012-01-21 11:43:53 +01:00
  • b9d6090c5e Cross-See also in watershed and random walker emmanuelle 2012-01-17 22:17:15 +01:00
  • 09e3a43f58 More explanations about the algorithm emmanuelle 2012-01-17 21:32:08 +01:00
  • 1cf2da0399 __init__.py in segmentation submodule emmanuelle 2012-01-15 17:28:40 +01:00
  • d1e608bfe9 Random walker algo for segmentation + example emmanuelle 2012-01-15 17:22:59 +01:00
  • 23d0bc5bc0 Merge pull request #106 from NelleV/harris_corner_detection tonysyu 2012-01-09 17:38:00 -08:00
  • aa82ba4010 BUG: Fix OpenCV array conversion in video loader. Stefan van der Walt 2012-01-09 10:20:38 -08:00
  • 0aaa6aecf6 Fixed opencv reversion to using cv.fromarray, fixed numpy datatype. Pieter Holtzhausen 2012-01-09 11:44:34 +02:00
  • edf0cf56bd Merge pull request #108 from WarrenWeckesser/ph-doc-fix tonysyu 2012-01-08 15:21:01 -08:00
  • 69444305e8 DOC: fix probabilistic_hough docstring--use correct keyword arg in the docstring, plus a few spacing tweaks. Warren Weckesser 2012-01-08 16:52:39 -06:00
  • 7285cbe296 Added Gaël Varoquaux to the corner detector contributors Nelle Varoquaux 2012-01-05 18:20:39 +01:00
  • f5037203f2 Add rescale_intensity function with test and example. Tony S Yu 2011-12-27 10:49:20 -08:00
  • 111a3c1584 DOC: Better x-axis labelling of PR plot. Stefan van der Walt 2011-12-26 09:15:47 -08:00
  • e6224d939f DOC: Add script to plot GitHub pull-request activity. Stefan van der Walt 2011-12-26 06:25:22 -08:00
  • 92fe9d0d07 DOC: Display thresholding example with gray colormap. Stefan van der Walt 2011-12-26 02:12:34 -08:00
  • 7fd7d297be Merge branch 'tony-exposure' Stefan van der Walt 2011-12-26 02:03:27 -08:00
  • 4e054fce7c DOC: Move around plot statements so that all axes are labeled. Stefan van der Walt 2011-12-26 02:01:08 -08:00
  • 19fa34f269 DOC: Rename equalize example to match function name. Stefan van der Walt 2011-12-26 01:55:00 -08:00
  • d74295c7f1 DOC: Explain why bincount is used to histogram integer arrays. Stefan van der Walt 2011-12-26 01:53:59 -08:00
  • 60f146c780 DOC: Update contributors. Stefan van der Walt 2011-12-26 01:53:37 -08:00
  • 3c2988b4bc small fixes on the Harris' documentation: added capital letters where needed Nelle Varoquaux 2011-12-25 09:54:47 +01:00
  • 374c446715 Added parameter to Harris corner detector to set the deviation for the gaussian kernel of the harris response computation Nelle Varoquaux 2011-12-23 17:28:57 +01:00
  • bc0f77622e Added tests for harris, and small fixes Nelle Varoquaux 2011-12-23 17:21:55 +01:00
  • 7ff98597e2 Small fixes on the Harris corner detector - documentation, method renaming etc Nelle Varoquaux 2011-12-22 22:08:27 +01:00
  • 62d3b5590b Remove density parameter in histogram Tony S Yu 2011-12-22 10:58:02 -08:00
  • d4ca519ca5 Rename equalize_hist to equalize and minor cleanup Tony S Yu 2011-12-22 10:48:28 -08:00
  • 87c2353845 Change API for equalize_hist and cumulative_distribution. Tony S Yu 2011-12-13 22:57:15 -05:00
  • c78ea107aa ENH: Add background labelling. Stefan van der Walt 2011-12-22 04:47:24 -08:00
  • 5d8110bab2 Added tests Nelle Varoquaux 2011-12-22 12:27:06 +01:00
  • c6f16dbff5 Harris corner detector Nelle Varoquaux 2011-12-21 19:09:40 +01:00
  • 4df36631f6 BUG: Dispatch threads to process entire image. Stefan van der Walt 2011-12-20 00:17:47 -08:00
  • c87b1ad90e Add exposure module with histogram equalization function Tony S Yu 2011-12-12 19:48:58 -05:00
  • c7b3f1e84c Merge pull request #98 from tonysyu/thresholding tonysyu 2011-12-18 07:14:38 -08:00
  • 8941798daf DOC: emphasize annotation in histogram. Tony S Yu 2011-12-18 10:10:00 -05:00
  • 1e12ca0044 Improve thresholding example Tony S Yu 2011-12-18 09:31:10 -05:00
  • 8ed834a3ab Add example for threshoding Tony S Yu 2011-12-17 22:02:10 -05:00
  • 0ae507d9d5 DOC: Add Emmanuelle's SciPy India segmentation tutorial. Stefan van der Walt 2011-12-17 01:34:36 -08:00
  • 9ee513ca10 DOC: Add index of tutorials to user guide. Stefan van der Walt 2011-12-17 01:30:35 -08:00
  • ce27120134 Merge pull request #104 from tonysyu/pil-big-endian Stefan van der Walt 2011-12-17 00:08:26 -08:00
  • b83ece8b05 ENH: Allow choice between 4 and 8 neighbor mode. Improve documentation. Stefan van der Walt 2011-12-16 23:47:32 -08:00
  • 1bb446e7d0 Merge pull request #1 from tonysyu/scipy_india emmanuelle 2011-12-16 12:25:42 -08:00
  • 94c89d9020 Add test using big-endian uint16 image. Tony S Yu 2011-12-14 21:21:00 -05:00
  • 6cd01885d3 Merge pull request #102 from tonysyu/pil-big-endian Stefan van der Walt 2011-12-13 12:57:06 -08:00