We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6674a commit 0769c13Copy full SHA for 0769c13
modules/ximgproc/include/opencv2/ximgproc/sparse_table_morphology.hpp
@@ -19,7 +19,7 @@ namespace stMorph {
19
* @struct kernelDecompInfo
20
* @brief struct to hold the results of decomposing the structuring element.
21
*/
22
-typedef struct _kernelDecompInfo
+struct CV_EXPORTS kernelDecompInfo
23
{
24
//! rows of the original kernel.
25
int rows;
@@ -41,7 +41,7 @@ typedef struct _kernelDecompInfo
41
Point anchor;
42
//! Number of times erosion and dilation are applied.
43
int iterations;
44
-} kernelDecompInfo;
+}
45
46
/**
47
* @brief Decompose the structuring element.
0 commit comments