Commit Graph
8051 Commits
Author SHA1 Message Date
Johannes Schönberger 071d4bfb68 Add examples to doc strings of resize, rotate and rescale functions 2013-05-26 10:45:39 +02:00
Johannes Schönberger b3c7d67ace Fix parameter descriptions of warp functions 2013-05-26 10:38:20 +02:00
Johannes Schönberger a569e76a4d Fix parameter description of warp function 2013-05-26 10:34:12 +02:00
Johannes Schönberger 09aad04d68 Add short example for transforms to warp function 2013-05-26 10:27:30 +02:00
Johannes Schönberger 46637bfaa6 Merge pull request #563 from JDWarner/docfix_label
Escape `\` in `label` docstring
2013-05-25 23:49:21 -07:00
Josh Warner (Mac) 494a235d02 DOCFIX: "\" in label docstring now escaped 2013-05-25 22:26:54 -05:00
Ankit Agrawal d1a7a90a59 Deprecating is_rgb and is_gray 2013-05-21 02:00:06 +08:00
Stefan van der Walt db4ef53299 Merge pull request #550 from ahojnnes/matching-spelling
DOC: Fix spelling in matching example.
2013-05-20 03:45:37 -07:00
Tony S Yu 3baa7fe8f3 Fix file open dialog for PySide 2013-05-19 22:58:04 -05:00
Johannes Schönberger 15c726eb42 Add exit-zero directive to flake8 command 2013-05-18 02:50:04 +02:00
tonysyu c7fa6206cf Add PySide compatibility for save dialogs 2013-05-17 17:12:52 -05:00
Tony S Yuandtonysyu a5d42a3940 Add skimage.viewer.qt wrapper.
This allows the viewer to use either PyQt4 or PySide as the toolkit.
2013-05-17 16:22:17 -05:00
Johannes Schönberger fde2f2a321 Use mirrors for flake8 installation 2013-05-17 20:27:38 +02:00
Johannes Schönberger f1e8f4cfda Replace pep8 and pyflakes with flake8 2013-05-17 20:21:41 +02:00
Johannes Schönberger 340e2b0bab Add python code checkers to travis build process 2013-05-17 20:06:32 +02:00
Johannes Schönberger 455fecd6aa Fix spelling 2013-05-17 19:28:45 +02:00
Ankit Agrawal dc3ecf58ad Removing redundant imports used in previous commits 2013-05-16 00:56:54 +08:00
Ankit Agrawal 7dfea72ec3 Removing is_gray() and is_rgb() 2013-05-16 00:52:51 +08:00
Josh Warner 210a25053a Merge pull request #545 from odebeir/master
fix: docstring in rank/percentile and remove unused p1
2013-05-11 14:12:39 -07:00
Olivier Debeir 809e285250 fix:remove unused parameters in rank.percentile 2013-05-10 16:23:10 +02:00
Olivier Debeir cdca3f9d40 remove long lines 2013-05-10 16:04:15 +02:00
Olivier Debeir 59b37afea8 typo 2013-05-10 16:02:27 +02:00
Olivier Debeir e23c4f3841 fix:doctring rank/percentile 2013-05-10 09:10:26 +02:00
Stefan van der Walt 2eae93124a Merge pull request #440 from ahojnnes/fitting
ENH: Line, Circle, Ellipse total least squares fitting and RANSAC algorithm.
2013-05-07 04:34:54 -07:00
Johannes Schönberger 219d621725 Set random seed to avoid random test failures 2013-05-06 18:34:34 +02:00
Johannes Schönberger 13bfd603f3 Add simple RANSAC example script 2013-05-06 18:25:15 +02:00
Johannes Schönberger 54e3757cb0 Wrap lines 2013-05-06 18:08:46 +02:00
Johannes Schönberger 01124f5bcc Use boolean mask for inlier return value of RANSAC 2013-05-06 18:08:21 +02:00
Tony S Yu 4d7905951b Merge pull request #536 from ahojnnes/edge-weights
Some tweaks for edges.py
2013-05-06 08:17:00 -07:00
Johannes Schönberger 785e602aba Fix last remaining PEP8 errors 2013-05-06 15:32:33 +02:00
Johannes Schönberger cec8516f69 Readd Cellprofiler license notes to edges.py 2013-05-06 12:11:09 +02:00
Johannes Schönberger 231596b351 Add test cases for residuals 2013-05-06 12:08:12 +02:00
Johannes Schönberger 434eb48620 Add test case for underdetermined LineModel estimation 2013-05-06 11:51:20 +02:00
Johannes Schönberger f18eef6bc0 Add title of wikipedia reference 2013-05-06 11:43:52 +02:00
Johannes Schönberger 63577f275c Update doc string of ransac with new validation functions 2013-05-06 11:41:08 +02:00
Johannes Schönberger 252c889427 Add missing double quotes for equations and code 2013-05-06 11:38:46 +02:00
Johannes Schönberger 9e7fb07d67 Add missing double colons for equations 2013-05-06 11:36:38 +02:00
Tony S Yu fa01b936a6 API Change: image_label2rgb changed to label2rgb.
The name change reflects a switch in the argument order (and makes the image an optional argument).
2013-05-06 00:28:11 -05:00
Tony S Yu 29a29721c8 DOC: Change more examples to use image_label2rgb 2013-05-06 00:25:01 -05:00
Tony S Yu 6360240c38 TST: Add tests for image_label2rgb 2013-05-06 00:25:01 -05:00
Tony S Yu 4bd3fe9eb0 ENH: Add some checks on the inputs. 2013-05-06 00:25:01 -05:00
Tony S Yu 90c0ac5c19 Fix: Add setup.py which adds data file to the build 2013-05-06 00:25:01 -05:00
Tony S Yu 19fdad15b9 Add image_label2rgb 2013-05-06 00:25:01 -05:00
Johannes Schönberger 5656feb61b Use double quotes for code in doc string 2013-05-06 07:10:05 +02:00
Johannes Schönberger d6c49ea6b8 Add comment to explain commented out code 2013-05-06 07:08:50 +02:00
Johannes Schönberger ef7b82e116 Clarify SSD description 2013-05-06 07:04:17 +02:00
Johannes Schönberger 43b4e9efb1 Remove extra space 2013-05-06 07:02:37 +02:00
Johannes Schönberger 15e079a8c2 Remove unused shear argument 2013-05-04 11:46:07 +02:00
Johannes Schönberger d857c452d3 Add example matching script 2013-05-04 11:42:43 +02:00
Johannes Schönberger 660a689255 Add reference for RANSAC 2013-05-04 11:41:25 +02:00