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
Tony S Yu
516d6efa5d
Fix Python 3 incompatibility (also, some wording tweaks)
2013-07-06 00:55:51 -05: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
Johannes Schönberger
fd4716340e
Add missing trailing space to print statement
2013-04-28 10:31:17 +02:00
Johannes Schönberger
5f4dd4ed5f
Fix print statement for Python 3
2013-04-28 10:18:59 +02:00
Johannes Schönberger
d0ee6ade61
Fix inconsistencies in examples and many more improvements
2013-04-27 16:47:33 +02:00
Johannes Schönberger
045f64a00d
Explicitly import local_binary_pattern function
2013-03-17 10:54:35 +01:00
Johannes Schönberger
c475581aa2
Replace rotate function of local binary pattern example with builtin skimage function
2013-03-17 10:54:05 +01:00
Johannes Schönberger
26a84fbb94
Add plot labels
2012-08-20 22:48:35 +02:00
Johannes Schönberger
70a69eb437
Improve printed output of example
2012-08-20 22:48:35 +02:00
Johannes Schönberger
777bb59834
Remove unused imports and wrap text
2012-08-20 22:48:35 +02:00
Johannes Schönberger
75c7926412
use new subplots function in example script of LBP
2012-08-20 22:48:35 +02:00
Johannes Schönberger
7cbe3db336
add plots to local binary pattern example
2012-08-20 22:46:57 +02:00
Johannes Schönberger
234fb68ee7
make local binary pattern example script use skimage sample images
2012-08-20 22:46:57 +02:00
Johannes Schönberger
2efa339cc8
move local binary pattern example script
2012-08-20 22:46:57 +02:00