Tagged Questions

8
votes
4answers
7k views

An integer is required? open()

I have a very simple python script that should scan a text file, which contains lines formatted as id='value' and put them into a dict. the python module is called chval.py and the input file is ...
0
votes
1answer
452 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 ...