mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
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