Kevin Keraudren
61b7c20e03
cleaned tests and documentation, added deprecation note in doc for LineModel.
2015-12-03 22:16:56 +00: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
Juan Nunez-Iglesias
bf46532425
Merge pull request #1794 from kshitij10496/boundaries-bool
...
Support for boolean types #1645
2015-12-02 18:31:35 +11:00
Kshitij Saraogi
428db535cd
added support for boolean types in segementation
2015-12-02 10:57:07 +05:30
Kevin Keraudren
5bb206233d
fixed typo and added blank line
2015-12-01 15:18:57 +00:00
Kevin Keraudren
c1c0d18ba1
reformatting code to wrap at 80 characters per line
2015-12-01 14:32:25 +00:00
Julius Bier Kirkegaard
320977c8b9
Fixed doctest problem
2015-12-01 12:42:12 +00:00
Kevin Keraudren
a606a53875
Adding LineModel3D for RANSAC, unit test and example.
2015-12-01 12:17:22 +00:00
scottsievert
5aabc199aa
uses fftconvolve instead of convolve2d
2015-11-30 23:25:44 -06:00
Julius Bier Kirekgaard
ea33891c60
Skip doctest
2015-11-29 14:15:10 +00:00
Juan Nunez-Iglesias
3b525987f5
Merge pull request #1787 from ahojnnes/rpropsfix
...
Various fixes and improvements
2015-11-19 15:16:16 +11:00
Johannes Schönberger
ba3c0c02cd
Fix circular import loop
2015-11-18 09:02:02 -05:00
Johannes Schönberger
9d3a7b4ecd
Remove redundant type conversion
2015-11-18 08:58:01 -05:00
Juan Nunez-Iglesias
015c57c307
Merge pull request #1689 from oew1v07/remove_small_holes
...
Remove small holes
2015-11-18 22:36:33 +11:00
stevendbrown
6638c92125
fixed error language
2015-11-17 08:16:58 -08:00
Johannes Schönberger
a63b746e6c
Move import test to top of function and import outside of function
2015-11-17 10:25:05 -05:00
Johannes Schönberger
6e644c4aa6
Remove single author from header, fix typo
...
Functions in this file are from multiple authors, the original
author is attributed in the contributors section and the Git history.
2015-11-17 10:22:44 -05:00
Johannes Schönberger
1278b02161
Fix circular import between regionprops and convex_hull_image
2015-11-17 10:19:09 -05:00
Johannes Schönberger
3437eb89b0
Fix deprecated filter module import
2015-11-17 10:09:42 -05:00
Johannes Schönberger
1a598be98e
Fix region props deprecation problem with label function
2015-11-17 10:07:29 -05:00
Juan Nunez-Iglesias
0d1c7eac6c
Merge pull request #1785 from pratapvardhan/colordir
...
MNT: Remove redundant return from gray2rgb
2015-11-16 19:53:58 +11:00
Pratap Vardhan
bb3bd34686
TST: Aseert check values for older test_gray2rgb case
2015-11-16 12:49:27 +05:30
Pratap Vardhan
aadb2cd0ff
MNT: Remove never attained return case under gray2rgb
2015-11-16 12:05:33 +05:30
Pratap Vardhan
d8213fe814
BUG: Buffer dtype mismatch in _seam_carving.pyx
2015-11-11 20:18:00 +05:30
Pratap Vardhan
ff082d283c
BUG: Buffer dtype mismatch, expected 'Py_ssize_t' but got 'long'
2015-11-11 20:00:54 +05:30
stevendbrown
87adb532e7
Changed to scikit-image preferred syntax
2015-11-09 18:30:27 -08:00
stevendbrown
157fef3963
Added label vs. intensity shape checking to regionprops
2015-11-09 10:50:20 -08:00
Stefan van der Walt
ba68306997
Remove dict comprehension for Python 2.6 compatibility
2015-11-09 09:40:16 -08:00
Noah Trebesch
851b1be627
Fixed correct_mesh_orientation for when spacing!=(1,1,1).
2015-11-05 19:01:15 -06:00
Stefan van der Walt
52594d0bd8
Only iterate over available region properties
2015-11-05 15:41:00 -08:00
Stefan van der Walt
d187840f19
Merge pull request #1746 from sciunto/piwik
...
DOC: test piwik with piwik.sciunto.org
2015-11-02 16:13:43 -08:00
Emmanuelle Gouillart
856e199cc2
Merge pull request #1704 from MartinSavc/example_subplots_share_axes
...
Example subplots share axes
2015-11-01 22:26:39 +01:00
Julius Bier Kirekgaard
6f1ec347f4
Fixed missing scipy import
2015-11-01 02:03:27 +00:00
Josh Warner
7284361ef6
Merge pull request #1766 from blink1073/fix-setup
...
Fix setup.py in the absence of numpy
2015-10-30 17:50:41 -05:00
Steven Silvester
61a78d6c69
Fix setup.py in the presence of no numpy
2015-10-30 15:00:56 -05:00
Julius Bier Kirekgaard
55e12b6352
py3 fixes and skip test for old scipy.
2015-10-28 19:02:59 +00:00
Juan Nunez-Iglesias
33f7fb9cea
Merge pull request #1763 from glemaitre/laplace-edge-detector-wrapper
...
Added the Laplacian operator
2015-10-28 20:06:10 +11:00
Guillaume Lemaitre
ed55226dfb
Correct bug inside the test
2015-10-27 16:35:15 +01:00
Guillaume Lemaitre
41875cf59a
Generalize Laplce operator + testing
...
Reuse the function skimage.restoration.uft.laplacian() to create the kernel
Improve the testing for a specific case
2015-10-27 15:17:07 +01:00
Guillaume Lemaitre
5d209a68a9
Added the Laplacian operator
2015-10-27 01:23:29 +01:00
Juan Nunez-Iglesias
eb2a23107a
Merge pull request #1762 from blink1073/fix-clip-histogram
...
Fix clip histogram infinite loop
2015-10-26 20:24:21 +11:00
Johannes Schönberger
0a48c320b8
Merge pull request #1758 from JDWarner/hough_test
...
TST/STY: Hough transform regression test & Cython wrappers
2015-10-26 00:11:01 -04:00
Steven Silvester
aabf2de96a
Prevent infinite loop in adapthist for low clip_limit
...
Prevent infinite loop in adapthist
Add a test that exposed the infinite loop
Use better check to prevent endless loop
2015-10-25 20:17:19 -05:00
Josh Warner (Mac)
a3356194c8
TSTFIX: Fix imports in hough_ellipse doctest
2015-10-25 14:34:53 -05:00
Steven Silvester
d776464324
Merge pull request #1756 from stefanv/doc_with_gallery
...
Ensure gallery pages are always generated
2015-10-25 14:23:39 -05:00
Josh Warner (Mac)
159c9f4e9e
TST/STY: Hough tf regression test & Cython wrappers
2015-10-24 23:50:53 -05:00
Stefan van der Walt
a93f30278a
Ensure gallery pages are always generated
2015-10-23 22:49:22 -07:00
François Boulogne
3dc3771d97
DOC: test piwik with piwik.sciunto.org
2015-10-21 07:33:45 -04:00
Stefan van der Walt
3c3a636e03
Merge pull request #1750 from jni/slic-param-scan
...
Refine docstring for 'compactness' kwarg in SLIC
2015-10-20 14:44:43 -07:00