Ask Your Question

Revision history [back]

Hello, decomposeHomographyMat is stored in OpenCv's source/modules/calib3d/src file.

When I use in my .cpp file using preprocessing directives in #include to use decomposeHomographyMat, I got errors

Error 1 error C1189: #error : this is a private header which should not be used from outside of the OpenCV library D:\Darshana\Opencv_3_1_0\opencv\build\include\opencv2\core\private.hpp 48 1 OM_Opencv_3_1 2 IntelliSense: #error directive: this is a private header which should not be used from outside of the OpenCV library d:\Darshana\Opencv_3_1_0\opencv\build\include\opencv2\core\private.hpp 48 4 OM_Opencv_3_1 3 IntelliSense: cannot open source file "ipp.h" d:\Darshana\Opencv_3_1_0\opencv\build\include\opencv2\core\private.hpp 194 1 OM_Opencv_3_1 4 IntelliSense: identifier "IppiSize" is undefined d:\Darshana\Opencv_3_1_0\opencv\build\include\opencv2\core\private.hpp 212 15 OM_Opencv_3_1 5 IntelliSense: identifier "IppiSize" is undefined d:\Darshana\Opencv_3_1_0\opencv\build\include\opencv2\core\private.hpp 218 15 OM_Opencv_3_1 6 IntelliSense: identifier "IppiBorderType" is undefined d:\Darshana\Opencv_3_1_0\opencv\build\include\opencv2\core\private.hpp 224 15 OM_Opencv_3_1 7 IntelliSense: identifier "IppDataType" is undefined d:\Darshana\Opencv_3_1_0\opencv\build\include\opencv2\core\private.hpp 233 15 OM_Opencv_3_1

Can you please help me to resolve these errors?

Thank you,