Commit Graph

3708 Commits

Author SHA1 Message Date
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 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
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
Ankit Agrawal 4cb251bbe6 Deprecating is_gray and replacing it with is_gray_2d 2013-04-30 18:44:42 +05:30
Johannes Schönberger 7fa0416250 Fix hough transform test cases 2013-04-28 23:20:01 +02:00
Johannes Schönberger 8080e04484 Fix selem test cases 2013-04-28 23:20:01 +02:00
Johannes Schönberger c10f8d300b Add __all__ to util package 2013-04-28 23:20:01 +02:00
Johannes Schönberger 4da0084604 Add __all__ to transform package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 69eafa95df Add __all__ to segmentation package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 6cae50cd40 Add __all__ to morphology package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 9d4647dca6 Add __all__ to measure package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 3e278fadb4 Add __all__ to graph package 2013-04-28 23:20:00 +02:00