Commit Graph

281 Commits

Author SHA1 Message Date
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 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 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