Merge pull request #680 from vpisarev:c2cpp_video_take2
This commit is contained in:
@@ -56,7 +56,7 @@ CV_INIT_ALGORITHM(EM, "StatModel.EM",
|
||||
|
||||
bool initModule_ml(void)
|
||||
{
|
||||
Ptr<Algorithm> em = createEM();
|
||||
Ptr<Algorithm> em = createEM_hidden();
|
||||
return em->info() != 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user