int i=0;
i++;
str.Format("%d",i);
if(!cvSaveImage("photo\\Image"+str+".bmp",kf_tracking->image))
printf("Could not save: %s\n","Image.bmp");
int i=0;
i++;
str.Format("%d",i);
if(!cvSaveImage("photo\\Image"+str+".bmp",kf_tracking->image))
printf("Could not save: %s\n","Image.bmp");