You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem appears in Windows and Linux. I have reproduced this problem only without the flann module, however, other modules disabling may lead to the same problem too.
There is no such problem while directly building OpenCV without opencv-python project with the same modules disabled, while configured with cmake -DBUILD_opencv_calib3d=OFF -DBUILD_opencv_flann=OFF -DPYTHON3_EXECUTABLE=$(which python3.9) ../
In Windows these flags give no build errors: -DBUILD_opencv_calib3d=OFF -DBUILD_opencv_ml=OFF -DBUILD_opencv_objdetect=OFF -DBUILD_opencv_photo=OFF -DBUILD_opencv_stitching=OFF -DBUILD_opencv_video=OFF
And each one of these give build error in different places: -DBUILD_opencv_flann=OFF -DBUILD_opencv_features2d=OFF
Others related to the internal modules not tested.
This problem appears in Windows and Linux. I have reproduced this problem only without the flann module, however, other modules disabling may lead to the same problem too.
There is no such problem while directly building OpenCV without opencv-python project with the same modules disabled, while configured with
cmake -DBUILD_opencv_calib3d=OFF -DBUILD_opencv_flann=OFF -DPYTHON3_EXECUTABLE=$(which python3.9) ../
So, this namely an opencv-python problem.
Steps to reproduce in the manylinux2014 docker:
This give the following error:
The text was updated successfully, but these errors were encountered: