Commit Graph

430 Commits

Author SHA1 Message Date
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
Johannes Schönberger dcbbd55b52 Improve local otsu example script 2013-11-30 19:32:37 +01:00
Johannes Schönberger 444d574efa Fix overlapping text 2013-11-30 19:15:00 +01:00
Johannes Schönberger 7e45baa3e2 Fix overlapping text 2013-11-30 19:06:20 +01:00
Johannes Schönberger 76e0f7a047 Fix and improve circular hough hough transform example script 2013-11-30 19:01:18 +01:00
Johannes Schönberger c0af3aaae6 Improve layout of gabor example plot 2013-11-30 18:54:29 +01:00
Johannes Schönberger 9871ed704f Add example script for CenSurE 2013-11-30 18:25:56 +01:00
Johannes Schönberger 0b34d01472 Add example script for BRIEF 2013-11-30 18:07:34 +01:00
Johannes Schönberger ae1c2a261d Use new plot_matches function for plot_matching example script 2013-11-30 12:59:29 +01:00
Johannes Schönberger 8fbc81eaac Add convenience function for plotting matches 2013-11-30 12:40:26 +01:00
Johannes Schönberger abd1295a8d Add short description to ORB example 2013-11-30 11:55:26 +01:00
Johannes Schönberger f22e00e693 Refactor match_descriptors and fix small bugs in ORB 2013-11-30 03:55:40 +01:00
Ankit Agrawal a9106ab9d3 Recarray changes made in example 2013-11-29 20:52:12 +01:00
Ankit Agrawal 73afae9d72 Documenting the example code 2013-11-29 20:49:14 +01:00
Ankit Agrawal 11403f9ce3 Making matching graphics more clear 2013-11-29 20:49:14 +01:00
Ankit Agrawal ba92c47497 ORB matching example 2013-11-29 20:49:14 +01:00
Jostein Bø Fløystad 38d502208f unwrap example: Include masking and wrap around. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad 3737e6ebd3 unwrap example: Mention dimensionalities available. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad a10f1c1468 unwrap example: cleanup. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad 781ead2c9f unwrap: Rename function unwrap() -> unwrap_phase(). 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 3ddd94a89c unwrap: Simplify example. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 5bfbd7cdad Add example for phase unwrapping. 2013-11-22 10:42:28 +01:00
François Boulogne eb4c5c9ee4 PEP8 2013-10-14 16:14:30 +02:00
Josh Warner (Mac) 1de6d93850 DOC: Change sampling kwarg name to spacing in marching_cubes
The preference is to follow VTK's convention for anisotropic
rectangularly sampled data, using the keyword `spacing` rather
than `sampling`. This change converts the last remaining use of
`sampling` in scikit-image to `spacing`.
2013-10-13 13:00:40 -05:00
Stefan van der Walt 44013922fb Merge pull request #749 from ahojnnes/gsoc-experimental
Hide experimental GSoC functions for 0.9 release
2013-10-12 10:16:21 -07:00