Tony S Yu
|
e373e13f03
|
Fix sizing of PlotPlugin
|
2013-05-30 22:21:55 -05:00 |
|
Tony S Yu
|
07630a93e6
|
Dock plugins to image viewer.
|
2013-05-30 22:21:21 -05:00 |
|
Tony S Yu
|
177a1fdb39
|
Add example of connected viewers/plugins
|
2013-05-28 23:52:48 -05:00 |
|
Tony S Yu
|
bd860b7720
|
Add infrastructure for conneting plugin output to a viewer.
|
2013-05-28 23:52:10 -05:00 |
|
Tony S Yu
|
e7ca4b6138
|
Fix parameter name in docstring
|
2013-05-28 23:51:53 -05:00 |
|
Tony S Yu
|
124e38751c
|
Fix RequiredAttrs definition.
The example in python's descriptor tutorial creates a singleton so multiple,
instances share the same attribute. This update fixes the issue based on [1].
[1] http://stackoverflow.com/questions/8718052/where-does-a-python-descriptors-state-go
|
2013-05-28 23:34:52 -05:00 |
|
Tony S Yu
|
d183cce16c
|
Remove alignment kwarg (left out from previous commit).
|
2013-05-26 18:28:12 -05:00 |
|
Tony S Yu
|
a49502a7b1
|
Remove alignment kwarg for compatibility with older PyQt4
|
2013-05-26 14:05:02 -05:00 |
|
Tony S Yu
|
3baa7fe8f3
|
Fix file open dialog for PySide
|
2013-05-19 22:58:04 -05:00 |
|
tonysyu
|
c7fa6206cf
|
Add PySide compatibility for save dialogs
|
2013-05-17 17:12:52 -05:00 |
|
Tony S Yu
|
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 |
|
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 |
|
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 |
|
Johannes Schönberger
|
c8fa3b48e5
|
Replace is_degenerate tests with is_data_valid and is_model_valid tests
|
2013-05-02 18:30:08 +02:00 |
|
Johannes Schönberger
|
8d92f5c02b
|
Remove is_degenerate methods from estimation models
|
2013-05-02 18:30:08 +02:00 |
|
Johannes Schönberger
|
a73076157c
|
Replace is_degenerate with is_model_valid and is_data_valid in ransac
|
2013-05-02 18:30:08 +02:00 |
|
Johannes Schönberger
|
28bda25da8
|
Add is_degenerate to description of ransac iteration
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
db496d0af9
|
Remove trailing brackets
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
82566157f6
|
Add test case for ransac applied to geometric transform
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
22224727d3
|
Add example for ransac and geometric transforms
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
fb74a9d8ae
|
Add new stop criteria to ransac and improve doc string
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
087fe8891e
|
Fix is_degenerate function to accept src and dst arrays separately
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
5da3418fff
|
Change ransac function to accept multiple input data arrays
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
bf2a5a429b
|
Add residuals method to geometric transforms
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
5b78b2a69e
|
Add is_degenerate to geometric transforms
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
aa309fd926
|
Replace triple-single-quotes with triple-double-quotes for doc strings
|
2013-05-02 18:30:07 +02:00 |
|