Issues in Reading set of images
for(int i=22; i<24; i++){
IplImage *img = cvLoadImage("%d.jpg",i);
}
Please tell me how can I Load set of images from project file.It works for loading one image but when I code it like this it do not work.Please help me for load the set of images in a loop.