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
Stefan van der Walt
0bf06fbbc2
Get rid of that inherited 's' once and for all.
2013-10-19 17:13:57 +02:00
Stefan van der Walt
baf70ef93d
Correctly determine dev version for doc building.
2013-10-19 16:43:59 +02:00
Stefan van der Walt
1bdfd07496
Update docversions correctly for 0.9.x.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
1a3e98e5d6
Mark BRIEF and Censure as experimental in release notes.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
1354195e6c
Correctly determine version number from module.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
3901f74e00
Update version in docs.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
2ef03fe2d0
Update 0.9 release notes with new features.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
ce6b1d0951
Contrib script now shows PRs and merges.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
65d35de8bb
Update contributors script to count by date.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
815e60bf6c
Update author order for 0.9 release notes.
2013-10-16 18:07:05 +02:00
Stefan van der Walt
3d1a268096
Add contributors to 0.9.
2013-10-16 18:05:21 +02:00
Stefan van der Walt
3e717559e5
Rewrite contributor lister in Python.
2013-10-16 17:53:04 +02:00
Stefan van der Walt
f7289731a1
Note deprecations under API changes.
2013-10-16 17:12:37 +02:00
Johannes Schönberger
2f73028ca9
Merge pull request #782 from sciunto/pep8
...
PEP8 + docstrings
2013-10-14 08:11:54 -07:00
François Boulogne
eb4c5c9ee4
PEP8
2013-10-14 16:14:30 +02:00
Stefan van der Walt
bba66db9c2
Provide stable doc version by naming docs directory 0.9.x, e.g.
2013-10-14 14:02:28 +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
Juan Nunez-Iglesias
f3845e7e2f
Merge pull request #753 from stefanv/pr_plots
...
Update PR plotter.
2013-10-12 15:54:31 -07: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
Stefan van der Walt
c6a08d6a9c
Merge pull request #675 from sciunto/ellipseht_heapq_fix
...
Hough transform ellipse parameter fix.
2013-10-12 09:08:35 -07:00
Tony S Yu
e93e865198
Label dates every 3 months instead of every month
2013-10-12 10:17:55 -05:00
Tony S Yu
e7b36b56ee
Add hough_circles change to API doc
2013-10-12 10:06:33 -05:00
Tony S Yu
98dcc736e1
Plot cleanup and tweak to total PRs line.
2013-10-12 09:38:29 -05: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
Stefan van der Walt
2ac1111328
Add labels to releases.
2013-10-11 19:16:49 +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
Stefan van der Walt
5ff79a795d
Correctly plot cumulative sum.
2013-10-03 06:38:10 +02:00
Stefan van der Walt
9e00e24f81
Update PR plotter.
2013-10-03 00:33:57 +02: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