From 4d7c91e9cfaf823b784961a5762b00040893e3e3 Mon Sep 17 00:00:00 2001 From: Ankitr19 Date: Fri, 7 Jul 2017 14:17:54 +0530 Subject: Html and xml files removed --- 2.3-1/help/en_US/CV_GetImgSize.xml | 75 -------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 2.3-1/help/en_US/CV_GetImgSize.xml (limited to '2.3-1/help/en_US/CV_GetImgSize.xml') diff --git a/2.3-1/help/en_US/CV_GetImgSize.xml b/2.3-1/help/en_US/CV_GetImgSize.xml deleted file mode 100644 index 717c8086..00000000 --- a/2.3-1/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