Ask Your Question
1

the difference of the two include folder in opencv extract directory

asked 2013-01-12 20:05:49 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >50 is welcome to improve it.

first I down load the opencv2.4.3 then extract it to D:\opencv\opencv2.4.3
now I can find two "include", one is D:\opencv\opencv2.4.3\include and the other is D:\opencv\opencv2.4.3\build\include, what's the difference of them and which one should I include in my application? Thanks1.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-01-13 01:36:44 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >50 is welcome to improve it.

OpenCV package for Windows include source code and prebuilt binaries. D:\opencv\opencv2.4.3\include is a part of library source code. D:\opencv\opencv2.4.3\build is directory with prebuilt binaries and other files for development with OpenCV. Use D:\opencv\opencv2.4.3\build\include directory as include directory for your application development.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-12 20:05:49 -0600

Seen: 217 times

Last updated: Jan 13 '13