Commit Graph

  • 920e41398d FIX: move corner detection outside loop in test_num_peaks. Malcolm Reynolds 2013-03-18 15:23:35 +00:00
  • 0fde67bb56 TEST: added test for num_peaks kwarg in peak_local_max. Malcolm Reynolds 2013-03-18 15:13:18 +00:00
  • 7b0fd4a5d8 Merge pull request #470 from ahojnnes/regionprops-example Tony S Yu 2013-03-17 20:52:18 -07:00
  • f80cd8114b Replace ndimage.zoom function in radon transform example with builtin skimage function Johannes Schönberger 2013-03-17 10:57:08 +01:00
  • 045f64a00d Explicitly import local_binary_pattern function Johannes Schönberger 2013-03-17 10:54:35 +01:00
  • c475581aa2 Replace rotate function of local binary pattern example with builtin skimage function Johannes Schönberger 2013-03-17 10:54:05 +01:00
  • 7f755e83db Remove unused import Johannes Schönberger 2013-03-17 10:50:32 +01:00
  • 96f08e68d0 Use nearest neighbour interpolation to avoid different labels Johannes Schönberger 2013-03-17 10:48:59 +01:00
  • 874c5647bc Replace scipy.ndimage routine with skimage.ndimage.rotate Johannes Schönberger 2013-03-17 10:47:18 +01:00
  • dabb2b682d Merge pull request #468 from ahojnnes/rotate-doc Tony S Yu 2013-03-16 11:48:18 -07:00
  • c5bdf00e82 Fix parameter list format error of rotate Johannes Schönberger 2013-03-16 18:03:04 +01:00
  • a3d73bdd61 DOC: minor fix ellipse_perim. François Boulogne 2013-03-16 13:25:01 +01:00
  • 44095eef81 FIX: number of peaks returned from feature.corner_peaks Malcolm Reynolds 2013-03-15 18:50:43 +00:00
  • a41d74caa4 Merge pull request #441 from spotter/color_deconv Stefan van der Walt 2013-03-14 06:04:22 -07:00
  • f956f3257d FIX: Added myself in CONTRIBUTORS.txt Xavier Moles Lopez 2013-03-14 13:59:15 +01:00
  • d0a15a7cf9 FIX: Example in combine_stains docstring. Xavier Moles Lopez 2013-03-13 15:14:39 +01:00
  • bad3915d2a Merge pull request #463 from ahojnnes/pdf-docs Stefan van der Walt 2013-03-13 07:02:38 -07:00
  • b75776cc2e ENH: Updated stain separation function docstrings and added matrices to __all__ Xavier Moles Lopez 2013-03-13 14:26:23 +01:00
  • 5e67572ac7 Do not set paper size to allow manual setting through make Johannes Schönberger 2013-03-13 12:16:58 +01:00
  • 1d9fb145f6 Avoid duplicate python module index Johannes Schönberger 2013-03-13 12:09:39 +01:00
  • 169d945534 Fix make.bat Johannes Schönberger 2013-03-13 12:08:08 +01:00
  • d68515f0d8 Copy some useful latex settings from NumPy Johannes Schönberger 2013-03-13 12:03:44 +01:00
  • 3f31b48fe1 Use plot_directive from matplotlib.sphinxext if available Johannes Schönberger 2013-03-13 11:10:03 +01:00
  • 97d7f88b04 Explicitly set latex font size and paper size Johannes Schönberger 2013-03-13 11:08:02 +01:00
  • 16863535eb Re-enable plots in doc strings and generate PDF images for them Johannes Schönberger 2013-03-13 10:59:26 +01:00
  • b1628e07ad fix comment François Boulogne 2013-03-12 20:31:33 +01:00
  • 74acdc9fa9 FIX: changed unicode dash in docstrings. spotter 2013-03-12 17:09:17 +01:00
  • 08668156c2 Merge pull request #462 from ahojnnes/deprecated-doc-string Stefan van der Walt 2013-03-12 08:42:31 -07:00
  • 6f7158046f FIX: combine_stains docstring. spotter 2013-03-12 16:41:02 +01:00
  • b3e557b550 FIX: using the new stain separation functions for the special case of hed. spotter 2013-03-12 16:19:51 +01:00
  • c43986d6d6 ENH: Adding tests for new stain separation functions. spotter 2013-03-12 16:15:41 +01:00
  • f48097c5ca FIX: fixed docstrings. ENH: Added new stain separation matrices. spotter 2013-03-12 16:06:32 +01:00
  • 20f27345c3 FIX: rgb2hed and hed2rgb can work with both signed and unsigned image. spotter 2013-03-11 23:54:06 +01:00
  • 0324737c47 Fix some doc strings for latex docs Johannes Schönberger 2013-03-12 09:39:42 +01:00
  • a1ad4ca34b Change latex doc settings Johannes Schönberger 2013-03-12 09:39:00 +01:00
  • b82764583a Increase list-depth for nested quotes etc. Johannes Schönberger 2013-03-12 09:36:33 +01:00
  • d01b14f2ff Add API documentation to latex docs Johannes Schönberger 2013-03-12 09:12:13 +01:00
  • 332c21f979 Make deprecation warning in doc string bold Johannes Schönberger 2013-03-12 07:29:39 +01:00
  • a0d9d3f213 Use double instead of single quotes for doc string Johannes Schönberger 2013-03-12 07:28:15 +01:00
  • 0cb0fee339 Remove duplicate code for alternative function Johannes Schönberger 2013-03-11 23:21:52 +01:00
  • 483ebae0c0 Change deprecated decorator to display warning in doc string Johannes Schönberger 2013-03-11 23:18:54 +01:00
  • 0fd2f355b2 FIX: Link to Ruifrok reference Xavier Moles Lopez 2013-03-11 16:14:32 +01:00
  • dd597fc526 Merge pull request #460 from jni/raise-type Stefan van der Walt 2013-03-10 21:42:45 -07:00
  • b306f9b70f Revert remove_small_objects to raise TypeError Juan Nunez-Iglesias 2013-03-10 19:23:04 +11:00
  • 5b25e7e961 FIX: Replaced non-ascii double quotes in Ruifrok reference. spotter 2013-03-09 13:23:36 +01:00
  • f66c8b5e3b ENH: Added example to the gallery for ihc staining separation spotter 2013-03-08 15:59:40 +01:00
  • 7c371e1662 FIX: img_as_ubyte function threw ValueError due to floating point errors in hed2rgb function. spotter 2013-03-08 11:48:07 +01:00
  • d7d87c9461 Merge pull request #390 from tonysyu/canvastools Stefan van der Walt 2013-03-07 23:18:30 -08:00
  • b83e4e9177 Merge pull request #457 from tonysyu/logo_refactor Stefan van der Walt 2013-03-07 10:02:08 -08:00
  • dad1cdbd5b Merge pull request #4 from stefanv/tonysyu_logo_refactor Tony S Yu 2013-03-07 06:44:43 -08:00
  • ad0927f459 STY: PEP8 for logo. Stefan van der Walt 2013-03-07 08:29:01 +02:00
  • 70e37f3055 Refactor code that generates scikit-image logo. Tony S Yu 2013-03-06 23:03:01 -06:00
  • 7439fe96e8 FIX: Testing for ubyte and float images. Input dtypes are converted beforehand. spotter 2013-03-07 00:14:06 +01:00
  • 0b254ae73b Merge recent bug fixes of development version into v0.8.x v0.8.2 Johannes Schönberger 2013-03-06 23:12:35 +01:00
  • 5955937131 Merge pull request #456 from cgohlke/patch-2 Johannes Schönberger 2013-03-06 14:09:07 -08:00
  • 45f53c9e3a Fix MSVC error C2036: 'void *' : unknown size Christoph Gohlke 2013-03-06 10:09:59 -08:00
  • cbcb313306 Update version to 0.8.1 v0.8.1 Johannes Schönberger 2013-03-06 16:50:30 +01:00
  • 387c72b018 Remove colon as multi-line comment symbol Johannes Schönberger 2013-03-06 16:43:41 +01:00
  • 44350f56c9 Fix vectorized_ops for bento Johannes Schönberger 2013-03-06 16:42:18 +01:00
  • d548003bdf Merge pull request #455 from thouis/ctmf_unaligned_segv Stefan van der Walt 2013-03-06 05:00:09 -08:00
  • e6ee2c0db6 BUG: not all histogram memory was aligned correctly Thouis (Ray) Jones 2013-03-05 10:37:56 -05:00
  • 2335f60954 Merge pull request #454 from ahojnnes/release-announcements Stefan van der Walt 2013-03-05 02:26:52 -08:00
  • 631a3bc687 Add release instruction to update dev docs Johannes Schönberger 2013-03-05 08:55:37 +01:00
  • a4654b4b45 Add mailing list adresses to release instructions Johannes Schönberger 2013-03-05 08:51:30 +01:00
  • eb9c1e15dd Merge pull request #453 from cgohlke/patch-1 Johannes Schönberger 2013-03-04 23:01:05 -08:00
  • 211d64644f Use np.intp type for indices Christoph Gohlke 2013-03-04 22:45:46 -08:00
  • 97fd434314 Fix ValueError: Buffer dtype mismatch on win-amd64 Christoph Gohlke 2013-03-04 17:33:15 -08:00
  • 7ca08cf763 Fix ValueError: Buffer dtype mismatch on win-amd64 Christoph Gohlke 2013-03-04 17:32:22 -08:00
  • dda83fdb55 Fix ValueError: Buffer dtype mismatch on win-amd64 Christoph Gohlke 2013-03-04 17:30:40 -08:00
  • 19e938a3de Fix ValueError: Buffer dtype mismatch on win-amd64 Christoph Gohlke 2013-03-04 17:29:44 -08:00
  • eec9beb960 Fix setup merge conflict Johannes Schönberger 2013-03-04 21:46:52 +01:00
  • 4854dc830f Increase version number to 0.9 Johannes Schönberger 2013-03-04 21:22:20 +01:00
  • 5755ccb612 Fix release instruction for making docs v0.8.0 Johannes Schönberger 2013-03-04 20:46:09 +01:00
  • ade23a2f71 Update docversion for 0.8 Johannes Schönberger 2013-03-04 20:42:46 +01:00
  • 96e5c1b1b8 Update version number for 0.8 Johannes Schönberger 2013-03-04 20:41:19 +01:00
  • 4a8016fde6 Add release notes for version 0.8 Johannes Schönberger 2013-03-04 20:38:41 +01:00
  • f3924da90b DOC: Fix typo in remove_small_objects docstring. Stefan van der Walt 2013-03-04 18:36:32 +02:00
  • 9cb354e9d0 Merge pull request #450 from ahojnnes/hough-circle Stefan van der Walt 2013-03-04 08:09:08 -08:00
  • 25f16f4a82 Merge pull request #452 from stefanv/jni-morphology-functions Johannes Schönberger 2013-03-04 08:03:34 -08:00
  • 4925205082 Improve performance of normalization Johannes Schönberger 2013-03-04 16:26:06 +01:00
  • eee2342814 Merge pull request #446 from jni/morphology-functions Johannes Schönberger 2013-03-04 06:09:40 -08:00
  • 2237cc1617 Change color of circles for better visibility Johannes Schönberger 2013-03-04 15:02:09 +01:00
  • 2e3f82e9d9 Remove unnecessary statement breaks Johannes Schönberger 2013-03-04 15:01:03 +01:00
  • dec104e9ff Improve performance and usage of data types of hough circle transformation Johannes Schönberger 2013-03-04 15:00:37 +01:00
  • 0a6b72bfe4 FIX: Fixed test_hed_rgb_roundtrip. Xavier Moles Lopez 2013-03-04 12:15:35 +01:00
  • 7f5b331f22 FIX: import rgb2hed and hed2rgb in the test_colorconv script. Xavier Moles Lopez 2013-03-04 12:04:44 +01:00
  • e4629ed856 FIX: modified color.data.ihc docstring. Xavier Moles Lopez 2013-03-04 11:45:58 +01:00
  • 40e7aee4de FIX: Ran autopep8 on colorconv.py FIX: modified color.data.ihc function FIX: smaller ihc.jpg image Xavier Moles Lopez 2013-03-04 10:50:17 +01:00
  • dae9b7adfd STY: Minor cleanup. Stefan van der Walt 2013-03-04 11:30:19 +02:00
  • 3249faf308 Add specific error messages and exceptions Juan Nunez-Iglesias 2013-03-04 16:54:29 +11:00
  • 0b97d48742 Merge pull request #444 from jmargeta/MSVC_uint16_fix Stefan van der Walt 2013-03-03 20:20:45 -08:00
  • 3869d1ef8a Removing unnecessary typedefs for uint16_t in MSVC build Jan Margeta 2013-03-03 22:45:03 +01:00
  • dc83c64d44 Change data type of index variables Johannes Schönberger 2013-03-03 15:37:45 +01:00
  • 332469c6df Fix missed rename in example Juan Nunez-Iglesias 2013-03-04 01:24:26 +11:00
  • 6b9ecd80b9 Add raise and labeled image tests Juan Nunez-Iglesias 2013-03-03 21:43:56 +11:00
  • b07f7fd9bd Rename function to remove_small_objects Juan Nunez-Iglesias 2013-03-03 20:47:02 +11:00
  • d6c5ba38ef Improve docstring for remove_small_connected_components Juan Nunez-Iglesias 2013-03-03 20:33:05 +11:00
  • afed313369 Modify example to use remove_small_connected_components Juan Nunez-Iglesias 2013-03-03 15:18:12 +11:00
  • 5222fb5ff7 Add tests for remove_small_connected_components Juan Nunez-Iglesias 2013-03-03 14:50:20 +11:00
  • 24b14508c8 Add examples to docstring Juan Nunez-Iglesias 2013-03-03 14:34:14 +11:00