Commit Graph

924 Commits

Author SHA1 Message Date
François Boulogne 7506357f8a add extra comments 2013-07-07 10:13:51 +02:00
François Boulogne d7b8f37309 add example HT for ellipse 2013-07-07 00:38:49 +02:00
Tony S Yu 516d6efa5d Fix Python 3 incompatibility (also, some wording tweaks) 2013-07-06 00:55:51 -05:00
Jostein Bø Fløystad e2a0f7fff8 Radon example: Declare UTF-8 encoding.
This is needed for non-ASCII characters in the references to papers
cited in the text.
2013-07-05 13:14:39 +02:00
Jostein Bø Fløystad 789c19923d Radon example: print RMS errors of the reconstructions. 2013-07-05 13:14:39 +02:00
Jostein Bø Fløystad 1d611878a6 Radon example: Style fixes. 2013-07-05 13:14:39 +02:00
Jostein Bø Fløystad e5dfcb0ab4 Improve the text in and add references to the Radon example.
Based on comments from Emmanuelle.
2013-07-05 13:14:39 +02:00
Jostein Bø Fløystad 9e11e453b6 radon example: Display plots when run from command line.
Call to matplotlib's show() was missing.
2013-07-05 13:14:39 +02:00
Jostein Bø Fløystad a5df8d4630 Rewrite Radon example; include SART.
The old example had some flaws. The new example corrects these, expands
on the topic and adds content relating to the newly implemented SART
algorithm.
2013-07-05 13:14:39 +02:00
tonysyu 42e07a8ef6 Fix naming bug 2013-07-01 20:33:30 -05:00
Tony S Yu c76daa97a9 Add explanation to LBP example 2013-06-28 16:00:03 -05:00
Stefan van der Walt 0a727e3367 Merge pull request #485 from tonysyu/image_label2rgb
ENH: Add `label2rgb`.
2013-06-22 20:24:20 -07:00
François Boulogne 3926f1873d use items/values for python2/3 compat 2013-06-20 11:16:23 +02:00
François Boulogne cc249baa6c fix iteritems for python3 compat 2013-06-13 14:06:23 +02:00
François Boulogne 7cf20736b9 workaround for itervalues 2013-06-13 13:58:21 +02:00
Johannes Schönberger 2ac42c4619 Merge pull request #587 from sciunto/import
MIN: fix unused import
2013-06-12 13:23:28 -07:00
Johannes Schönberger 2ed9fc9f4d Merge pull request #586 from sciunto/print
MIN: use print() instead of print
2013-06-12 12:57:13 -07:00
François Boulogne 93f92e6a83 fix blank print for python2 2013-06-12 21:40:53 +02:00
François Boulogne e258e05468 MIN: fix unused import 2013-06-12 21:36:28 +02:00
François Boulogne eb9de1d7eb MIN: use print() instead of print 2013-06-12 21:16:23 +02:00
Jostein Bø Fløystad 89e6215241 Radon transform example: Remove semicolons. 2013-06-09 21:32:38 +02:00
Jostein Bø Fløystad fcec46eb0d Radon transform example: Correct axis labels 2013-06-09 19:29:53 +02:00
Johannes Schönberger 545a83dd52 Fix matching example script 2013-05-29 22:06:27 +02:00
Johannes Schönberger ecc8c4640a Fix window size of sub-pixel corner detection 2013-05-29 21:23:07 +02:00
Johannes Schönberger 2832b7a9a5 Fix python 3 print statement in example script 2013-05-29 20:57:47 +02:00
Johannes Schönberger 6326184834 Merge pull request #510 from sciunto/ellipsev2
implement rotated ellipses + bezier curve
2013-05-29 07:00:26 -07:00
Stefan van der Walt 2cfd075adb Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
2013-05-29 03:53:47 -07:00
François Boulogne 192fb30f7f pep8 2013-05-28 07:56:56 +02:00
François Boulogne 2131a9ddfd rename function bezier_curve to bezier_segment 2013-05-28 07:56:55 +02:00
François Boulogne e2dbc48e5d docstring 2013-05-28 07:56:12 +02:00
François Boulogne 328e54fa13 minor fixes 2013-05-28 07:56:12 +02:00
Tony S Yu 8b0ddc264d Merge pull request #541 from emmanuelle/doc
Another minor doc-related PR
2013-05-26 14:14:02 -07:00
Johannes Schönberger de39f58308 Update installation instructions 2013-05-26 13:01:25 +02:00
Johannes Schönberger 35a73c25b8 Fix quick search description 2013-05-26 12:55:21 +02:00
Johannes Schönberger b0b7d113f8 Remove bold font from dt tags 2013-05-26 12:54:14 +02:00
Johannes Schönberger 71e7eb9a0d Fix styling of math and blockquote 2013-05-26 12:41:08 +02:00
Johannes Schönberger 17b2c4fd18 Escape latex math symbols 2013-05-26 12:21:13 +02:00
Johannes Schönberger 769d7d1245 Fix invalid index of reference 2013-05-26 12:20:37 +02:00
Johannes Schönberger 455fecd6aa Fix spelling 2013-05-17 19:28:45 +02:00
Johannes Schönberger 13bfd603f3 Add simple RANSAC example script 2013-05-06 18:25:15 +02:00
Johannes Schönberger 54e3757cb0 Wrap lines 2013-05-06 18:08:46 +02:00
Johannes Schönberger 01124f5bcc Use boolean mask for inlier return value of RANSAC 2013-05-06 18:08:21 +02:00
Tony S Yu fa01b936a6 API Change: image_label2rgb changed to label2rgb.
The name change reflects a switch in the argument order (and makes the image an optional argument).
2013-05-06 00:28:11 -05:00
Tony S Yu 29a29721c8 DOC: Change more examples to use image_label2rgb 2013-05-06 00:25:01 -05:00
Tony S Yu 19fdad15b9 Add image_label2rgb 2013-05-06 00:25:01 -05:00
Johannes Schönberger ef7b82e116 Clarify SSD description 2013-05-06 07:04:17 +02:00
Johannes Schönberger 43b4e9efb1 Remove extra space 2013-05-06 07:02:37 +02:00
Johannes Schönberger 15e079a8c2 Remove unused shear argument 2013-05-04 11:46:07 +02:00
Johannes Schönberger d857c452d3 Add example matching script 2013-05-04 11:42:43 +02:00
Emmanuelle Gouillart 2585c5a248 Mentioned the Neurodebian repo in the install doc 2013-04-28 17:20:28 +02:00