I am new to this concept and I believe that is should be the silliest question anyone to ask here. SOrry but I am really not sure.
image = imread(argv[1], CV_LOAD_IMAGE_COLOR);
My problem is, reading image using imread in opencv, i see in the samples that they use the function argv[1]. My confusion is that where is the image suppose to be stored so that i can read in this command method.
My image is stored in desktop in a folder image. My program is also on desktop with name. image.cpp.
Where should i place the image so i can used the command line to read it.