PersonDetection | Machine Learning SVM-HoG-based Person Detection for ROS
kandi X-RAY | PersonDetection Summary
kandi X-RAY | PersonDetection Summary
Person Detection for ROS.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of PersonDetection
PersonDetection Key Features
PersonDetection Examples and Code Snippets
Community Discussions
Trending Discussions on PersonDetection
QUESTION
So I am not working on a computer but on an embedded device running ubuntu.
I am trying to compile openCV code but I have the feeling that I am in a deadlock!
This is the error I get: problem:
...ANSWER
Answered 2017-Jun-07 at 10:33-L
option is used to specify the directory path. Compiler will search this directory with other system standard directories, such as directories in LIBRARY_PATH
. But it searches directories specified with -L first.
-l
option is used to specify the name of the library.
In your case, 2.4 version libraries are in /usr/lib
and 3.2 version libraries are in /usr/local/lib
. Your code, probably, is expecting 2.4 version, but your system may be set to search /usr/local/lib
before searching /usr/lib
and this may be the cause of your problem.
By specifying -L/usr/lib
you are telling compiler to search /usr/lib
first, resulting in using 2.4 version libraries.
UPDATE
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install PersonDetection
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page