Skip to main content

All Questions

Tagged with
0 votes
0 answers
350 views

OpenCV + CodeBlocks : error while loading shared libraries: cv2.so: cannot open shared object file: no such file or directory

I am trying to run a simple Display Image C++ program on CodeBlocks integrated with OpenCV on Raspberry Pi 3 running Raspbian Jessie. The program builds properly but during run it gives me the ...
danny911's user avatar
1 vote
0 answers
1k views

Error in Linux CodeBlocks while compile "../lib/libopencv_core.so: undefined reference to 'cudaHostRegister'

Previously I ran my complete compile program and it works and run properly but after few weeks I try to run this program and it come out with the error from libopencv_core.so: undefined reference to ...
koh xingyong's user avatar
2 votes
0 answers
1k views

error: invalid use of incomplete type ‘class cv::Mat’ & error: forward > declaration of ‘class cv::Mat’ in CodeBlocks

Need help here... I just left these error from my program code. When I try to build my program, from the mat.hpp file keep on pop up the error with class cv::Mat. ../../gitRepo/recotraffic2.git/...
koh xingyong's user avatar
0 votes
1 answer
2k views

code completion for OpenCV in Code::Blocks

Can you please help me with the following issue? I am running Code::Blocks 13.12 on 64-bit Debian Linux. I am new user of this IDE. When I create new OpenCV project in Code::Blocks and set proper ...
Michal Wirth's user avatar
1 vote
3 answers
1k views

OpenCV compile Eigenface.cpp in Linux with using CodeBlocks

I want to compile the following OpenCV programm with CodeBlocks or with Linux Terminal. http://plaza.ufl.edu/tyler727/imdl/src/eigenface.cpp line 57: nTrainFaces = loadFaceImgArray("/home/...
Nacar Adrianls's user avatar
1 vote
2 answers
3k views

Runtime errors when coding OpenCV programs using codeBlocks in linux

When I try to compile a C++ program which uses the openCV library in CodeBlocks it gives me a runtime error : error while loading shared libraries: libopencv_calib3d.so.2.2: cannot open shared ...
Amal Antony's user avatar
  • 6,867