removed EM from python and java bindings

This commit is contained in:
Maria Dimashova 2012-04-06 12:30:09 +00:00
parent 2854e7b5a2
commit 71d8769314

View File

@ -555,7 +555,7 @@ protected:
\****************************************************************************************/ \****************************************************************************************/
namespace cv namespace cv
{ {
class CV_EXPORTS_W EM : public Algorithm class CV_EXPORTS EM : public Algorithm
{ {
public: public:
// Type of covariation matrices // Type of covariation matrices
@ -564,7 +564,7 @@ public:
// The initial step // The initial step
enum {START_E_STEP=1, START_M_STEP=2, START_AUTO_STEP=0}; enum {START_E_STEP=1, START_M_STEP=2, START_AUTO_STEP=0};
class CV_EXPORTS_W Params class CV_EXPORTS Params
{ {
public: public:
Params(int nclusters=10, int covMatType=EM::COV_MAT_DIAGONAL, int startStep=EM::START_AUTO_STEP, Params(int nclusters=10, int covMatType=EM::COV_MAT_DIAGONAL, int startStep=EM::START_AUTO_STEP,