Commit Graph

338 Commits

Author SHA1 Message Date
Johannes Schönberger 37dfd294f2 Fix image data type issues in rank filter example 2013-08-01 19:17:48 +02:00
Johannes Schönberger b9b5efbdf8 Replace deprecated function calls in examples 2013-07-12 23:16:50 +02:00
Johannes Schönberger d6fb12a493 Improve long rank filter example 2013-07-12 23:16:50 +02:00
Johannes Schönberger d1e0949533 Update entropy example with improved matplotlib usage 2013-07-12 23:16:50 +02:00
Johannes Schönberger 73492045b2 Improve mean example 2013-07-12 23:16:50 +02:00
Johannes Schönberger 34ad95d917 Improve entropy example 2013-07-12 23:16:50 +02:00
Jostein Bø Fløystad 09cfe0b929 examples: Avoid python3-specific syntax.
from __future__ import ... is ineffective when the example script is
exec-ed by sphinx, resulting in a SyntaxError when running under
python2.

Fixes gh-649.
2013-07-12 12:52:26 +02:00
Stefan van der Walt 89c9b6161d Fix casting in ransac example. 2013-07-10 12:45:22 +02:00
Stefan van der Walt 5f62ad55a0 Merge pull request #614 from tonysyu/doc/local-binary-pattern
Add explanation to LBP example.
2013-07-08 06:52:15 -07:00
Stefan van der Walt 47a0cd1a3f Merge pull request #642 from sciunto/convex_hull_ex
Doc: Convex hull example. Improvement.
2013-07-08 03:41:22 -07:00
François Boulogne acdfd8bc71 simplify modification image + comment 2013-07-07 12:21:34 +02:00
François Boulogne 7048a9c995 add original picture 2013-07-07 12:05:30 +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
Johannes Schönberger 2ac42c4619 Merge pull request #587 from sciunto/import
MIN: fix unused import
2013-06-12 13:23:28 -07:00
François Boulogne e258e05468 MIN: fix unused import 2013-06-12 21:36:28 +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
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
Johannes Schönberger 2b505a33bd Replace all occurences of bresenham with line 2013-04-28 13:12:10 +02:00
Johannes Schönberger b909aa692b Convert to ubyte dtype explicitly 2013-04-28 12:50:11 +02:00