Commit Graph

  • 471b293a9e Remove unnecessary parameters and update doc string Johannes Schönberger 2013-08-31 18:34:18 +02:00
  • 6b5556b279 Reduce memory footprint Johannes Schönberger 2013-08-31 18:25:18 +02:00
  • fd729a4e30 Improve SLIC Johannes Schönberger 2013-08-31 17:28:48 +02:00
  • a401cb8d9d Merge pull request #721 from ahojnnes/travis Stefan van der Walt 2013-09-01 07:45:05 -07:00
  • 74b932e1be Remove unnecessary mirror option Johannes Schönberger 2013-09-01 16:03:14 +02:00
  • 586a7c9087 Merge pull request #720 from michaelaye/patch-1 Johannes Schönberger 2013-08-31 23:31:45 -07:00
  • 1bcc2b418a removing some unused selem declarations K.-Michael Aye 2013-08-31 22:48:49 -07:00
  • 997339beae FEAT: add tests for marching cubes and mesh surface area Josh Warner (Mac) 2013-06-18 23:09:43 -05:00
  • b6f25906d6 DOCFIX: clarify docstrings and output vertex dimension ordering Josh Warner (Mac) 2013-06-06 15:56:29 -05:00
  • 19b8831a0d FIX: incorrect name for unpack_unique_verts, revert axis ordering Josh Warner (Mac) 2013-06-01 21:26:16 -05:00
  • fcd20e5660 FIX: use memoryviews, docfix, and change tri_list to face_list Josh Warner (Mac) 2013-05-31 10:29:09 -05:00
  • 164b416bd9 FIX: volume now directly cast, docfixes, C-contiguous ordering Josh Warner (Mac) 2013-05-31 10:27:54 -05:00
  • f8cc4799da FIX: dimension ordering now correct (x, y, z) Josh Warner (Mac) 2013-05-31 09:46:11 -05:00
  • 165de870d0 fix error in triangulation of case 120 Josh Warner (Mac) 2013-03-28 14:56:57 -05:00
  • 296d102047 fix: symmetric ambiguous dual-plane cases require special treatment JDWarner 2013-03-20 16:35:55 -05:00
  • 44c04996c7 move unpack_unique_verts to Cython for speed JDWarner 2013-03-20 15:42:57 -05:00
  • d2e51aa035 fix import error from _marching_cubes_cy Josh Warner (Mac) 2013-03-17 09:07:56 -05:00
  • 9a86aba226 rename files to conform with naming conventions Josh Warner (Mac) 2013-03-17 08:48:32 -05:00
  • 9779cd5e4a fix: bug in second _append_tris call in case 125 Josh Warner (Mac) 2013-03-17 00:46:39 -05:00
  • 5b990a0856 fix import of _marching_cubes Josh Warner (Mac) 2013-03-16 22:22:26 -05:00
  • 855031ad47 add _marching_cubes.pyx to list of Cython modules to build Josh Warner (Mac) 2013-03-16 21:51:33 -05:00
  • 84618af7c7 import marching_cubes and mesh_surface_area Josh Warner (Mac) 2013-03-16 21:14:13 -05:00
  • 5eba5a42a7 FEAT: Full 3d anisotropic implementation of marching cubes Josh Warner (Mac) 2013-03-16 21:12:13 -05:00
  • 55e42309b8 Merge pull request #712 from emmanuelle/gaussian_filter Juan Nunez-Iglesias 2013-08-30 10:27:41 -07:00
  • 9795d3fad4 Gaussian filter function: changed the default value of multichannel Emmanuelle Gouillart 2013-08-29 23:14:30 +02:00
  • f4a097713c Changed link to the reference [2] Alexis Mignon 2013-08-25 17:13:25 +02:00
  • b4242ca3fb [BUG] iterable sigma and multichannel Emmanuelle Gouillart 2013-08-25 16:41:37 +02:00
  • 515335e917 Corrected name in reference [2] Alexis Mignon 2013-08-25 15:05:35 +02:00
  • 15b4a4d979 DOC: corrected description of multichannel parameter Emmanuelle Gouillart 2013-08-25 15:04:22 +02:00
  • d4eba562b8 Merge pull request #711 from sciunto/minordoc Stefan van der Walt 2013-08-25 05:59:44 -07:00
  • 7b022c8b5f Finalized changes. Added reference for non rotation-invariant uniform patterns. Added test case. Modified comments to clarify the process, and changed the code to make it more consistent with explanations and actuall encoding Alexis Mignon 2013-08-25 14:56:13 +02:00
  • c68dab766e DOC: add titles to plots François Boulogne 2013-08-25 14:52:30 +02:00
  • 082586c10c Added a wrapper around ndimage's Gaussian filter Emmanuelle Gouillart 2013-08-25 14:50:55 +02:00
  • 8757356a46 Merge pull request #638 from sciunto/contribute Stefan van der Walt 2013-08-25 05:22:13 -07:00
  • 1a4ea5c970 Merge pull request #710 from jni/pyamg-depends Emmanuelle Gouillart 2013-08-25 04:56:41 -07:00
  • 4d80670925 Merge pull request #672 from jni/chull-fix Emmanuelle Gouillart 2013-08-25 04:48:20 -07:00
  • 13e83be692 Update PyAMG URL (no longer in Google Code) Juan Nunez-Iglesias 2013-08-25 12:44:19 +02:00
  • bd2a61baf8 Add PyAMG to the optional dependencies list Juan Nunez-Iglesias 2013-08-25 12:42:12 +02:00
  • 944b45ad69 DOC: this step seems to be useless François Boulogne 2013-08-25 12:01:35 +02:00
  • 072eb7640a Add docstring note explaining coord use case Juan Nunez-Iglesias 2013-08-25 11:06:31 +02:00
  • cb28bba6ee Add note describing array copy if discontiguous Juan Nunez-Iglesias 2013-08-25 11:04:50 +02:00
  • 0c2f0dc532 Review the procedure François Boulogne 2013-08-25 10:34:25 +02:00
  • ebe1a18656 Minor modifications following review by Johannes Emmanuelle Gouillart 2013-08-24 07:53:16 +02:00
  • 29212a31a7 Some additions to the user guide: getting started section + section on common numpy operations. Emmanuelle Gouillart 2013-08-22 16:43:36 +02:00
  • eae691cf21 Corrected duplicate variable declarations, variable name change from 'var_index' to 'rot_index' and corrected minor bugs Alexis Mignon 2013-08-22 15:24:49 +02:00
  • 22873b803f Added non rotation invariant local binary patterns Alexis Mignon 2013-08-22 15:05:22 +02:00
  • 8d0f91724f Merge pull request #702 from stefanv/remove_image_wrap Johannes Schönberger 2013-08-21 11:54:58 -07:00
  • 7df2ef1e85 Add tests for image tags. Stefan van der Walt 2013-08-21 17:50:21 +02:00
  • 2b0f037422 Remove Image wrapper from io. Improve tags handling. Stefan van der Walt 2013-08-21 17:46:38 +02:00
  • 9a5a767ce8 Merge pull request #700 from stefanv/remove_logger Johannes Schönberger 2013-08-21 02:45:24 -07:00
  • 4215ad11a1 Remove leftover debug statement. Stefan van der Walt 2013-08-21 11:09:02 +02:00
  • 4b39779382 Merge pull request #697 from ahojnnes/memoryviews Stefan van der Walt 2013-08-20 23:56:25 -07:00
  • 05aeb7c7fe Convert to int for Py_ssize_t Johannes Schönberger 2013-08-20 14:57:12 +02:00
  • ca768b0b95 Remove unnecessary import of Warning. Stefan van der Walt 2013-08-21 00:59:37 +02:00
  • d9836a6add Remove logger in favor of warnings. Stefan van der Walt 2013-08-21 00:10:33 +02:00
  • bbf7a56db2 Merge pull request #698 from mrterry/deltae_docs Stefan van der Walt 2013-08-19 15:51:08 -07:00
  • 7e7fb2fc85 comma usage Matt Terry 2013-08-19 11:26:07 -07:00
  • 600305eb85 doc quickfix Matt Terry 2013-08-19 11:04:29 -07:00
  • 5f82c206b4 Fix bugs in usage of typed memoryviews Johannes Schönberger 2013-08-19 19:31:40 +02:00
  • c8f619e384 Use typed memoryviews in transform package Johannes Schönberger 2013-08-19 19:22:28 +02:00
  • b8b2a63884 Use typed memoryviews in morphology package Johannes Schönberger 2013-08-19 19:14:56 +02:00
  • 8524203f13 Use typed memoryviews in measure package Johannes Schönberger 2013-08-19 18:42:08 +02:00
  • 93e83b347f Improve tests of graph package Johannes Schönberger 2013-08-19 18:37:30 +02:00
  • b6f72c606d Merge pull request #665 from mrterry/deltae Juan Nunez-Iglesias 2013-08-18 00:32:07 -07:00
  • 561d20a9bd Merge pull request #695 from ahojnnes/memoryviews Stefan van der Walt 2013-08-17 15:40:40 -07:00
  • a8f0d46ab2 Fix missing conversion of typed memoryview to numpy array Johannes Schönberger 2013-08-17 23:17:05 +02:00
  • 5b38bdac59 Fix missing conversion of typed memoryview to numpy array Johannes Schönberger 2013-08-17 23:07:00 +02:00
  • 5d62f46109 Merge pull request #696 from ahojnnes/foerstner-ref-fix Stefan van der Walt 2013-08-17 14:03:28 -07:00
  • e78f9ad39d Fix reference of corner_foerstner Johannes Schönberger 2013-08-17 22:56:11 +02:00
  • f76ba9dff3 Use typed memoryviews in filter package Johannes Schönberger 2013-08-17 22:47:03 +02:00
  • 3172f508d6 Use typed memoryviews in feature package Johannes Schönberger 2013-08-17 22:35:13 +02:00
  • cd9f3bd92e Use typed memoryviews in draw package Johannes Schönberger 2013-08-17 22:07:45 +02:00
  • b7274a7f17 Merge pull request #694 from ahojnnes/moments Stefan van der Walt 2013-08-17 12:53:06 -07:00
  • cc91324625 Fix PEP8 issues and typos Johannes Schönberger 2013-08-17 21:42:27 +02:00
  • d86b624d43 r is confusing, use ab instead Matt Terry 2013-08-17 11:11:23 -07:00
  • 9fe1e26583 more consistency in naming, better docstring Matt Terry 2013-08-17 11:06:00 -07:00
  • ce924c7279 Add test cases for moments functions Johannes Schönberger 2013-08-17 18:04:35 +02:00
  • c4caf8b7b8 Sort functions in alphabetical order Johannes Schönberger 2013-08-17 18:04:07 +02:00
  • 13957123b7 Make moments functions public, rename, add tests Johannes Schönberger 2013-08-17 18:00:53 +02:00
  • 752e395835 Improve moments code and use typed memoryviews Johannes Schönberger 2013-08-17 15:48:48 +02:00
  • 969927dc2a Merge pull request #689 from mkcor/coffeepic-credits Juan Nunez-Iglesias 2013-08-16 19:16:04 -07:00
  • 5afb53a126 Edited docstring according to comments. Marianne Corvellec 2013-08-16 18:47:19 -04:00
  • 673439f207 Merge pull request #692 from angelatlarge/fix_hog_orient_bins_rounding Josh Warner 2013-08-15 13:51:26 -07:00
  • 0182f7c98a better roundoff handing of dH Matt Terry 2013-08-15 11:18:28 -07:00
  • e5fcece9dc spell ciede correctly Matt Terry 2013-08-15 09:15:39 -07:00
  • 3c5a8ec4b0 Merge pull request #668 from ankit-maverick/censure Johannes Schönberger 2013-08-15 08:40:27 -07:00
  • 9ad7c78c8e Documenting the choice of filter sizes Ankit Agrawal 2013-08-15 19:14:47 +05:30
  • 550dfce134 Final changes in censure example Ankit Agrawal 2013-08-15 18:20:03 +05:30
  • 56686fe809 Reverting back to changes made by Johannes Ankit Agrawal 2013-08-15 17:28:08 +05:30
  • ffbeeaee27 Correcting selem.star for Python 3 Ankit Agrawal 2013-08-15 16:37:07 +05:30
  • cd5316c36d Importing star and octagon from morphplogy.selem Ankit Agrawal 2013-08-15 15:30:08 +05:30
  • 8d6d5f7fa7 Adding Octagon shapes for higher scales Ankit Agrawal 2013-08-15 14:47:10 +05:30
  • 7c4152b62b Fix censure example and fix some minor issues Johannes Schönberger 2013-08-15 08:36:09 +02:00
  • 3ee183fdf8 PEP8 corrections and stylistic changes Ankit Agrawal 2013-08-14 14:36:56 +05:30
  • b61b330355 Adding a short description of the algorithm Ankit Agrawal 2013-08-14 14:25:15 +05:30
  • f2632f26bb Adding gallery example for plotting censure keypoints Ankit Agrawal 2013-08-13 20:11:37 +05:30
  • 6c27d278d0 Adding remaining tests Ankit Agrawal 2013-08-13 00:21:25 +05:30
  • c3b6ce2c82 Including min_scale as another input parameter Ankit Agrawal 2013-08-12 23:51:19 +05:30
  • 6d1be9aee4 Documenting the code Ankit Agrawal 2013-08-12 16:59:09 +05:30
  • 229910efe7 Replacing censure_keypoints by keypoints_censure, n_scales by max_scale Ankit Agrawal 2013-08-12 16:37:09 +05:30