Can't create cascades classifier object in window universal apps
after i create the cascades classifier object in window universal apps, when compiled the system the error show as image below. Same problem going for create HOGDescripter object.
In short, unresolved externals is a linker error, it cannot link because it cannot find the particular symbol. that symbol is probably in another library, so you must link against it or tell the linker where to find the library. In you case the library is probably opencv_objdetect.
Next time, please post the output of the console as text and not a screenshot. And tell us more about your configuration; opencv version, os, compiler/linker options, what have you already tried...etc
My guess, you are either
Is that possible? Add more info please.