CV_GetImgSize function to get size of the image (width*height) Calling Sequence CV_GetImgSize(img) Parameters img: image whose size is to be returned Description This function can be used for retriving size information of the image. It returs an array with first image element as width and second as height This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for OpenCV Examples See also CV_CreateImage Authors Siddhesh Wani