Commit Graph

508 Commits

Author SHA1 Message Date
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
Johannes Schönberger 6c67738808 Miscellaneous fixes and improvements 2013-10-12 14:13:10 +02:00
François Boulogne def4ab8ccc PEP8 2013-10-12 14:09:52 +02:00
François Boulogne df2ee4d636 remove heapq 2013-10-12 14:09:52 +02:00
François Boulogne 313bf0ea9a fix example according to new API 2013-10-12 14:09:52 +02:00
François Boulogne 7c652c74d0 add missing import heapq 2013-10-12 14:09:51 +02:00
François Boulogne 6a114e8708 MINOR: fix non ascii char 2013-10-12 14:09:51 +02:00
François Boulogne debd4d54d6 ENH: use heapq to select the best match 2013-10-12 14:09:51 +02:00
François Boulogne 7e970b18cd MAINT change HT return API 2013-10-12 14:09:51 +02:00
Johannes Schönberger 90d4fb2823 Improve shape plot 2013-10-11 19:24:52 +02:00
Juan Nunez-Iglesias 6cf12ac0d8 Fix join_segmentations example using img_as_float
data.coins() returns a ubyte image in Python 2.7.x but a float32 image
in Python 3.x. This ensures that the image always has the same type for
the rest of the example.
2013-10-09 09:28:38 +00:00
Juan Nunez-Iglesias bfe70fe091 Update SLIC in example to most recent interface
SLIC has been updated a few times since this example was created,
adding support for grayscale images (so converting to RGB is no longer
necessary) and changing the keyword "ratio" to "compactness". This
commit brings the example up to date.
2013-10-08 14:18:45 +11:00
Johannes Schönberger edfa25f4a0 Merge pull request #709 from sciunto/wu
Wu's anti-aliased circle + aa line + bezier curve + unittest
2013-10-06 09:08:42 -07:00
François Boulogne f82db28565 MAINT: unused import 2013-10-02 18:14:20 +02:00
Johannes Schönberger e807e25fda Temporarily remove censure keypoints example 2013-10-02 17:59:44 +02:00
François Boulogne 296f8dad20 MINOR: doctrings + various improvements 2013-10-02 17:25:17 +02:00
François Boulogne 9ceb489ba8 DOC: add bezier_curve 2013-10-02 17:25:17 +02:00
François Boulogne 0467b92034 PEP8 2013-10-02 17:25:16 +02:00
François Boulogne 088b2995a9 DOC: split non-AA/AA 2013-10-02 17:25:16 +02:00
François Boulogne 2606494828 MAINT: put AA method in draw.*_aa 2013-10-02 17:24:22 +02:00
François Boulogne ed8521175b import Fedor's contribution 2013-10-02 17:23:37 +02:00
Emmanuelle Gouillart 8ed56abb42 Merge pull request #469 from JDWarner/add_marching_cubes
3D Marching Cubes
2013-09-03 04:55:29 -07:00
Josh Warner (Mac) abc7a16a80 STYLE: Use np.array instead of np.r_ and import Poly3DCollection 2013-09-02 15:31:51 -05:00