Commit Graph

7761 Commits

Author SHA1 Message Date
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 0cc4402c19 DOC: Fixed docstring, moved to assert_nD 2015-12-24 20:35:32 +03:00
Egor Panfilov 2fcf2eafe7 ENH: Added support for multichannel arrays, fixed float scale to [0;1] 2015-12-24 20:35:32 +03:00
Egor Panfilov 1181c0dce8 DOC: Moved references to common docstring 2015-12-24 20:35:32 +03:00
Egor Panfilov 0e6e08d0c0 TST: Attempt to fix Travis bug with old packages 2015-12-24 20:35:32 +03:00
Egor 92f3114c9e FIX: Fixed test for biharmonic in accordance to new kernel for edges 2015-12-24 20:35:32 +03:00
Egor add5b8b4d6 FIX/TST: Fixed bug with defected bounding frame, added testcase 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 1f3721fcbe ENH: Inpainting with biharmonic equation 2015-12-24 20:35:32 +03:00
Steven Silvester f3392bc4f5 Merge pull request #1848 from soupault/doc_edge_modes
DOC: plot_edge_modes improvement
2015-12-24 10:28:59 -06:00
Egor Panfilov 18a2747239 DOC: plot_edge_modes improvement, closes #1816 2015-12-24 18:17:28 +03:00
Emmanuelle Gouillart 98d2446594 Merge pull request #1806 from JDWarner/sphinx_formatting
STY: Fix formatting and use tight_layout in doc examples.
2015-12-24 10:47:31 +01:00
Emmanuelle Gouillart d4b3aeeed3 Merge pull request #1846 from arokem/hull-docs
DOC: Small one. The input to this one needs to be 2D.
2015-12-24 10:34:00 +01:00
Emmanuelle Gouillart 6740ef9849 Merge pull request #1842 from jni/1840
Specify 2D images in denoise bilateral docstring
2015-12-24 09:59:11 +01:00
Josh Warner (Mac) 9b9473c6a1 STY: Fix formatting and use tight_layout in doc examples. 2015-12-23 20:53:51 -05:00
arokem 9fb5f1333d TST: Test both functions(!). 2015-12-23 15:36:35 -08:00
Stefan van der Walt cc8c3b7687 Merge pull request #1847 from emmanuelle/remove_label_from_morphology
Remove deprecated label function from morphology module in preparation for 0.12 release
2015-12-23 15:01:46 -08:00
arokem 436d0e8ca3 TST: Test error handling in convex_hull, convex_hull_object.
Also, a few PEP8 fixes in both module and tests.
2015-12-23 14:57:44 -08:00
arokem 227211fec7 DOC: Small one. The input to this one needs to be 2D. 2015-12-23 14:24:52 -08:00
emmanuelle 0b61b8f46f Removed deprecated label function from morphology module in preparation
for 0.12 release.
2015-12-23 23:24:22 +01:00
Emmanuelle Gouillart 4a07a3c9ad Merge pull request #1810 from alexandrejaguar/master
Solving white space + improving code +PEP8
2015-12-23 23:14:32 +01:00
Emmanuelle Gouillart 4509338aac Merge pull request #1777 from stevendbrown/rp_intensity_check
Added label vs. intensity shape checking to regionprops
2015-12-23 22:34:59 +01:00
Johannes Schönberger c5f9fffaad Merge pull request #1844 from emmanuelle/fix_euler
Fix euler
2015-12-23 21:56:46 +01: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 Gouillart fb9fdec7db Merge pull request #1845 from grlee77/tv_weight_fix
Use appropriate weights in tv_denoise_chambolle
2015-12-23 19:53:51 +01:00
Gregory R. Lee 3f5aa73eb4 Update tests to also use reasonable weights for TV denoising 2015-12-23 12:30:12 -05:00
Gregory R. Lee f143f4b39e Change default weight for denoise_tv_chambolle to a value that is reasonable for float images scaled to the [0, 1] range 2015-12-23 12:29:37 -05:00
emmanuelle d62524f103 Mentioned Euler characteristic (instead of Euler number) in docstring of
regionprops.
2015-12-23 16:26:23 +01:00
emmanuelle a56c6071c2 Corrected bug in the computation of the Euler characteristic. 2015-12-23 16:09:13 +01:00
Emmanuelle Gouillart d6105a0fe4 Merge pull request #1782 from pratapvardhan/clncython
BUG: Buffer dtype mismatch, expected 'Py_ssize_t' but got 'long'
2015-12-23 15:35:05 +01:00
Juan Nunez-Iglesias e102011098 Specify 2D images in denoise bilateral docstring
Addresses #1840
2015-12-23 23:57:22 +11:00
Juan Nunez-Iglesias f46a7e05ae Merge pull request #1841 from blink1073/fix-matplotlib-2.6
Lower required matplotlib version on 2.6 Travis test
2015-12-23 23:54:06 +11:00
Steven Silvester 39e1bb9376 Lower required matplotlib version on 2.6 test 2015-12-23 05:54:21 -06:00
Emmanuelle Gouillart ea9ed9ccd9 Merge pull request #1826 from jni/rag-generic
Allow construction of simple RAGs from label images
2015-12-22 17:37:02 +01:00
Steven Silvester a4d0ac85cc Merge pull request #1603 from michaelpacer/draw_coords
Fixed variable names to accord with r, c naming convention
2015-12-21 12:11:16 -06:00
Steven Silvester d003f701a6 Merge pull request #1834 from emmanuelle/active_contour_example
Move active contour example to edges section of the gallery
2015-12-20 07:59:19 -06: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
Emmanuelle Gouillart f0eec46e5c Merge pull request #1783 from ivoflipse/fix_hog
Fixing Cythonized version of HOG
2015-12-19 17:37:24 +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
Juan Nunez-Iglesias 14095de291 Merge pull request #1830 from scottsievert/fftconvolve
Clean up richardson-lucy deconvolution function
2015-12-16 14:42:24 +11:00
Josh Warner 8f0c5ab4d6 Merge pull request #1790 from WarrenWeckesser/imread-indexed-png-alpha
FIX: imread w/PIL plugin no longer drops indexed PNG alpha channel
2015-12-15 19:57:23 -07:00
scottsievert fb99e3cce6 styles code (no more functions, less lines) 2015-12-15 19:19:14 -06:00
Juan Nunez-Iglesias 06186710d5 Update outdated docstring of _add_edge_filter 2015-12-16 08:31:30 +11:00
Warren Weckesser 3251d3c07a BLD: Increase the minimum pillow version to 2.1.0. 2015-12-15 12:30:43 -05:00
Warren Weckesser 6b908c1bb1 BUG: io: imread in the PIL plugin drops indexed PNG alpha channel.
When using the PIL plugin to read an indexed PNG file that has
an alpha channel, the alpha channel would be lost.
2015-12-15 12:30:43 -05:00
Juan Nunez-Iglesias 2f3bc7f08d Merge pull request #1828 from stefanv/radon_circle_warn
radon transform: ignore values outside circle
2015-12-15 12:57:55 +11:00
Stefan van der Walt 74a015d1d4 radon transform: when circle=True, ignore values outside circle without throwing an error (closes #1808) 2015-12-14 17:13:29 -08:00