c++ - how does opencv work? -
i'm if there  component diagrams  or documentation opencv library works each others, how depend 1 ? example highgui.dll  need core.dll  doesn't imagproc.dll looked in google, didn't ! 
any idea ?
afaik core module dependency of other modules. , seems intuitive , natural core functionality , definitions of basic structures such mat used other modules (which independent on each other).
this concept described in first chapter of official opencv's online documentation, should first place should answers in terms of opencv :)
and in case need know dependencies of binaries of application, need build application , drag-n-drop binaries the dependency walker (depends.exe), show .dll files app needs.
Comments
Post a Comment