CV_GetImgSizefunction to get size of the image (width*height)Calling Sequence
CV_GetImgSize(img)
Parametersimg: image whose size is to be returnedDescription
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
ExamplesSee alsoCV_CreateImageAuthorsSiddhesh Wani