argv[1] loadImage problem xcode 3.2 and snow leopard
- by ignacionieto
Hi Im on mac snow leopard and test these code on xcode3.2 of the Learning OpenCV
everything works fine but the image doesnt appear and in the windows. I had try to understand searching for two days what does argv[1] means, but Im still no clear. Im a newbie en C++. I had the image in the same directory where the main.cpp is
#include…