Steven Silvester
5b8fd77b80
Merge pull request #1691 from juliusbierk/active-contour-model
...
New feature: Active contour model
2015-12-13 14:57:10 -06:00
emmanuelle
15d09f91b8
Avoids crash of active contour example when run with old scipy version
2015-12-12 16:14:17 +01:00
emmanuelle
a16c530322
Some minor PEP8 issues
2015-12-11 17:21:17 +01:00
Josh Warner
8c08a4d468
Merge pull request #1798 from kevin-keraudren/seamcarving-typos
...
DOC: Fix typos in seam carving example
2015-12-05 11:49:53 -06:00
Kevin Keraudren
817b090c7c
text improvement in seam carving example, added some newlines between plt.imshow() and """PLOT2RST"""
2015-12-05 14:23:23 +00:00
Kevin Keraudren
bed6f6069b
small text improvement in seam carving example
2015-12-05 00:05:18 +00:00
Kevin Keraudren
a0c5270e94
text improvement in seam carving example.
2015-12-04 23:54:52 +00:00
Kevin Keraudren
e6c60ca890
fixed typos in seam carving example.
2015-12-04 23:10:53 +00:00
Josh Warner
07f18c6067
Merge pull request #1797 from ahojnnes/entr-ex
...
DOC: Improvements to entropy example
2015-12-04 17:09:12 -06:00
Johannes Schönberger
a1d162a4f9
Use more common syntax to assign axis variables
2015-12-04 18:00:38 -05:00
Johannes Schönberger
99484e3a77
Merge pull request #1795 from kevin-keraudren/ransac-linemodel3D
...
Adding LineModel3D for RANSAC, unit test and example.
2015-12-04 17:58:52 -05:00
Kevin Keraudren
0bdf4251c6
documentation updates; added "3D" to example title
2015-12-04 22:25:13 +00:00
Johannes Schönberger
0e38481ade
Improvements to entropy example
2015-12-04 12:45:15 -05:00
Johannes Schönberger
bc7e9588e9
Merge pull request #1676 from odebeir/sprint_add_entropy_example
...
add entropy example
2015-12-04 11:37:47 -05:00
Kevin Keraudren
6a2961fdee
we now have the old LineModel with params (dist, theta), and the new LineModelND with params (origin, direction).
2015-12-03 22:03:10 +00:00
Kevin Keraudren
040a53456d
Merged LineModel3D with LineModel in order to form a unified model.
...
- model.params holds the legacy params (2D representation),
- model.new_params holds the true ND line representation.
The proposed LineModel behaves identically as the implementation in master in the 2D case. In the 3D case, it behaves similarly to the previously proposed LineModel3D, as long as new_params is used instead of params. This implementation thus takes advantage that the 2D case is a special case of the ND general model.
2015-12-02 08:58:16 +00:00
Kevin Keraudren
c1c0d18ba1
reformatting code to wrap at 80 characters per line
2015-12-01 14:32:25 +00:00
Kevin Keraudren
a606a53875
Adding LineModel3D for RANSAC, unit test and example.
2015-12-01 12:17:22 +00:00
martin
4e364c6087
reverted subplot creation to preferred matplotlib style
2015-10-12 18:09:47 +02:00
martin
be39c35325
changed subplot creation to preferred matplotlib style
2015-10-12 17:52:43 +02:00
martin
629d6d6abc
changed subplot creation to preferred matplotlib style
2015-10-12 17:48:30 +02:00
martin
f8e632c6b1
changed subplot creation to preferred matplotlib style
2015-10-12 17:44:02 +02:00
martin
0ffa83113a
changed subplot creation to preferred matplotlib style
2015-10-12 17:38:08 +02:00
martin
d42b06e69e
changed subplot creation to preferred matplotlib style
2015-10-12 16:15:39 +02:00
martin
c65b095ec7
added parameters for axes sharing to plt.subplots
2015-10-12 15:58:57 +02:00
martin
e7f5dff215
added parameters for axes sharing to plt.subplots
2015-10-12 15:58:57 +02:00
martin
ada92ae75e
replaced subplots with individual subplot calls
...
share axes for the related images in subplost 221 and 223
2015-10-12 15:58:57 +02:00
martin
bb081ebd0a
added sharex, sharey and adjustable parameters to subplots
2015-10-12 15:58:57 +02:00
martin
9fa9c0387c
adding axes sharing to displays of related images
...
for better interaction
sharing achieved by setting sharex and sharey, and
setting the axes 'adjustable' parameter to 'box-forced'
2015-10-12 15:58:57 +02:00
martin
8ff6d2d8e3
changed adjustable parameter of axes to 'box-forced'
...
this fixes the size of axes around an image for shared axes
2015-10-12 15:58:57 +02:00
martin
681be3fc58
adding shared axes to examples with multiple plots
2015-10-12 15:58:57 +02:00
Julius Bier Kirekgaard
5c20ef7218
pep8 and py3 compliance. more comments
2015-09-09 15:44:35 +01:00
Olivier Debeir
86542c5916
English corrections in entropy example
2015-09-07 09:44:47 +02:00
Johannes Schönberger
9e4d0eebdd
Merge pull request #1672 from tv3141/add_prewitt_filter_to_example
...
The edge filter example contains all implemented filters apart from t…
2015-09-05 10:31:02 -04:00
Julius Bier Kirekgaard
8d344d090f
Active contour updates. Now works with scipy<0.14
2015-09-05 13:29:59 +01:00
Steven Silvester
b7c0607c31
Merge pull request #1681 from emmanuelle/fix_pep8_gallery
...
[ENH] Fixed some PEP8 issues in example gallery.
2015-09-04 13:15:36 -05:00
Johannes Schönberger
cf84333a22
Merge pull request #1670 from odebeir/sprint_example_gamma
...
Sprint example gamma
2015-09-04 14:12:56 -04:00
Olivier Debeir
c9cc47a635
typo
2015-09-04 17:19:53 +02:00
Olivier Debeir
0fed219560
fix entropy example doc, fix figure syntax
2015-09-04 16:28:14 +02:00
odebeir
7046df9d3c
typos
2015-09-03 20:25:57 +02:00
Olivier Debeir
f0d2015993
fix >80 linelength
2015-09-02 16:11:10 +02:00
tv
3bdab63437
Show only Scharr filter result, removed plots of Sobel and Prewitt filter results. Reworked corresponding paragraph.
2015-09-01 22:28:21 +01:00
Julius Bier Kirekgaard
fa6815404f
spelling corrections and misc.
2015-08-31 21:48:32 +01:00
Julius Bier Kirekgaard
96847f2652
pep8 and other small changes
2015-08-31 20:28:28 +01:00
Julius Bier Kirekgaard
7c30f36d85
Active contour example added
2015-08-31 19:12:35 +01:00
emmanuelle
84ac53824d
[ENH] Fixed some PEP8 issues in example gallery.
2015-08-30 12:28:40 +02:00
Emmanuelle Gouillart
069c575955
Merge pull request #1659 from rougier/gallery-cleaning
...
Gallery example improvement
2015-08-30 11:49:34 +02:00
Juan Nunez-Iglesias
b630f54e13
Merge pull request #1671 from jwiggins/fix-cubehelix-ref
...
Replace cubehelix with the viridis colormap in the RAG drawing example
2015-08-30 10:40:48 +01:00
Nicolas Rougier
6c421cd366
Fix style (pep8)
2015-08-30 09:35:44 +02:00
Emmanuelle Gouillart
fa9e000ae4
Merge pull request #1631 from stefanv/rename_denoise_nl_means
...
Rename denoise nl means
2015-08-29 17:33:05 +02:00