Commit Graph
5187 Commits
Author SHA1 Message Date
emmanuelle 2319119b31 Minor improvements 2016-06-19 09:42:53 +02:00
emmanuelle a6f3bfef6f Corrected docstring of default structuring element for median filter. 2016-06-19 09:42:53 +02:00
emmanuelle c8b13f4825 Added default value for the structuring element of median filter 2016-06-19 09:38:36 +02:00
emmanuelle b0437045ed Added default value to gaussian filter (sigma parameter) 2016-06-19 09:38:36 +02:00
Egor Panfilov e02ccb6817 Removed deprecated _mode_deprecations 2016-06-19 00:25:52 +03:00
Egor Panfilov 5f891dedc3 Removed deprecared sobel, prewitt, scharr, roberts filters 2016-06-18 18:53:59 +03:00
Juan Nunez-IglesiasandGitHub b887cde691 Merge pull request #2095 from ThomasWalter/cooc
Add uint16 images support for co-occurrence matrix
2016-06-17 14:11:08 -04:00
Juan Nunez-IglesiasandGitHub a7d43e548e Merge pull request #2145 from sciunto/docstring
Docstring
2016-06-16 18:51:11 -04:00
Juan Nunez-IglesiasandGitHub c7f386b955 Merge pull request #2149 from ahojnnes/graphicsgems
Fix outdated GraphicsGems link
2016-06-16 18:50:09 -04:00
walter 6c47bd49dd tests for image types added 2016-06-16 10:33:11 +02:00
walter ed34d9f014 added a test for different data types 2016-06-15 12:57:55 +02:00
walter 2147812ab4 small corrections on the doc string 2016-06-14 16:40:21 +02:00
Johannes Schönberger 8e928a6243 Fix outdated GraphicsGems link 2016-06-14 12:04:08 +02:00
François Boulogne 6032870897 DOC: remove warning 2016-06-12 22:17:33 +02:00
François Boulogne 323e9ff500 DOC: optional tag to optional args 2016-06-12 21:05:06 +02:00
François Boulogne 41e9c8d91a DOC: explicit default value behavior 2016-06-12 21:00:07 +02:00
François Boulogne 57438a8d26 DOC: remove wrong math tags 2016-06-12 20:59:49 +02:00
Egor Panfilov 45d11909b9 Moved references to docstring 2016-06-12 18:25:13 +03:00
walter 6a059867ba removed commented code lines; fused types work now. 2016-06-10 13:13:48 +02:00
walter 3b8be94d74 fused types 2016-06-10 13:11:30 +02:00
walter cece5e005c small modifications 2016-06-10 12:04:52 +02:00
François Boulogne fc1192ae15 ENH: implement mean and triangle thresholding 2016-06-10 00:27:15 +02:00
Johannes Schönberger 9397f99473 Merge pull request #2089 from sciunto/bugfix
DOC ENH + API fix on houghline transform
2016-06-09 08:33:40 +02:00
walter e18e572f35 fixed doc strings and commentaries 2016-06-06 17:16:38 +02:00
walter 02b21fdfe3 behaviour for 16 bit images matches behaviour for 8 bit images. 2016-06-06 17:12:57 +02:00
François Boulogne ea9180f754 more concise writting 2016-06-02 13:38:32 +02:00
François Boulogne 8c9d8926c8 Minor enhancements 2016-06-02 13:35:36 +02:00
François BoulogneandFrançois Boulogne aea36e89d1 use break instead of exception 2016-06-02 10:32:00 +02:00
François BoulogneandFrançois Boulogne 80e8544067 Review threshold minimum 2016-06-02 10:32:00 +02:00
Jeff HemmelgarnandFrançois Boulogne 31db1c607e Add threshold minimum algorithm 2016-06-02 10:32:00 +02:00
Juan Nunez-Iglesias 71456ed672 Merge pull request #2100 from sciunto/crossref
MAINT: around label and regionprops functions.
2016-06-01 23:37:47 +10:00
François Boulogne ffc88e58e1 DOC: clarify bbox #2116 2016-06-01 10:33:42 +02:00
Martin Zackrisson 1d7c4fd535 Corrected Otsu test error raising assertion 2016-05-30 13:38:55 +02:00
Martin Zackrisson 9174110faa Removed empty line from docstring 2016-05-30 13:36:47 +02:00
Martin Zackrisson f4123a4e36 Added missing documentation about raised error 2016-05-30 11:29:35 +02:00
Martin Zackrisson e167be511d Corrected indentation to follow PEP8 2016-05-30 11:25:55 +02:00
Martin Zackrisson 8b6460b06e Correcting the Error raised for Otsu Threshold
The previous error, `TypeError` did not reflect the test done and would typically be raised while `image` indeed had the correct type.
2016-05-30 11:13:58 +02:00
Noah Stier 2232061402 Move description and todos from README into docstring. 2016-05-29 03:56:06 -07:00
François Boulogne 9992a4480b MAINT: move docstring and merge cython functions 2016-05-26 21:48:01 +02:00
François Boulogne 07f753d081 MAINT: PEP8 2016-05-25 20:54:22 +02:00
François Boulogne c99ba1344c MAINT: remove unused import 2016-05-25 20:54:17 +02:00
François Boulogne 8170467356 DOC: add crossref label and regionprops 2016-05-25 20:54:02 +02:00
Juan Nunez-Iglesias b14fe94755 Merge pull request #2102 from sciunto/docfix
DOC: add space before column on variable def (minor...)
2016-05-23 11:38:35 +10:00
François Boulogne 3df362a1b1 DOC: add space before column on variable def 2016-05-22 16:23:19 +02:00
François Boulogne 1d52ccf0b1 DOC: clarifications + comment step size theta
DOC: fix wording

enhance return name
2016-05-22 11:50:33 +02:00
François Boulogne 2f91c003fd API: no default none value for internal cython function 2016-05-22 11:50:33 +02:00
Martin Thoma ec5e8b1097 Add example for felzenszwalb image segmentation 2016-05-20 22:44:30 +02:00
walter 6378bc1c39 co-occurrence matrix can be calculated for 16 bit images 2016-05-20 16:08:04 +02:00
Egor Panfilov e2199cbbc7 Merge pull request #2087 from jmetz/clearborder3d
Add nD support to clear_border
2016-05-17 16:27:52 +03:00
Juan Nunez-Iglesias d76e1efb85 Merge pull request #2058 from vighneshbirodkar/hmerge_boundary
[WIP] Hierarchical Merging of Region Boundary RAGs
2016-05-16 13:09:54 +10:00