Rishabh Raj
9cbea5fcba
Fix to incorporate a more generalised duplicate removal and JSON dump to string
2014-04-14 02:59:00 +05:30
Rishabh Raj
a57cf0db4b
Improve docstring for add_cell
2014-04-14 02:37:29 +05:30
Rishabh Raj
c9a981445d
Add and improve docstrings, JSON dumping and duplicate removal generalised
2014-04-14 02:25:18 +05:30
Rishabh Raj
6c0a5706c3
Remove sample.ipynb, template now inline
2014-04-13 20:49:46 +05:30
Rishabh Raj
fcc607f4d1
Add default value for adding cell, better naming for type of value
2014-04-13 16:02:13 +05:30
Rishabh Raj
62a91370f8
Add __all__ to specify modules which should be imported
2014-04-13 15:08:28 +05:30
Rishabh Raj
07970bd0b0
Fix PEP8, line lengths for comments
2014-04-13 13:11:45 +05:30
Rishabh Raj
a53f880256
Fix typo, better function name and docstring summary
2014-04-13 12:51:45 +05:30
Rishabh Raj
0c9ee09f04
Fix camel case, more descriptive function name
2014-04-13 12:42:30 +05:30
Rishabh Raj
1e34359f04
Fix PEP8
2014-04-13 12:19:36 +05:30
Rishabh Raj
5180da54ad
removes redundant passing of an extra parameter
2014-04-11 00:45:22 +05:30
Rishabh Raj
65adb7935b
adds documentation
2014-04-11 00:30:21 +05:30
Rishabh Raj
694739ee02
updated import statement for creating ipython notebooks, better name in place for jsonify
2014-04-10 18:40:59 +05:30
Rishabh Raj
235a9b3ec1
moves everything related to generating the IPython notebook, to a different file
2014-04-10 18:04:31 +05:30
Rishabh Raj
a6f396b059
added newline at end of file
2014-04-10 16:47:40 +05:30
Rishabh Raj
db795bc796
fixes use of camel case
2014-04-10 16:46:14 +05:30
Rishabh Raj
da36df0bc9
added Notebook class for creating IPython notebooks, better name for main object variable
2014-04-09 23:41:28 +05:30
Rishabh Raj
a047fdcb74
Fixes for making code more pythonic, follow conventions
2014-03-19 11:45:56 +05:30
Rishabh Raj
5b3aa56c0f
Adds functionality to generate ipython notebooks for the gallery examples
2014-03-16 22:48:01 +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
Stefan van der Walt
4992f8bc9b
Make doc/gh-pages executable
2014-03-13 00:47:12 +02:00
Juan Nunez-Iglesias
d652a9ce9a
Merge pull request #897 from tonysyu/named-rescale_intensity-params
...
Add string inputs for range parameters of `rescale_intensity`
This supports common ranges for scientific cameras: 10, 12, and 14-bit uint.
2014-02-24 18:04:06 +11:00
Tony S Yu
7b104fdf14
Add string inputs for range parameters of rescale_intensity
2014-02-23 14:36:31 -06:00
Johannes Schönberger
2961680e3a
Merge pull request #889 from sciunto/tuto
...
DOC: remove deprecated parameter
2014-02-23 09:22:31 -05:00
François Boulogne
e176b9d551
DOC: viewer: some corrections
2014-02-16 12:48:40 -05:00
François Boulogne
d1b0434d3d
DOC: remove deprecated paramter
2014-02-15 10:11:14 -05:00
Stefan van der Walt
cb04bd6a83
Add '--all' flag to placify newer versions of git
2014-02-12 12:58:02 +02: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