From de14a5628ad439e20770d10733ebdac46562a860 Mon Sep 17 00:00:00 2001 From: Jorawar Singh Date: Fri, 7 Jul 2017 13:00:37 +0530 Subject: Raspberry Pi function changes and minor gui changes --- help/en_US/CV_CreateImage.xml | 76 ------------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 help/en_US/CV_CreateImage.xml (limited to 'help/en_US/CV_CreateImage.xml') diff --git a/help/en_US/CV_CreateImage.xml b/help/en_US/CV_CreateImage.xml deleted file mode 100644 index 45fde568..00000000 --- a/help/en_US/CV_CreateImage.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - CV_CreateImage - function to create an image object of given size and type - - - - - Calling Sequence - - CV_CreateImage(image_size,bit_depth,no_of_channels) - - - - - - Parameters - - image_size: - width and height of image - bit_depth: - Bit depth of image elements - no_of_channels: - no of channels per pixels - - - - - Description - -This function can be used to create opencv image object. For more info about bit depth and channels,please refer to OpenCV documentation - - -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_LoadImage - - - - - Authors - - Siddhesh Wani - - - -- cgit