0

I want to know how to pass the filenames with their respective paths as command line arguements in OpenCV. I'am using Visaul C to develop my OpenCV project. Whenever I run the exe file created after building it in VS it generates error stating Unable to load from file. I want to ask what is the way in which I can run the OpenCV project by passing required command line parameters.

jilles de wit
  • 7,060
  • 3
  • 26
  • 50
Punit
  • 149
  • 3
  • 9

1 Answers1

1

If I understand your question correctly then this question about command-line parameters while debugging in VC++ answers it. Specifically this answer.

Community
  • 1
  • 1
jilles de wit
  • 7,060
  • 3
  • 26
  • 50