Commit Graph

  • 8af43f2d49 Add test case for subpixel corner detection Johannes Schönberger 2012-09-16 11:13:31 +02:00
  • 2273b73d99 Add references for subpixel corner detection Johannes Schönberger 2012-09-16 11:04:19 +02:00
  • cea889c997 Add subpixel corner detection Johannes Schönberger 2012-09-16 10:48:18 +02:00
  • bf3d34ccf2 Let foerstner return both corner measures Johannes Schönberger 2012-09-12 08:24:12 +02:00
  • 6e193175f9 Fix short description of moravec corner detector Johannes Schönberger 2012-09-11 20:19:24 +02:00
  • 0f639e4989 Add foerstner corner detector Johannes Schönberger 2012-09-11 20:06:50 +02:00
  • 2d3cc8e0a0 Add more detailed description of corner detectors in doc strings Johannes Schönberger 2012-09-11 19:39:27 +02:00
  • 4366462033 Use sobel for image derivatives Johannes Schönberger 2012-09-11 19:23:15 +02:00
  • e26dc02ead Add Kitchen and Rosenfeld corner detector Johannes Schönberger 2012-09-11 19:20:28 +02:00
  • 16f09d358d Rename corner operators and file Johannes Schönberger 2012-09-11 18:58:45 +02:00
  • 3b9ffe1cd8 Improve code layout Johannes Schönberger 2012-09-11 08:53:33 +02:00
  • d55ef7ede8 Add missing doc string return section Johannes Schönberger 2012-09-11 08:52:51 +02:00
  • 410280f4a9 Add some more references to interest point functions Johannes Schönberger 2012-09-11 08:52:10 +02:00
  • 3508aa9032 Add example to doc string of shi-tomasi Johannes Schönberger 2012-09-11 08:43:01 +02:00
  • 6593e27b4d Fix contiguous bug in moravec operator Johannes Schönberger 2012-09-11 08:37:45 +02:00
  • 82089f7fc8 Update test cases for shi-tomasi and moravec operator Johannes Schönberger 2012-09-11 08:37:25 +02:00
  • 4a75c649e3 Add Shi-Tomasi corner detector and fix bug in auto-correlation matrix Johannes Schönberger 2012-09-11 08:19:04 +02:00
  • 43393860b2 Add comment to explain meaning of structure matrix of harris Johannes Schönberger 2012-09-10 22:23:54 +02:00
  • c4ca726566 Fix harris corner bug and add alternative corner measure param Johannes Schönberger 2012-09-10 22:20:35 +02:00
  • 2ae23b427e Fix missing sigma for gaussian filter in harris operator Johannes Schönberger 2012-09-10 21:47:32 +02:00
  • 3529afe0d2 Rename window size parameter of moravec operator Johannes Schönberger 2012-09-10 21:21:06 +02:00
  • f692055a25 Add reference to moravec operator Johannes Schönberger 2012-09-10 21:19:46 +02:00
  • ecd2687226 Fix return types in doc string of interest point detectors Johannes Schönberger 2012-09-10 21:18:30 +02:00
  • 2edb33f950 Make moravec standalone cython function and fix doc string Johannes Schönberger 2012-09-10 21:17:21 +02:00
  • 1d96b29d77 Rename harris test case file Johannes Schönberger 2012-09-10 21:03:46 +02:00
  • 4991acf34e Add Moravec interest point detection Johannes Schönberger 2012-09-10 21:02:45 +02:00
  • 32a8442d61 Refactor harris corner detection, so it returns harris response image Johannes Schönberger 2012-09-10 21:01:03 +02:00
  • 8c4ba00b12 Move harris file to a combined interest point file Johannes Schönberger 2012-09-10 20:59:19 +02:00
  • fbf51a9508 Fix dependency check in setup Johannes Schönberger 2012-12-09 16:33:17 +01:00
  • e5fb8a2a72 Better Sphinx documentation. Anders Boesen Lindbo Larsen 2012-12-09 12:53:52 +01:00
  • 95f7177708 Merge pull request #376 from JDWarner/unify_peak_finder_backend Stefan van der Walt 2012-12-08 20:36:18 -08:00
  • 5cba69a4fa test: add additional tests for 100% coverage of new peak_local_max Josh Warner (Mac) 2012-12-08 21:12:26 -06:00
  • 979a15cd9a PEP8 style corrections. Anders Boesen Lindbo Larsen 2012-12-08 22:37:36 +01:00
  • 71f505f71c Used the new function names in example and test. Steven Silvester 2012-12-08 15:03:11 -06:00
  • e91129de53 Renamed functions to equalize_hist/adapthist, with a deprecation warning for equalize Steven Silvester 2012-12-08 14:53:34 -06:00
  • 9ff0eef53d Merge branch 'adapthist' of github.com:blink1073/scikits-image into adapthist Steven Silvester 2012-12-08 14:47:18 -06:00
  • 08ef1e9b75 Rebased to master, incorporated view_as_blocks, cleaned up interpolate method and example Steven Silvester 2012-12-08 14:29:36 -06:00
  • 2eb03c0fc9 Add dense DAISY feature description. Anders Boesen Lindbo Larsen 2012-12-08 18:26:13 +01:00
  • b8844beb79 Cleaned up adapthist func to use LAB for all RGB->required rest result change Steven Silvester 2012-12-01 23:46:52 -06:00
  • 7f86b0c400 Removed sys.path hack in test, fixed spelling of import in __init__.py Steven Silvester 2012-10-21 13:49:35 -05:00
  • 94af01cdbd Translated clahe C code to python, added to list of contributors. Steven Silvester 2012-10-21 13:25:18 -05:00
  • 269929333b Passed all tests with full coverage, PEP8 and Pylint performed. Steven Silvester 2012-08-11 21:28:08 -05:00
  • c7c4db6e3c Improved support for color images using lab transform. Steven Silvester 2012-08-11 15:48:18 -05:00
  • 20f4cee5da Replaced generic ACM license with the Graphics Gems IV license. Steven Silvester 2012-08-06 19:06:57 -05:00
  • 715271bde9 Pep8 fixes. Steven Silvester 2012-08-05 23:42:44 -05:00
  • ea850757c8 Added Notes to the docstring. Steven Silvester 2012-08-05 23:36:39 -05:00
  • 9eeb990898 Tests pass and example works on build. Steven Silvester 2012-08-05 23:27:24 -05:00
  • c6d0acfdab Initial commit of adapthist modifications. Steven Silvester 2012-08-05 23:07:24 -05:00
  • 4f68f1cd36 doc: fix and clarify peak_local_max docstring Josh Warner (Mac) 2012-12-03 20:23:01 -06:00
  • 50c0399aa7 Merge pull request #379 from cpsaltis/fix_rotate Johannes Schönberger 2012-12-03 14:48:52 -08:00
  • 55b4a1e70e Merge pull request #383 from stefanv/windowserror Tony S Yu 2012-12-03 10:01:08 -08:00
  • 68c2ab205e BUG: WindowsError not defined under Linux. Stefan van der Walt 2012-12-03 08:49:35 -08:00
  • 099b94efa1 Merge pull request #375 from ahojnnes/hough-peak-example Tony S Yu 2012-12-03 06:35:47 -08:00
  • 298abe1ac0 Add test for resize option in rotate Christos Psaltis 2012-12-03 15:54:26 +02:00
  • 49e06c9755 Add title to hough peak detection example plot Johannes Schönberger 2012-12-03 14:37:26 +01:00
  • 989d1de598 Merge pull request #380 from tonysyu/mark-boundaries-regression Johannes Schönberger 2012-12-02 23:20:01 -08:00
  • 6953785eab added rgb2lab test Sergey Karayev 2012-12-02 22:51:16 -08:00
  • bf28a38f6e ENH: Make black the default boundary color for mark_boundaries. Tony S Yu 2012-12-02 16:02:27 -05:00
  • 2e1729a9fb Cleaned up adapthist func to use LAB for all RGB->required rest result change Steven Silvester 2012-12-01 23:46:52 -06:00
  • 2df4a65bca fixed up watch for rename of the project debian/0.7.2-1 Yaroslav Halchenko 2012-12-01 22:13:07 -05:00
  • 49e22d2ad1 New changelog + refreshed control (version dependency on scipy + multilined depends) Yaroslav Halchenko 2012-12-01 22:10:02 -05:00
  • 9c38abb08d Merge tag 'v0.7.2' into debian Yaroslav Halchenko 2012-12-01 22:02:33 -05:00
  • afd1eed22f Merge pull request #1 from amueller/xyz_fix Sergey Karayev 2012-12-01 15:20:21 -08:00
  • 22f94d8707 Fix resize argument handling in rotate. Christos Psaltis 2012-12-01 12:30:40 +02:00
  • b5d1e9f209 FIX quickshift nosetest with different xyz color conversion Andreas Mueller 2012-11-30 15:36:01 +01:00
  • 43eb33d26b flake8 on colorconv.py and removed unneeded .copy() Sergey Karayev 2012-11-30 01:30:59 -08:00
  • c5e047ff0e Add join_segmentations example to the gallery Juan Nunez-Iglesias 2012-11-30 15:25:00 +11:00
  • 5108d8c346 Fixed RGB<->XYZ conversion. Sergey Karayev 2012-11-29 12:06:01 -08:00
  • b906082034 Add testing functions for join and relabel Juan Nunez-Iglesias 2012-11-28 12:48:13 +11:00
  • dc377970f5 Add functions to join and relabel segmentations Juan Nunez-Iglesias 2012-11-28 12:22:14 +11:00
  • 98ce475113 style: initialize out at beginning of function Josh Warner (Mac) 2012-11-25 23:09:06 -06:00
  • 45a91aa9c5 doc: deprecated string and docstring formatting fixes in is_local_maximum Josh Warner (Mac) 2012-11-25 22:56:45 -06:00
  • d2262227d9 BUG - rank_order now imported. Josh Warner (Mac) 2012-11-24 17:24:14 -06:00
  • a77923fe4c Merge pull request #373 from luispedro/imread_io_plugin Stefan van der Walt 2012-11-24 11:07:52 -08:00
  • 38f699471e TST Remove unneeded test Luis Pedro Coelho 2012-11-24 11:12:17 +00:00
  • 1f84c5e35f DOC Add myself to CONTRIBUTORS.txt Luis Pedro Coelho 2012-11-05 22:33:40 +00:00
  • 10ce9b89ab RFCT Use skimage.utils.convert for type conversion Luis Pedro Coelho 2012-11-05 22:32:43 +00:00
  • 6ebc43bad8 ENH Add imread io plugin Luis Pedro Coelho 2012-11-05 22:17:42 +00:00
  • e7288f9140 BUG - Dtype conversion to Boolean in a new code path not included in current tests. Josh Warner (Mac) 2012-11-20 01:17:42 -06:00
  • da5a2a8221 BUG - Now parsing all unique labels != 0 properly, and set threshold_rel=0 in is_local_maximum() wrapper. Josh Warner (Mac) 2012-11-20 01:11:31 -06:00
  • 233b368195 BUG - Fixed a bug where the image was not properly masked for each unique label. Josh Warner (Mac) 2012-11-20 00:45:01 -06:00
  • 33c9514062 BUG - Fixed a bug where, when indices = False, output was not Boolean. Josh Warner (Mac) 2012-11-20 00:36:12 -06:00
  • 226eaaff92 FEAT - Unified peak finder backend Josh Warner (Mac) 2012-11-20 00:12:47 -06:00
  • 63b5c5a4a0 FEAT - combined API from is_local_maximum() into peak_local_max() Josh Warner (Mac) 2012-11-19 23:38:58 -06:00
  • a7527adf31 Add example for hough_peaks function Johannes Schönberger 2012-11-17 22:27:11 +01:00
  • 13c61b9694 Merge pull request #361 from ahojnnes/hough-peaks Tony S Yu 2012-11-17 07:30:08 -08:00
  • 9d653fec78 BUG: Clean up imports Tony S Yu 2012-11-15 23:53:47 -05:00
  • 0d411e21dc STY: Refactor parts of LineTool to CanvasToolBase Tony S Yu 2012-11-15 22:04:02 -05:00
  • d219a76f58 BUG: Fix blitting behavior in canvastools Tony S Yu 2012-11-15 21:56:51 -05:00
  • 2df0cdb443 Merge pull request #374 from tonysyu/add-rank-to-bentoinfo Johannes Schönberger 2012-11-15 00:42:53 -08:00
  • 5be5813070 STY: Reuse ThickLineTool in LineProfile Tony S Yu 2012-11-04 21:42:47 -05:00
  • 2ff3e78c52 BUG: Move callback connection to parent class Tony S Yu 2012-11-02 23:47:29 -04:00
  • 4f6f25efe9 ENH: Add canvastools subpckages with base class and line tools Tony S Yu 2012-11-01 21:48:12 -04:00
  • d6a0b08859 ENH: Add filter.rank extensions to bento.info Tony S Yu 2012-11-14 20:46:47 -05:00
  • 2a8466a549 ENH: Compare full paths of cython extensions. Tony S Yu 2012-11-14 20:43:52 -05:00
  • 22a73fc0cb BUG: Adapt to whitespace in text search Tony S Yu 2012-11-14 20:08:16 -05:00
  • 80a9a5aba5 Apply numpy reference style to rank filter descriptions Johannes Schönberger 2012-11-14 08:33:27 +01:00
  • 2403bee27c Merge pull request #348 from odebeir/rank_filters Johannes Schönberger 2012-11-13 23:30:12 -08:00
  • 70f2b67ef7 fix: ref and test_otsu doc Olivier Debeir 2012-11-14 08:00:59 +01:00
  • 698d6ae13f fix:< Py_ssize_t > 0 and & pop Olivier Debeir 2012-11-13 17:07:21 +01:00