I am trying to learn opencv, and I'm stalled on the first tutorial because I can't figure out how to complile and run the code.
Here is the tutorial: https://docs.opencv.org/2.4/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.html#matthebasicimagecontainer
The tutorial does not say what #include
statements to use or how to compile using g++
or any other compiler. I would like to know how to run this code.