Image registration is a fundamental task in image processing used to match two different images of same object acquired under different situations and at different times. Implementation of image registration can be intensity value based or feature based. Implementing intensity based image registration technique with reduced time delay on embedded platform DevKit-8500D is presented in this paper. DevKit-8500D is used due to its compatibility for higher programming language such as C/C++ and hardware availability of on-board DSP making it adequate for image and video processing. Template matching on resized images by computation of cross-correlation is used for registration purpose to reduce the computational delay of whole process. A comparison between normal and resized images is also presented to show errors produced in results due to resizing operation and to emphasize on reduced amount of time-delay.