Which directory is opencv “installed” in?
Operating System: #! (crunch bang)
Dependencies: opencv
I am attempting to install cvblob (a library for opencv) and I am at the compilation stage in the directions that of which can be seen below. When I compiled and installed the source code for opencv which directory would be the install directory, the directory in which I unzipped and compiled the source, or some other directory such as /usr/local/lib? I'm familiar with installing applications in Windows, but I don't seem to see the translation to linux. For opencv I compiled code and then ran sudo make install from within that directory. So for the the line in the directions below
To indicate where
OpenCVis, useOpenCV_DIRvariable:
`cmake . -DOpenCV_DIR=<path_to_OpenCV>`
What should I define as the path to opencv? If further information is needed please let me know.
DIRECTIONS:
Linux
If you have uncompressed the source in $CVBLOB, type in a console:
cd $CVBLOB
cmake .
make
To indicate where OpenCV is, use OpenCV_DIR variable:
cmake . -DOpenCV_DIR=<path_to_OpenCV>
Installation
Linux
If you have compiled the source in $CVBLOBBIN, type in a console:
cd $CVBLOBBIN
sudo make install
To change the destination path use CMAKE_INSTALL_PREFIX when execute CMAKE:
cmake . -DCMAKE_INSTALL_PREFIX=<installation_path>
linux crunchbang opencv
add a comment |
Operating System: #! (crunch bang)
Dependencies: opencv
I am attempting to install cvblob (a library for opencv) and I am at the compilation stage in the directions that of which can be seen below. When I compiled and installed the source code for opencv which directory would be the install directory, the directory in which I unzipped and compiled the source, or some other directory such as /usr/local/lib? I'm familiar with installing applications in Windows, but I don't seem to see the translation to linux. For opencv I compiled code and then ran sudo make install from within that directory. So for the the line in the directions below
To indicate where
OpenCVis, useOpenCV_DIRvariable:
`cmake . -DOpenCV_DIR=<path_to_OpenCV>`
What should I define as the path to opencv? If further information is needed please let me know.
DIRECTIONS:
Linux
If you have uncompressed the source in $CVBLOB, type in a console:
cd $CVBLOB
cmake .
make
To indicate where OpenCV is, use OpenCV_DIR variable:
cmake . -DOpenCV_DIR=<path_to_OpenCV>
Installation
Linux
If you have compiled the source in $CVBLOBBIN, type in a console:
cd $CVBLOBBIN
sudo make install
To change the destination path use CMAKE_INSTALL_PREFIX when execute CMAKE:
cmake . -DCMAKE_INSTALL_PREFIX=<installation_path>
linux crunchbang opencv
add a comment |
Operating System: #! (crunch bang)
Dependencies: opencv
I am attempting to install cvblob (a library for opencv) and I am at the compilation stage in the directions that of which can be seen below. When I compiled and installed the source code for opencv which directory would be the install directory, the directory in which I unzipped and compiled the source, or some other directory such as /usr/local/lib? I'm familiar with installing applications in Windows, but I don't seem to see the translation to linux. For opencv I compiled code and then ran sudo make install from within that directory. So for the the line in the directions below
To indicate where
OpenCVis, useOpenCV_DIRvariable:
`cmake . -DOpenCV_DIR=<path_to_OpenCV>`
What should I define as the path to opencv? If further information is needed please let me know.
DIRECTIONS:
Linux
If you have uncompressed the source in $CVBLOB, type in a console:
cd $CVBLOB
cmake .
make
To indicate where OpenCV is, use OpenCV_DIR variable:
cmake . -DOpenCV_DIR=<path_to_OpenCV>
Installation
Linux
If you have compiled the source in $CVBLOBBIN, type in a console:
cd $CVBLOBBIN
sudo make install
To change the destination path use CMAKE_INSTALL_PREFIX when execute CMAKE:
cmake . -DCMAKE_INSTALL_PREFIX=<installation_path>
linux crunchbang opencv
Operating System: #! (crunch bang)
Dependencies: opencv
I am attempting to install cvblob (a library for opencv) and I am at the compilation stage in the directions that of which can be seen below. When I compiled and installed the source code for opencv which directory would be the install directory, the directory in which I unzipped and compiled the source, or some other directory such as /usr/local/lib? I'm familiar with installing applications in Windows, but I don't seem to see the translation to linux. For opencv I compiled code and then ran sudo make install from within that directory. So for the the line in the directions below
To indicate where
OpenCVis, useOpenCV_DIRvariable:
`cmake . -DOpenCV_DIR=<path_to_OpenCV>`
What should I define as the path to opencv? If further information is needed please let me know.
DIRECTIONS:
Linux
If you have uncompressed the source in $CVBLOB, type in a console:
cd $CVBLOB
cmake .
make
To indicate where OpenCV is, use OpenCV_DIR variable:
cmake . -DOpenCV_DIR=<path_to_OpenCV>
Installation
Linux
If you have compiled the source in $CVBLOBBIN, type in a console:
cd $CVBLOBBIN
sudo make install
To change the destination path use CMAKE_INSTALL_PREFIX when execute CMAKE:
cmake . -DCMAKE_INSTALL_PREFIX=<installation_path>
linux crunchbang opencv
linux crunchbang opencv
edited Aug 1 '14 at 19:23
An Dorfer
1,2032713
1,2032713
asked May 31 '13 at 16:41
aretearete
141115
141115
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Looking at github you should have it installed in /usr/local/ Check what you have got there!
on ubuntu 14.04 /usr/local/lib
– Dukeatcoding
Oct 27 '14 at 19:07
add a comment |
Per answer https://askubuntu.com/a/990597/455406 , if you installed manually you can try
pkg-config --libs --cflags opencv
add a comment |
To install OpenCV using the terminal on Ubuntu from this article
http://namhuy.net/1205/how-to-install-opencv-on-ubuntu.html
$ su -
# apt-get update
# apt-get install build-essential
# apt-get install libavformat-dev
# apt-get install x264 v4l-utils ffmpeg
# apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev
2
the OP is asking about the folder OpenCV installed in
– phuclv
Oct 24 '13 at 11:39
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f602240%2fwhich-directory-is-opencv-installed-in%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Looking at github you should have it installed in /usr/local/ Check what you have got there!
on ubuntu 14.04 /usr/local/lib
– Dukeatcoding
Oct 27 '14 at 19:07
add a comment |
Looking at github you should have it installed in /usr/local/ Check what you have got there!
on ubuntu 14.04 /usr/local/lib
– Dukeatcoding
Oct 27 '14 at 19:07
add a comment |
Looking at github you should have it installed in /usr/local/ Check what you have got there!
Looking at github you should have it installed in /usr/local/ Check what you have got there!
answered May 31 '13 at 20:12
ChrisChris
1,641714
1,641714
on ubuntu 14.04 /usr/local/lib
– Dukeatcoding
Oct 27 '14 at 19:07
add a comment |
on ubuntu 14.04 /usr/local/lib
– Dukeatcoding
Oct 27 '14 at 19:07
on ubuntu 14.04 /usr/local/lib
– Dukeatcoding
Oct 27 '14 at 19:07
on ubuntu 14.04 /usr/local/lib
– Dukeatcoding
Oct 27 '14 at 19:07
add a comment |
Per answer https://askubuntu.com/a/990597/455406 , if you installed manually you can try
pkg-config --libs --cflags opencv
add a comment |
Per answer https://askubuntu.com/a/990597/455406 , if you installed manually you can try
pkg-config --libs --cflags opencv
add a comment |
Per answer https://askubuntu.com/a/990597/455406 , if you installed manually you can try
pkg-config --libs --cflags opencv
Per answer https://askubuntu.com/a/990597/455406 , if you installed manually you can try
pkg-config --libs --cflags opencv
answered Feb 14 at 22:52
WillCWillC
1011
1011
add a comment |
add a comment |
To install OpenCV using the terminal on Ubuntu from this article
http://namhuy.net/1205/how-to-install-opencv-on-ubuntu.html
$ su -
# apt-get update
# apt-get install build-essential
# apt-get install libavformat-dev
# apt-get install x264 v4l-utils ffmpeg
# apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev
2
the OP is asking about the folder OpenCV installed in
– phuclv
Oct 24 '13 at 11:39
add a comment |
To install OpenCV using the terminal on Ubuntu from this article
http://namhuy.net/1205/how-to-install-opencv-on-ubuntu.html
$ su -
# apt-get update
# apt-get install build-essential
# apt-get install libavformat-dev
# apt-get install x264 v4l-utils ffmpeg
# apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev
2
the OP is asking about the folder OpenCV installed in
– phuclv
Oct 24 '13 at 11:39
add a comment |
To install OpenCV using the terminal on Ubuntu from this article
http://namhuy.net/1205/how-to-install-opencv-on-ubuntu.html
$ su -
# apt-get update
# apt-get install build-essential
# apt-get install libavformat-dev
# apt-get install x264 v4l-utils ffmpeg
# apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev
To install OpenCV using the terminal on Ubuntu from this article
http://namhuy.net/1205/how-to-install-opencv-on-ubuntu.html
$ su -
# apt-get update
# apt-get install build-essential
# apt-get install libavformat-dev
# apt-get install x264 v4l-utils ffmpeg
# apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev
answered Oct 24 '13 at 11:20
Victor SandersVictor Sanders
351
351
2
the OP is asking about the folder OpenCV installed in
– phuclv
Oct 24 '13 at 11:39
add a comment |
2
the OP is asking about the folder OpenCV installed in
– phuclv
Oct 24 '13 at 11:39
2
2
the OP is asking about the folder OpenCV installed in
– phuclv
Oct 24 '13 at 11:39
the OP is asking about the folder OpenCV installed in
– phuclv
Oct 24 '13 at 11:39
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f602240%2fwhich-directory-is-opencv-installed-in%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown