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
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
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
Juan Nunez-Iglesias
610b22b4a9
Merge pull request #719 from ahojnnes/slic
...
This PR:
- speeds up SLIC while reducing memory usage,
- closes #717 ,
- adds support for a voxel spacing argument for anisotropic images,
- removes default gaussian blurring,
- removes "magic" guessing whether input was multichannel.
2013-09-27 04:46:59 -07:00
Johannes Schönberger
a086f03f39
Document default value API change
2013-09-19 08:36:56 +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
Josh Warner (Mac)
c678fa55f4
DOC: Add concise marching cubes example to gallery using Matplotlib
2013-09-01 20:52:06 -05:00
K.-Michael Aye
1bcc2b418a
removing some unused selem declarations
2013-08-31 22:48:49 -07:00
François Boulogne
c68dab766e
DOC: add titles to plots
2013-08-25 14:52:30 +02:00
Stefan van der Walt
2b0f037422
Remove Image wrapper from io. Improve tags handling.
2013-08-21 17:46:38 +02:00
Stefan van der Walt
ca768b0b95
Remove unnecessary import of Warning.
2013-08-21 00:59:37 +02:00
Ankit Agrawal
9ad7c78c8e
Documenting the choice of filter sizes
2013-08-15 19:14:47 +05:30
Ankit Agrawal
550dfce134
Final changes in censure example
2013-08-15 18:20:03 +05:30
Johannes Schönberger
7c4152b62b
Fix censure example and fix some minor issues
2013-08-15 15:15:41 +05:30
Ankit Agrawal
3ee183fdf8
PEP8 corrections and stylistic changes
2013-08-15 15:15:41 +05:30
Ankit Agrawal
f2632f26bb
Adding gallery example for plotting censure keypoints
2013-08-15 15:15:41 +05:30
Johannes Schönberger
2086e44977
Fix radon example script
2013-08-08 09:01:06 +02:00
Johannes Schönberger
918332c4c6
Refactor regionprops
2013-08-06 14:27:37 +02:00
Johannes Schönberger
6dd35c8166
Merge pull request #641 from sciunto/example_ht
...
Example Hough transform (ellipse)
2013-08-05 12:22:57 -07:00
François Boulogne
9d7a90395b
DOC: changes for Marianne's coffee cup
2013-08-05 16:45:59 +02:00
Johannes Schönberger
37dfd294f2
Fix image data type issues in rank filter example
2013-08-01 19:17:48 +02:00