First time here? Check out the FAQ!
answered 2014-11-05 03:20:55 -0600
It's simply
image = imread(argv[1], CV_LOAD_IMAGE_COLOR);
but google would have helped you also...