opencv3.0 - Changes in ML module in opencv from 3.0.0-beta to 3.0.0 (and rc1) -


in class em in ml.hpp, piece of code below exists in 3.0.0-dev, 3.0.0-alpha doesn't exist in 3.0.0 , 3.0.0-rc1 . documentation 3.0.0-dev says exists †

class cv_exports_w_map params { public:     explicit params(int nclusters=default_nclusters, int covmattype=em::cov_mat_diagonal,         const termcriteria& termcrit=termcriteria(termcriteria::count+termcriteria::eps,                                                               em::default_max_iters, 1e-6)); cv_prop_rw int nclusters;     cv_prop_rw int covmattype;     cv_prop_rw termcriteria termcrit; }; 

did opencv change freaking library in middle of major release ? or missing ?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -