Commit Graph

  • d5b72f91ab iradon: Do not suppress 0 frequency for filter=None. Jostein Bø Fløystad 2013-07-14 17:40:17 +02:00
  • 4549204507 iradon: Clean up filter code. Jostein Bø Fløystad 2013-07-14 17:39:48 +02:00
  • cb49e1ce7d Replacing np.all by equivalent np.any Ankit Agrawal 2013-07-14 05:27:32 +08:00
  • 60444ee4d3 Radon transform: PEP8 fixes. Jostein Bø Fløystad 2013-07-13 20:11:49 +02:00
  • 462173a53a Radon transform: Include boundary in reconstruction circle. Jostein Bø Fløystad 2013-07-13 20:06:59 +02:00
  • 288ee69483 radon: Correct docstring of order_angles_golden_ratio. Jostein Bø Fløystad 2013-07-13 19:50:20 +02:00
  • 41c6f6d740 radon: Reduce duplication; simplifications. Jostein Bø Fløystad 2013-07-13 19:47:38 +02:00
  • 47b6d0c5a6 Radon transform: Document rotation axis location. Jostein Bø Fløystad 2013-07-13 19:34:22 +02:00
  • 2bfaafd9e2 Radon transform: Redefine projection center for sinograms. Jostein Bø Fløystad 2013-07-13 19:31:43 +02:00
  • 49e8f28fe9 Final changes Ankit Agrawal 2013-07-13 19:01:30 +08:00
  • 7809e020a1 minor changes in isortopic tv denoising Ferdinand Deger 2013-07-13 12:38:27 +02:00
  • 71c70ccd71 Added isotropic TV denoising + comment Ferdinand Deger 2013-07-13 09:52:09 +02:00
  • e3cd0620a7 Fixing bugs and making code compatible with Python 3 Ankit Agrawal 2013-07-13 10:02:12 +08:00
  • 8736a66504 Fix typo using assert_raises in test_colorconv.py Juan Nunez-Iglesias 2013-07-13 09:49:38 +10:00
  • 858f7411d7 Complete test_regular_grid coverage Juan Nunez-Iglesias 2013-07-13 01:34:51 +02:00
  • 6221ce6e3b Add test coverage for guess_spatial_dimensions() Juan Nunez-Iglesias 2013-07-13 01:27:17 +02:00
  • bb4a8aff26 Add test for output dtype of entropy Johannes Schönberger 2013-07-12 23:20:32 +02:00
  • 8ea6d1deb0 Replace all float dtypes with double Johannes Schönberger 2013-07-12 23:06:44 +02:00
  • 33a09c3b1a Add option to return double output image for rank filters Johannes Schönberger 2013-07-12 22:58:15 +02:00
  • b9b5efbdf8 Replace deprecated function calls in examples Johannes Schönberger 2013-07-08 20:34:40 +02:00
  • e041c27f88 Deprecate old rank filter functions Johannes Schönberger 2013-07-08 20:25:25 +02:00
  • af752b97d3 Add note about TODO.txt to release instructions Johannes Schönberger 2013-07-08 20:13:20 +02:00
  • c2939d5308 Add TODO.txt Johannes Schönberger 2013-07-08 20:11:36 +02:00
  • 6ee96054c9 Append percentile, bilateral function name part Johannes Schönberger 2013-07-07 18:42:35 +02:00
  • ed21622caf Use consistent description of output image Johannes Schönberger 2013-07-07 18:32:18 +02:00
  • 658201f8f6 Rename mean_subtraction, morph_contr_enh to subtract_mean and enhance_contrast Johannes Schönberger 2013-07-07 18:29:42 +02:00
  • 54c73fae06 Replace log warning with UserWarning Johannes Schönberger 2013-07-07 18:20:00 +02:00
  • 43feb4bf78 Update bitdepth warning Johannes Schönberger 2013-07-02 01:17:12 +02:00
  • d6fb12a493 Improve long rank filter example Johannes Schönberger 2013-07-02 01:12:51 +02:00
  • d1e0949533 Update entropy example with improved matplotlib usage Johannes Schönberger 2013-07-02 00:32:46 +02:00
  • 73492045b2 Improve mean example Johannes Schönberger 2013-07-02 00:28:16 +02:00
  • 34ad95d917 Improve entropy example Johannes Schönberger 2013-07-02 00:24:36 +02:00
  • 68914b8934 Update bento config Johannes Schönberger 2013-07-02 00:18:14 +02:00
  • 4de4053a9f Refactor rank filter package as combined implementation for 8- and 16-bit Johannes Schönberger 2013-07-02 00:16:28 +02:00
  • 9a36e3b270 Log warning when bitdepth > 10 Johannes Schönberger 2013-07-01 19:19:20 +02:00
  • 68461dbf00 Update bento.info for refactored rank package Johannes Schönberger 2013-07-01 18:52:19 +02:00
  • 6c5eb12df8 Cast to int for python 3 Johannes Schönberger 2013-06-30 13:37:13 +02:00
  • 663092aca0 Improve indentation Johannes Schönberger 2013-06-30 13:02:45 +02:00
  • f74c073da1 Add test case for bilateral filters Johannes Schönberger 2013-06-30 12:57:29 +02:00
  • ce792d5e1a Improve description of bilateral filter Johannes Schönberger 2013-06-30 12:57:05 +02:00
  • 984e542425 Use missing memoryviews for bilateral kernels Johannes Schönberger 2013-06-30 12:42:11 +02:00
  • 7fa8e70495 Fix README for full 16bit support Johannes Schönberger 2013-06-30 12:41:42 +02:00
  • d1fb013788 Fix test cases for full 16bit support Johannes Schönberger 2013-06-30 12:21:46 +02:00
  • e9fcdc4a56 Fix attack-release border initialization Johannes Schönberger 2013-06-30 12:21:08 +02:00
  • ccd902fcb4 Extend bitdepth from 12bit to full 16bit Johannes Schönberger 2013-06-30 11:14:55 +02:00
  • c9e81053f7 Capitalize parameter description in doc string Johannes Schönberger 2013-06-30 11:02:21 +02:00
  • aa973aeff2 Fix wrong module name Johannes Schönberger 2013-06-30 10:59:34 +02:00
  • cd7959dd08 Fix styling of some comments Johannes Schönberger 2013-06-30 10:55:48 +02:00
  • ea8111d0e3 Use typed memoryviews for diff array Johannes Schönberger 2013-06-30 10:52:56 +02:00
  • d251fd8891 Improve code layout and styling Johannes Schönberger 2013-06-30 10:47:13 +02:00
  • 2641df3497 Use typed memoryviews in rank filter package Johannes Schönberger 2013-06-30 10:41:04 +02:00
  • 9a17db19da Refactor rank filter package for consistent naming Johannes Schönberger 2013-06-30 09:31:37 +02:00
  • f0ecc4d00d Rename regular_grid.py Juan Nunez-Iglesias 2013-07-12 18:28:11 +02:00
  • e80dd18d7e Add tests for 'regular_grid()' Juan Nunez-Iglesias 2013-07-12 18:26:11 +02:00
  • f11d5a1c8d Merge pull request #652 from josteinbf/local-binary-pattern-example Johannes Schönberger 2013-07-12 04:17:15 -07:00
  • 09cfe0b929 examples: Avoid python3-specific syntax. Jostein Bø Fløystad 2013-07-12 12:51:04 +02:00
  • 083c13d7bd Adding tests for BRIEF and pairwise_hamming_distance Ankit Agrawal 2013-07-12 00:30:10 +08:00
  • 70aedc4556 Removed blank lines in between parameters. Horea Christian 2013-07-10 22:18:09 +02:00
  • 8eec4770f4 Moving _brief_cy.pyx changes in bento.info to the features section Ankit Agrawal 2013-07-11 01:48:07 +08:00
  • c8d5f70779 Added _brief_cy.pyx in bento.info Ankit Agrawal 2013-07-11 01:38:17 +08:00
  • e7f9e673ac minor modifications François Boulogne 2013-07-10 18:51:18 +02:00
  • 11a2883c50 Broadcasting in pairwise_hamming_distance; numpy optimization in match_keypoints_brief Ankit Agrawal 2013-07-10 22:41:21 +08:00
  • 8927147e2c Merge pull request #645 from josteinbf/iradon-sart-docstring Stefan van der Walt 2013-07-10 05:51:17 -07:00
  • a50892460c Merge pull request #648 from stefanv/ransac_faulty_cast Johannes Schönberger 2013-07-10 04:33:23 -07:00
  • 89c9b6161d Fix casting in ransac example. Stefan van der Walt 2013-07-10 12:45:22 +02:00
  • 8c4b31e28c Merge pull request #646 from ahojnnes/travis-bento Stefan van der Walt 2013-07-10 03:39:39 -07:00
  • b737dc97a6 Making hamming_distance more generalized; improving docs Ankit Agrawal 2013-07-09 23:47:44 +08:00
  • 4d307f5315 iradon_sart: Fix docstring typo. Jostein Bø Fløystad 2013-07-09 11:44:28 +02:00
  • 1cc42bd943 iradon_sart: Reformat references. Jostein Bø Fløystad 2013-07-09 11:44:03 +02:00
  • 633dca7c97 Refined syntax. Horea Christian 2013-07-09 00:28:57 +02:00
  • 0156593fb6 Let travis-ci check bento.info Johannes Schönberger 2013-07-08 20:39:53 +02:00
  • dd9f6a16ab Merge pull request #643 from stefanv/bento_fixes Johannes Schönberger 2013-07-08 11:41:09 -07:00
  • 4e0440d13f detailed procedure François Boulogne 2013-07-08 18:02:11 +02:00
  • 5f62ad55a0 Merge pull request #614 from tonysyu/doc/local-binary-pattern Stefan van der Walt 2013-07-08 06:52:15 -07:00
  • 18a06a0add iradon_sart: Format docs correctly. Jostein Bø Fløystad 2013-07-08 14:50:06 +02:00
  • 48d78c09d9 Improve doc for regular_grid.py Juan Nunez-Iglesias 2013-07-08 14:41:42 +02:00
  • 1b4cf9f76d Fix Bento build. Stefan van der Walt 2013-07-08 13:14:08 +02:00
  • 0988650fbe Adding docs for match_keypoints_brief Ankit Agrawal 2013-07-08 18:58:05 +08:00
  • 47a0cd1a3f Merge pull request #642 from sciunto/convex_hull_ex Stefan van der Walt 2013-07-08 03:41:22 -07:00
  • 02acd3ce42 revert, accum is a tuple of lists François Boulogne 2013-07-07 19:37:30 +02:00
  • c47aa27cc5 typo François Boulogne 2013-07-07 19:24:17 +02:00
  • 0e7e838cac use shorter URL François Boulogne 2013-07-07 19:17:16 +02:00
  • bcd2974216 fix Johannes' comments François Boulogne 2013-07-07 19:15:25 +02:00
  • acdfd8bc71 simplify modification image + comment François Boulogne 2013-07-07 12:21:34 +02:00
  • 7048a9c995 add original picture François Boulogne 2013-07-07 12:05:30 +02:00
  • 7fefbf9103 PEP8 François Boulogne 2013-07-07 11:32:38 +02:00
  • c2193cbc34 fix doctest François Boulogne 2013-07-07 10:42:32 +02:00
  • 4eed83720a rename files François Boulogne 2013-07-07 10:19:19 +02:00
  • e0c1e03328 fix title François Boulogne 2013-07-07 10:18:54 +02:00
  • 7506357f8a add extra comments François Boulogne 2013-07-07 10:13:51 +02:00
  • df607071a0 Adding match_keypoints_brief Ankit Agrawal 2013-07-07 13:28:31 +08:00
  • d7b8f37309 add example HT for ellipse François Boulogne 2013-07-07 00:38:49 +02:00
  • 4f0c4f0306 add coffee picture from flickr François Boulogne 2013-07-07 00:38:06 +02:00
  • f3b1b39158 Merge pull request #635 from josteinbf/radon-cleanup Emmanuelle Gouillart 2013-07-06 12:14:25 -07:00
  • bea50aa608 iradon: use util.pad for sinogram padding. Jostein Bø Fløystad 2013-07-06 18:55:06 +02:00
  • b3746b9090 iradon: Cleanup by locating related code in one place. Jostein Bø Fløystad 2013-07-06 18:29:31 +02:00
  • 643a1bc1f5 iradon: Add test for cubic interpolation. Jostein Bø Fløystad 2013-07-06 18:29:05 +02:00
  • b90ba783ef iradon: Only allow interpolation methods working well. Jostein Bø Fløystad 2013-07-06 18:27:08 +02:00
  • 2be327815e radon: Use numpy.interp/scipy.interpolate. Jostein Bø Fløystad 2013-07-06 17:28:49 +02:00
  • 5955e4e612 iradon: Reduce code duplication. Jostein Bø Fløystad 2013-07-05 15:27:39 +02:00