Where does opencv install it's libs in ubuntu

后端 未结 4 1566
鱼传尺愫
鱼传尺愫 2021-02-06 00:02

I have ubuntu 10 installed. I installed all the opencv packages I could find in the software center. I expect that it installs some .lib files somewhere that I can reference i

4条回答
  •  臣服心动
    2021-02-06 00:08

    dpkg -L opencv will give you a list of all files installed from the opencv package. Be warned, however, that it won't show files that aren't in the package itself but get generated when the package is installed. Not being familiar with opencv, I don't know whether this will be a problem for you.

提交回复
热议问题