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
|
5da3418fff
|
Change ransac function to accept multiple input data arrays
|
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 |
|
Johannes Schönberger
|
80827d3959
|
Add test case for ransac algorithm
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
e880f155a9
|
Add test cases for circle model
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
53b7e6e418
|
Add test cases for line model
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
44ff37c8ee
|
Fix bug in ellipse model estimation due to changed predict_xy output
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
c1bb30f625
|
Return combined xy-coordinate array with arbitrary dimensions in predict_xy
|
2013-05-02 18:30:07 +02:00 |
|
Johannes Schönberger
|
b58f52e40e
|
Fix bug in predict_x of line model
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
62b25455dc
|
Add input data shape test to avoid out of memory Jacobians
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
b2fa37d337
|
Fix typos
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
dd714b910c
|
Replace numpy with math for scalar functions and remove Dfun from ellipse residuals for speedup
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
444d51ceb7
|
Calculate initial guess for closest point on ellipse for speedup
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
c9353ce8f5
|
Reduce number of function calls for speedup
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
2c329d68ec
|
Add analytical jacobian for ellipse model for 100x speedup
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
df801a8876
|
Reduce default number of max trials
|
2013-05-02 18:30:06 +02:00 |
|
Johannes Schönberger
|
65f26e7e9d
|
Fix example of ransac
|
2013-05-02 18:28:54 +02:00 |
|
Johannes Schönberger
|
d45fb029dc
|
Add imports of fit to subpackage
|
2013-05-02 18:28:54 +02:00 |
|
Johannes Schönberger
|
e337c7e1e5
|
Add example to ransac function
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
4dfe927059
|
Add todo comment
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
a384ca2bef
|
Rename variables for better readability
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
47c3ebac1c
|
Add ellipse estimator model
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
4a93f38395
|
Fix doc string of ransac function
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
21d1e09330
|
Add circle estimator model and fix some other bugs
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
3f650f0724
|
Add RANSAC algorithm
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
e35d239962
|
Add line estimation model
|
2013-05-02 18:27:57 +02:00 |
|
Johannes Schönberger
|
9d4647dca6
|
Add __all__ to measure package
|
2013-04-28 23:20:00 +02:00 |
|
Tony S Yu
|
f2ace75369
|
Fixes to make doctests pass.
|
2013-04-25 23:13:41 -05:00 |
|
Emmanuelle Gouillart
|
8efaaee3c8
|
Find contours example
|
2013-04-20 20:09:45 +02:00 |
|
Johannes Schönberger
|
387c72b018
|
Remove colon as multi-line comment symbol
|
2013-03-06 16:43:41 +01:00 |
|
Johannes Schönberger
|
62d83ad42c
|
Globally change np to cnp if cimported
|
2013-02-24 14:14:14 +01:00 |
|
Johannes Schönberger
|
614023b941
|
Replace ssize_t with Py_ssize_t globally
|
2013-02-22 17:05:38 +01:00 |
|
Johannes Schönberger
|
0b99eb68f4
|
Change type to ssize_t for all index and size variables
|
2013-02-22 17:05:10 +01:00 |
|
Johannes Schönberger
|
5f012cb19d
|
Set random seed value to ensure tests always pass
|
2013-01-17 09:07:48 +01:00 |
|
Johannes Schönberger
|
fb9099eec3
|
Update perimeter test case which was correct for buggy previous version
|
2012-12-22 20:09:29 +01:00 |
|
Johannes Schönberger
|
61ab5ed077
|
Fix convolution bug in perimeter function
|
2012-12-22 20:08:06 +01:00 |
|
Johannes Schönberger
|
257cf9585b
|
Fix typo bug in perimeter function
|
2012-12-22 20:07:36 +01:00 |
|
Johannes Schönberger
|
7741d906ed
|
Fix failing perimeter test caused by bug in scipy
|
2012-10-10 09:09:52 +02:00 |
|
Tony S Yu
|
c17ffe6c32
|
Merge pull request #351 from ahojnnes/test-coverage
Test coverage
|
2012-10-09 14:51:23 -07:00 |
|
Johannes Schönberger
|
dc0d4eff74
|
Add missing empty lines between test functions
|
2012-10-09 08:04:25 +02:00 |
|
Johannes Schönberger
|
48210ecb38
|
Add note about random test failure for some systems
|
2012-10-09 07:53:54 +02:00 |
|
Paul Ivanov
|
b4b090271d
|
complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
|
2012-10-08 16:29:55 -07:00 |
|
Johannes Schönberger
|
2c36d34f9a
|
Change Exception type for wrong input dims
|
2012-10-08 10:55:19 +02:00 |
|
Johannes Schönberger
|
5117803b79
|
Improve test coverage of find_contours
|
2012-10-06 21:34:41 +02:00 |
|
Johannes Schönberger
|
aa85b22f6d
|
Full test coverage for structural similarity
|
2012-10-06 19:36:09 +02:00 |
|