function similar to cvWaitKey
CV_WaitKey(delay)
waiting delay, if 0 then wait till keypress
This function can be used for inseting some delay. This function must follow CV_ShowImage to display image.
This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for OpenCV