Johannes Schönberger
2086e44977
Fix radon example script
2013-08-08 09:01:06 +02:00
Johannes Schönberger
918332c4c6
Refactor regionprops
2013-08-06 14:27:37 +02:00
Johannes Schönberger
6dd35c8166
Merge pull request #641 from sciunto/example_ht
...
Example Hough transform (ellipse)
2013-08-05 12:22:57 -07:00
François Boulogne
9d7a90395b
DOC: changes for Marianne's coffee cup
2013-08-05 16:45:59 +02:00
Johannes Schönberger
37dfd294f2
Fix image data type issues in rank filter example
2013-08-01 19:17:48 +02:00
Stefan van der Walt
cf468711fa
Merge pull request #626 from ahojnnes/rank-fixes
...
Refactor rank filters.
2013-08-01 07:42:57 -07:00
Stefan van der Walt
61ad581250
Properly fix WAF environment directory. Tell users to download source (not binary).
2013-07-22 13:02:53 +02:00
Stefan van der Walt
2a19db6096
Environment variable is called WAFDIR.
2013-07-22 12:37:39 +02:00
Stefan van der Walt
c55ef2e63a
Shorten Bento installation instructions and fix broken links.
2013-07-22 11:46:58 +02:00
Johannes Schönberger
09292ddaed
Merge pull request #659 from RONNCC/add_bento_to_docs
...
add bento to build docs
2013-07-20 01:21:43 -07:00
sg
3296000451
added ahojnnes revisions
2013-07-20 03:46:10 -04:00
sg
8e562af608
added revisions by @stefanv and @ahojnnes
2013-07-19 21:31:01 -04:00
Stefan van der Walt
90d28a3c7a
Highlight current doc version.
2013-07-19 12:18:45 +02:00
Stefan van der Walt
a973f3a4bc
Add javascript for locating latest stable version.
2013-07-19 12:01:46 +02:00
sg
4b901cdef0
add bento to build docs
2013-07-18 22:58:21 -04:00
Jostein Bø Fløystad
8796262b0b
doc: Allow specifying python binary.
2013-07-15 14:01:10 +02:00
Jostein Bø Fløystad
7e9ae43ae9
docs: Makefile respects variables from environment.
2013-07-15 13:57:35 +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
02acd3ce42
revert, accum is a tuple of lists
2013-07-07 19:37:30 +02:00
François Boulogne
bcd2974216
fix Johannes' comments
2013-07-07 19:15:25 +02: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
François Boulogne
7fefbf9103
PEP8
2013-07-07 11:32:38 +02:00
François Boulogne
4eed83720a
rename files
2013-07-07 10:19:19 +02:00
François Boulogne
e0c1e03328
fix title
2013-07-07 10:18:54 +02:00
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