Ask Your Question

machineelf's profile - activity

2020-05-24 01:25:48 -0600 received badge  Supporter (source)
2019-06-20 16:17:01 -0600 received badge  Student (source)
2019-06-20 16:03:09 -0600 answered a question Undefined symbols for architecture x86_64 for c++, python works fine

The problem was that I was compiling with macports g++, not Xcode g++, which must have been how homebrew compiled opencv

2019-06-18 11:26:36 -0600 received badge  Enthusiast
2019-06-16 23:44:21 -0600 commented question Undefined symbols for architecture x86_64 for c++, python works fine

I tried all the suggestions in there. I ran brew unlink opencv && brew link opencv but I still get the same ld e

2019-06-13 15:40:27 -0600 asked a question Undefined symbols for architecture x86_64 for c++, python works fine

Undefined symbols for architecture x86_64 for c++, python works fine I am trying to compile a very simple code with g++

2018-12-18 17:42:52 -0600 asked a question VideoCapture returns empty frame in c++ but not in Python

VideoCapture returns empty frame in c++ but not in Python After successfully compiling the following code with g++ -std=