From ea958d3c401761dcc24865d9639b2fab31038db8 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Thu, 6 Jul 2017 15:48:47 +0530 Subject: Revert "LinearAlgebra Function Added" --- help/en_US/CV_CreateImage.xml | 76 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create 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 new file mode 100644 index 00000000..45fde568 --- /dev/null +++ b/help/en_US/CV_CreateImage.xml @@ -0,0 +1,76 @@ + + + + + + + + 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