1 | initial version |
You modified the class EMImpl, right? Look at the declaration. It inherits from the public interface EM, which is what you use in your code.
class CV_EXPORTS EMImpl : public EM
Add the methods to the class EM, and you should be able to use them.