Open meakcey opened 1 year ago
disable sfm module or update to 4.8
i am having the same problem with 4.8 too
disable sfm module
disabling sfm seems worked i have missed the ceres solver needed for sfm thank you
Moved to opencv_contrib as it's related to sfm.
@meakcey you must not copy opencv_contrib in opencv folder. Contrib modules are under constant development and it is recommended to use them alongside the master branch or latest releases of OpenCV.
disabling sfm seems worked i have missed the ceres solver needed for sfm thank you
How did you disable sfm?
System information (version)
I am having problem while compiling OpenCV 4.7 and 4.8 as assert identifier not found.
CMake configuration as below
When I try to build as Release on VS2019, getting so many errors like below C3861 'assert':identifier not found through the projects numeric, multiview
If I manually add
include
that is getting resolved for related project but I think it is more general problem.
I would be glad if anyone can help.