Tagged Questions
0
votes
1answer
471 views
OpenCV cvLoadImage doesn't accept char* for filename but accepts argv[1]
I realise that this question has been asked before. I've read the answers and tried the solution but it hasn't solved it for me.
I'm using OpenCV 2.1 in Ubuntu 10.10(32-bit) and Eclipse C IDE.
My ...