Juan Nunez-Iglesias
5b5ef4d42b
Merge pull request #963 from tonysyu/feature/tinting-example
...
Add example of tinting a grayscale image
2014-03-30 13:22:37 +11:00
Tony S Yu
040890f594
Fix a couple of grammar typos
2014-03-29 18:49:57 -05:00
Tony S Yu
a881d2fc5f
Incorporate PR feedback
...
- Change wording to remove "I"
- Fix typo
- Resize figure for better display
- Create mask using entropy filter to improve colored regions
2014-03-29 10:28:08 -05:00
Tony S Yu
40cc93a92d
Add example of tinting a grayscale image
2014-03-27 22:47:22 -05:00
François Boulogne
05458457f1
DOC: simplify the code (Thx Stefan)
2014-03-27 08:34:35 -04:00
Josh Warner
efcd8153b5
Merge pull request #926 from sivapvarma/plt-subplots-examples
...
DOC: Use standard plt.subplots motif in examples
2014-03-27 00:40:16 -05:00
François Boulogne
ea70724216
MAINT: use region.area
2014-03-26 06:48:16 -04:00
François Boulogne
4b714c54f2
MAINT: use region.bbox
2014-03-25 22:24:34 -04:00
Siva Prasad Varma
5d82abd072
changed io to ax
2014-03-24 09:37:59 +05:30
Siva Prasad Varma
6a8f5fefd6
changed f to fig in applications
2014-03-19 17:30:20 +05:30
Siva Prasad Varma
a89dd4dedd
changed f to fig
2014-03-19 17:18:33 +05:30
Siva Prasad Varma
febb4f09ca
changed to fig.subplots_adjust()
2014-03-14 23:22:01 +05:30
Siva Prasad Varma
686400bf6a
changed to fig.subplots_adjust()
2014-03-14 23:20:45 +05:30
Siva Prasad Varma
8a6764ae05
changed to fig.subplots_adjust()
2014-03-14 23:15:34 +05:30
Siva Prasad Varma
37f39f716e
changed to fig.subplots_adjust()
2014-03-14 23:03:38 +05:30
Siva Prasad Varma
349d091bf1
changed to fig.subplots_adjust()
2014-03-14 22:58:05 +05:30
Siva Prasad Varma
9e0e9c0182
changed to plt.subplots
2014-03-14 22:54:03 +05:30
Siva Prasad Varma
2cb4f653ff
made plot loop more readable
2014-03-14 22:42:20 +05:30
Siva Prasad Varma
c2e380cf34
fixed plot in plot_glcm.py
2014-03-14 21:41:02 +05:30
Siva Prasad Varma
f4bef8d5c8
changed to plt.subplots()
2014-03-14 20:26:04 +05:30
Siva Prasad Varma
ec61561e49
changed to fig.colorbar
2014-03-14 19:50:43 +05:30
Siva Prasad Varma
da603f65f0
changed colorbars
2014-03-14 19:41:20 +05:30
Siva Prasad Varma
fb72fb04b2
used plt.subplots everywhere
2014-03-14 17:37:14 +05:30
Johannes Schönberger
eedc72def6
Fix restoration example imports
2014-03-13 20:00:45 -04:00
Julian Taylor
d4cb154d17
improve performance of equalize example
...
percentile can compute multiple ranks in one go which in the case of the
example halves the required time.
2014-03-13 22:34:55 +01:00
François Boulogne
d1b0434d3d
DOC: remove deprecated paramter
2014-02-15 10:11:14 -05:00
Stefan van der Walt
31d7eafea1
Merge pull request #834 from ahojnnes/orb
...
Finalize API for BRIEF, ORB and CENSURE features
2014-01-23 00:09:46 -08:00
Johannes Schönberger
b80b9f1056
Fix ORB example script
2014-01-22 23:12:10 -05:00
Johannes Schönberger
172cbd58e0
Rename CenSurE to CENSURE
2014-01-22 19:34:48 -05:00
Johannes Schönberger
c3cf88edd3
Get rid of trailing underscores
2014-01-22 19:04:57 -05:00
Johannes Schönberger
72f2963ca7
Improve ORB example
2014-01-22 18:50:05 -05:00
Johannes Schönberger
a1052c02a1
Fix and improve BRIEF example
2014-01-22 18:49:05 -05:00
Johannes Schönberger
9905ff218f
Get rid of trailing underscore for params attribute
2014-01-22 18:39:35 -05:00
Johannes Schönberger
a1f7d4eb73
Fix geometric example
2014-01-19 22:51:09 -05:00
Johannes Schönberger
b3d62afa28
Use public attribute for parameter values
2014-01-19 09:40:54 -05:00
Johannes Schönberger
336f0ca266
Save feature information in attributes for consistency
2014-01-19 09:38:36 -05:00
François Orieux
0fdb5b2e0a
Change example scaling. Fix ref in doc.
2013-12-10 22:45:15 +01:00
François Orieux
66372a2405
Typo and doc fixs.
2013-12-10 22:45:15 +01:00
François Orieux
def48f1909
Rename deconvolution to restoration
2013-12-10 22:45:14 +01:00
François Orieux
be7cf29240
Fix example.
2013-12-10 22:45:11 +01:00
François Orieux
c84a3bab07
Add test for Richardson Lucy.
2013-12-10 22:45:10 +01:00
François Orieux
33aedfd9aa
Add deconvolution module to skimage.
...
This module add three function to skimage. The `wiener` function is a
simple wiener deconvolution. The `unsupervised_wiener` is a more
sophisticated wiener deconvolution with automatic estimation of
regularisation parameters. The third function is a literal traduction
in python of the rychardson lucy deconvolution of wikipedia.
2013-12-10 22:45:07 +01:00
Johannes Schönberger
a5e2b99e72
Fix typo
2013-12-02 10:13:23 +01:00
Johannes Schönberger
121fa8f0db
Fix description
2013-12-02 10:12:49 +01:00
Johannes Schönberger
5abd6e3904
Add missing plot directive
2013-12-02 01:13:36 +01:00
Johannes Schönberger
23f5ae5bb7
Fix plot_matching example
2013-12-01 11:34:59 +01:00
Johannes Schönberger
ed33dbad6e
Combine match indices in one array
2013-12-01 11:14:18 +01:00
Johannes Schönberger
1720629670
Improve ssim example
2013-11-30 19:39:39 +01:00
Johannes Schönberger
64b9c1847b
Show hidden text
2013-11-30 19:37:55 +01:00
Johannes Schönberger
1869ea9147
Fix overlapping xtick labels
2013-11-30 19:35:06 +01:00