From a5d857eda8cd689e675ad590647d4553cf59c4f6 Mon Sep 17 00:00:00 2001 From: Naba Kumar Date: Mon, 12 Dec 2016 12:38:43 +0200 Subject: [PATCH] Update docs for 32f support in morphology operation --- modules/cudafilters/include/opencv2/cudafilters.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cudafilters/include/opencv2/cudafilters.hpp b/modules/cudafilters/include/opencv2/cudafilters.hpp index c732a9d990..1e25e5602d 100644 --- a/modules/cudafilters/include/opencv2/cudafilters.hpp +++ b/modules/cudafilters/include/opencv2/cudafilters.hpp @@ -250,7 +250,7 @@ CV_EXPORTS Ptr createGaussianFilter(int srcType, int dstType, Size ksize - **MORPH_GRADIENT** morphological gradient - **MORPH_TOPHAT** "top hat" - **MORPH_BLACKHAT** "black hat" -@param srcType Input/output image type. Only CV_8UC1 and CV_8UC4 are supported. +@param srcType Input/output image type. Only CV_8UC1, CV_8UC4, CV_32FC1 and CV_32FC4 are supported. @param kernel 2D 8-bit structuring element for the morphological operation. @param anchor Anchor position within the structuring element. Negative values mean that the anchor is at the center.