Juan Nunez-Iglesias
e53d7daaa3
Merge pull request #1804 from soupault/inpainting
...
ENH: Inpainting with biharmonic equation
2016-01-18 10:56:24 +11:00
Egor Panfilov
3ae2f1236b
TST, DOC: Added test for 3D spatial data, cleaned up gallery example
2016-01-16 20:02:24 +03:00
Vighnesh Birodkar
def8ca7f75
change mcap to viridis
2016-01-06 21:29:42 -05:00
Vighnesh Birodkar
772d1ccc15
changed colormap to jet
2016-01-06 20:23:55 -05:00
Vighnesh Birodkar
a4a406349b
moved example file
2016-01-06 19:58:40 -05:00
Vighnesh Birodkar
422dfc6c22
cleanup
2016-01-06 15:17:48 -05:00
Vighnesh Birodkar
e8f2805d64
changed to eosion/dilation logic
2016-01-06 15:07:35 -05:00
Vighnesh Birodkar
4041fc6354
corrected colors import
2016-01-06 15:06:18 -05:00
Vighnesh Birodkar
caba3041d1
indentation correction
2016-01-06 15:06:18 -05:00
Vighnesh Birodkar
3cf6c8b1ce
removed unnecessary statement
2016-01-06 15:06:18 -05:00
Vighnesh Birodkar
1769cdddcf
added boundary rag construction
2016-01-06 15:06:18 -05:00
Egor Panfilov
89784631e7
ENH: Massively reworked code to enable nD-support
2015-12-30 22:45:27 +03:00
Egor Panfilov
f2f698b190
DOC: Moved gallery example to category
2015-12-24 22:32:56 +03:00
Egor Panfilov
1181c0dce8
DOC: Moved references to common docstring
2015-12-24 20:35:32 +03:00
Egor Panfilov
dc05d56c89
DOC: Added gallery example for inpainting
2015-12-24 20:35:32 +03:00
Egor Panfilov
18a2747239
DOC: plot_edge_modes improvement, closes #1816
2015-12-24 18:17:28 +03:00
Josh Warner (Mac)
9b9473c6a1
STY: Fix formatting and use tight_layout in doc examples.
2015-12-23 20:53:51 -05:00
Alexandre Fioravante de Siqueira
af95784ac9
Solving white space + improving code +PEP8
...
Solving white space + Correcting code
Solving white spaces
Solving white spaces
Solving white spaces
Answering comments
Correcting silly mistakes
Solving white spaces
Trying again... now with Travis enabled
2015-12-23 18:20:57 -02:00
emmanuelle
8758e2f9bb
Moved active contours example in edges section
2015-12-20 10:09:59 +01:00
emmanuelle
b68decad9e
Thickened contours so that they are more visible in gallery thumbnail.
2015-12-20 10:08:31 +01:00
Steven Silvester
9e3b87c092
Merge pull request #1823 from emmanuelle/structure-gallery
...
Added sections to gallery of examples
2015-12-19 10:13:17 -06:00
emmanuelle
55f5103dd8
Added sections to gallery of examples
...
Modified travis_script.sh to account for the new structure of the gallery
Added README.txt files in directories of gallery examples
Fixed references to gallery images in user guide pages
Fixed broken links
2015-12-19 15:28:15 +01:00
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