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_Threshold.xml | 81 --------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 2.3-1/help/en_US/CV_Threshold.xml (limited to '2.3-1/help/en_US/CV_Threshold.xml') diff --git a/2.3-1/help/en_US/CV_Threshold.xml b/2.3-1/help/en_US/CV_Threshold.xml deleted file mode 100644 index 0de0c145..00000000 --- a/2.3-1/help/en_US/CV_Threshold.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - CV_Threshold - function to threshold input image - - - - - Calling Sequence - - dst = CV_Threshold(srcimg,code,threshold,max_value,thresh_type) - - - - - - Parameters - - srcimg: - source image to be converted - threshold: - threshold value - max_value: - maximum value to be used with THRESH_BINARY and THRESH_BINARY_INV - thresh_type: - Type for threshold. It can one of the following: THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV - - - - - Description - -This function can be used for converting an image to other colorspace. -Refer OpenCV documentation for list of available conversions - - -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