Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what does this line for?

char* imageName = argv[1];

then, for cvLoadImage() function, why don't you just pass the second argument of progrm calls? (the argv[1]?

Have you try hard debugging? Examining line by line?