Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2015-05-21 00:15:43 -0600

Nbb gravatar image

How to include all header files in a folder

Hello forum,

cvtColor from this tutorial http://docs.opencv.org/doc/tutorials/introduction/load_save_image/load_save_image.html#load-save-image does not work even after i copy-pasted the code.

I found out that I am supposed to write #include <opencv2 imgproc="" imgproc.hpp=""> for cvtColor to work. I was hoping someone could tell me how i can include ALL header files in a specific folder. Thank you.

How to include all header files in a folder

Hello forum,

cvtColor from this tutorial http://docs.opencv.org/doc/tutorials/introduction/load_save_image/load_save_image.html#load-save-image does not work even after i copy-pasted the code.

I found out that I am supposed to write #include <opencv2 imgproc="" imgproc.hpp=""> for cvtColor to work. I was hoping someone could tell me how i can include ALL header files in a specific folder. Thank you.

EDIT: Also how do i know what my current working directory is. And what does /../../ mean ? I have no clue where ../../images/Gray_Image.jpg saves the image at.