From 45bb4c81ba70d5f711d8a5ea207ac18b141d0cb2 Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Fri, 7 Jul 2017 11:21:16 +0530 Subject: Removed HTML and XML files --- help/en_US/CV_GetImgSize.xml | 75 -------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 help/en_US/CV_GetImgSize.xml (limited to 'help/en_US/CV_GetImgSize.xml') diff --git a/help/en_US/CV_GetImgSize.xml b/help/en_US/CV_GetImgSize.xml deleted file mode 100644 index 717c808..0000000 --- a/help/en_US/CV_GetImgSize.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - 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 - - - -- cgit