-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
opencv/opencv
#18823Description
System information (version)
- OpenCV => 4.5 master (commit commit ae4d5d3)
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2017
Detailed description
I have got some errors building python binding :
Severity Code Description Project File Line Suppression State
Error C2065 'string': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65685
Error C2146 syntax error: missing ';' before identifier 'vocabulary' opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65685
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65685
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65699
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65705
Error C2065 'string': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65715
Error C2146 syntax error: missing ';' before identifier 'vocabulary' opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65715
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65715
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65729
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h 65735
Error C2065 'string': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33946
Error C2146 syntax error: missing ';' before identifier 'vocabulary' opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33946
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33946
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33960
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33966
Error C2065 'string': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33976
Error C2146 syntax error: missing ';' before identifier 'vocabulary' opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33976
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33976
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33990
Error C2065 'vocabulary': undeclared identifier opencv_python3 G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h 33996
and cmakeoutput is
--
-- General configuration for OpenCV 4.5.0-dev =====================================
-- Version control: 4.4.0-546-gd0b6637c1d
--
-- Extra modules:
-- Location (extra): G:/Lib/opencv_contrib/modules
-- Version control (extra): 4.1.1-422-gae4d5d3d0
--
-- Platform:
-- Timestamp: 2020-11-04T21:16:04Z
-- Host: Windows 10.0.19041 AMD64
-- CMake: 3.18.4
-- CMake generator: Visual Studio 15 2017 Win64
-- CMake build tool: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe
-- MSVC: 1916
--
-- CPU/HW features:
-- Baseline: SSE SSE2 SSE3
-- requested: SSE3
-- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
-- requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
-- SSE4_1 (16 files): + SSSE3 SSE4_1
-- SSE4_2 (2 files): + SSSE3 SSE4_1 POPCNT SSE4_2
-- FP16 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
-- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
-- AVX2 (30 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
-- AVX512_SKX (7 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX
--
-- C/C++:
-- Built as dynamic libs?: YES
-- C++ standard: 11
-- C++ Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe (ver 19.16.27041.0)
-- C++ flags (Release): /DWIN32 /D_WINDOWS /W4 /GR /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP /MD /O2 /Ob2 /DNDEBUG
-- C++ flags (Debug): /DWIN32 /D_WINDOWS /W4 /GR /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP /MDd /Zi /Ob0 /Od /RTC1
-- C Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe
-- C flags (Release): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /MP /MD /O2 /Ob2 /DNDEBUG
-- C flags (Debug): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /MP /MDd /Zi /Ob0 /Od /RTC1
-- Linker flags (Release): /machine:x64 /INCREMENTAL:NO
-- Linker flags (Debug): /machine:x64 /debug /INCREMENTAL
-- ccache: NO
-- Precompiled headers: YES
-- Extra dependencies: opengl32 glu32
-- 3rdparty dependencies:
--
-- OpenCV modules:
-- To be built: alphamat aruco bgsegm bioinspired calib3d ccalib core datasets dnn dnn_objdetect dnn_superres dpm face features2d flann fuzzy hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor mcc ml objdetect optflow phase_unwrapping photo plot python3 quality rapid reg saliency sfm shape stereo stitching structured_light superres surface_matching text tracking ts video videoio videostab viz xfeatures2d ximgproc xobjdetect xphoto
-- Disabled: gapi rgbd world
-- Disabled by dependency: -
-- Unavailable: cnn_3dobj cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev cvv freetype hdf java js julia matlab ovis python2
-- Applications: tests perf_tests examples apps
-- Documentation: doxygen python
-- Non-free algorithms: YES
--
-- Windows RT support: NO
--
-- GUI:
-- Win32 UI: YES
-- OpenGL support: YES (opengl32 glu32)
-- VTK support: YES (ver 9.0.20200702)
--
-- Media I/O:
-- ZLib: optimized G:/lib/install/zlib/lib/zlibstatic.lib debug G:/lib/install/zlib/lib/zlibstaticd.lib (ver 1.2.11)
-- JPEG: build-libjpeg-turbo (ver 2.0.5-62)
-- WEBP: build (ver encoder: 0x020f)
-- PNG: optimized G:/lib/install/libpng/lib/libpng16_static.lib debug G:/lib/install/libpng/lib/libpng16_staticd.lib (ver 1.6.36)
-- TIFF: build (ver 42 - 4.0.10)
-- JPEG 2000: build (ver 2.3.1)
-- OpenEXR: build (ver 2.3.0)
-- HDR: YES
-- SUNRASTER: YES
-- PXM: YES
-- PFM: YES
--
-- Video I/O:
-- DC1394: NO
-- FFMPEG: YES (prebuilt binaries)
-- avcodec: YES (58.91.100)
-- avformat: YES (58.45.100)
-- avutil: YES (56.51.100)
-- swscale: YES (5.7.100)
-- avresample: YES (4.0.0)
-- GStreamer: NO
-- DirectShow: YES
-- Media Foundation: YES
-- DXVA: YES
--
-- Parallel framework: Concurrency
--
-- Other third-party libraries:
-- Intel IPP: 2020.0.0 Gold [2020.0.0]
-- at: G:/Lib/build/opencv/3rdparty/ippicv/ippicv_win/icv
-- Intel IPP IW: sources (2020.0.0)
-- at: G:/Lib/build/opencv/3rdparty/ippicv/ippicv_win/iw
-- Lapack: NO
-- Eigen: YES (ver 3.3.90)
-- Custom HAL: NO
-- Protobuf: build (3.5.1)
--
-- OpenCL: YES (NVD3D11)
-- Include path: G:/Lib/opencv/3rdparty/include/opencl/1.2
-- Link libraries: Dynamic load
--
-- Python 3:
-- Interpreter: f:/Program Files/Python/python.exe (ver 3.8.5)
-- Libraries: optimized F:/Program Files/Python/libs/python38.lib debug F:/Program Files/Python/libs/python38_d.lib (ver 3.8.5)
-- numpy: f:/Program Files/Python/lib/site-packages/numpy/core/include (ver 1.18.5)
-- install path: f:/Program Files/Python/lib/site-packages/cv2/python-3.8
--
-- Python (for build): f:/Program Files/Python/python.exe
-- Pylint: F:/Program Files/Python/Scripts/pylint.exe (ver: 3.8.5, checks: 181)
-- Flake8: F:/Program Files/Python/Scripts/flake8.exe (ver: 3.8.3)
--
-- Java:
-- ant: NO
-- JNI: C:/Program Files/Java/jdk1.8.0_152/include C:/Program Files/Java/jdk1.8.0_152/include/win32 C:/Program Files/Java/jdk1.8.0_152/include
-- Java wrappers: NO
-- Java tests: NO
--
-- Install to: G:/Lib/install/opencv
-- -----------------------------------------------------------------
--
-- Configuring done
-- Generating done
-- Build files have been written to: G:/Lib/build/opencv
************************* -->devenv debug
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 pour .NET Framework
Copyright (C) Microsoft Corporation. Tous droits r▒serv▒s.
opencv_calib3d_AVX2.vcxproj -> G:\Lib\build\opencv\modules\calib3d\opencv_calib3d_AVX2.dir\Release\opencv_calib3d_AVX2.lib
opencv_core_AVX.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_core_AVX.dir\Release\opencv_core_AVX.lib
opencv_core_AVX2.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_core_AVX2.dir\Release\opencv_core_AVX2.lib
opencv_core_AVX512_SKX.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_core_AVX512_SKX.dir\Release\opencv_core_AVX512_SKX.lib
opencv_core_SSE4_1.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_core_SSE4_1.dir\Release\opencv_core_SSE4_1.lib
opencv_core_SSE4_2.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_core_SSE4_2.dir\Release\opencv_core_SSE4_2.lib
opencv_dnn_AVX.vcxproj -> G:\Lib\build\opencv\modules\dnn\opencv_dnn_AVX.dir\Release\opencv_dnn_AVX.lib
opencv_dnn_AVX2.vcxproj -> G:\Lib\build\opencv\modules\dnn\opencv_dnn_AVX2.dir\Release\opencv_dnn_AVX2.lib
opencv_dnn_AVX512_SKX.vcxproj -> G:\Lib\build\opencv\modules\dnn\opencv_dnn_AVX512_SKX.dir\Release\opencv_dnn_AVX512_SKX.lib
opencv_features2d_AVX2.vcxproj -> G:\Lib\build\opencv\modules\features2d\opencv_features2d_AVX2.dir\Release\opencv_features2d_AVX2.lib
opencv_features2d_AVX512_SKX.vcxproj -> G:\Lib\build\opencv\modules\features2d\opencv_features2d_AVX512_SKX.dir\Release\opencv_features2d_AVX512_SKX.lib
opencv_features2d_SSE4_1.vcxproj -> G:\Lib\build\opencv\modules\features2d\opencv_features2d_SSE4_1.dir\Release\opencv_features2d_SSE4_1.lib
opencv_imgproc_AVX.vcxproj -> G:\Lib\build\opencv\modules\imgproc\opencv_imgproc_AVX.dir\Release\opencv_imgproc_AVX.lib
opencv_imgproc_AVX2.vcxproj -> G:\Lib\build\opencv\modules\imgproc\opencv_imgproc_AVX2.dir\Release\opencv_imgproc_AVX2.lib
opencv_imgproc_AVX512_SKX.vcxproj -> G:\Lib\build\opencv\modules\imgproc\opencv_imgproc_AVX512_SKX.dir\Release\opencv_imgproc_AVX512_SKX.lib
opencv_imgproc_SSE4_1.vcxproj -> G:\Lib\build\opencv\modules\imgproc\opencv_imgproc_SSE4_1.dir\Release\opencv_imgproc_SSE4_1.lib
ippiw.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\ippiw.lib
opencv_core.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_core450.dll
opencv_imgproc.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_imgproc450.dll
opencv_alphamat.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_alphamat450.dll
opencv_flann.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_flann450.dll
opencv_features2d.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_features2d450.dll
opencv_calib3d.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_calib3d450.dll
opencv_aruco.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_aruco450.dll
opencv_video.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_video450.dll
opencv_bgsegm.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_bgsegm450.dll
IlmImf.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\IlmImf.lib
libjpeg-turbo.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\libjpeg-turbo.lib
libopenjp2.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\libopenjp2.lib
libtiff.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\libtiff.lib
libwebp.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\libwebp.lib
opencv_imgcodecs.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_imgcodecs450.dll
opencv_videoio.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_videoio450.dll
opencv_highgui.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_highgui450.dll
opencv_bioinspired.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_bioinspired450.dll
opencv_ccalib.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_ccalib450.dll
libprotobuf.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\libprotobuf.lib
opencv_dnn.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_dnn450.dll
opencv_ml.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_ml450.dll
opencv_text.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_text450.dll
opencv_datasets.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_datasets450.dll
opencv_quality.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_quality450.dll
opencv_dnn_superres.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_dnn_superres450.dll
quirc.vcxproj -> G:\Lib\build\opencv\3rdparty\lib\Release\quirc.lib
opencv_objdetect.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_objdetect450.dll
opencv_dpm.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_dpm450.dll
opencv_photo.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_photo450.dll
opencv_face.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_face450.dll
opencv_fuzzy.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_fuzzy450.dll
opencv_hfs.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_hfs450.dll
opencv_img_hash.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_img_hash450.dll
opencv_intensity_transform.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_intensity_transform450.dll
opencv_line_descriptor.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_line_descriptor450.dll
opencv_mcc.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_mcc450.dll
opencv_ximgproc.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_ximgproc450.dll
opencv_optflow.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_optflow450.dll
opencv_phase_unwrapping.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_phase_unwrapping450.dll
opencv_plot.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_plot450.dll
opencv_rapid.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_rapid450.dll
opencv_reg.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_reg450.dll
opencv_saliency.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_saliency450.dll
numeric.vcxproj -> G:\Lib\build\opencv\lib\Release\numeric.lib
multiview.vcxproj -> G:\Lib\build\opencv\lib\Release\multiview.lib
correspondence.vcxproj -> G:\Lib\build\opencv\lib\Release\correspondence.lib
opencv_shape.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_shape450.dll
opencv_xfeatures2d.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_xfeatures2d450.dll
simple_pipeline.vcxproj -> G:\Lib\build\opencv\lib\Release\simple_pipeline.lib
opencv_sfm.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_sfm450.dll
opencv_stitching.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_stitching450.dll
opencv_viz.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_viz450.dll
opencv_structured_light.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_structured_light450.dll
opencv_superres.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_superres450.dll
opencv_surface_matching.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_surface_matching450.dll
opencv_tracking.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_tracking450.dll
opencv_videostab.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_videostab450.dll
opencv_xobjdetect.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_xobjdetect450.dll
opencv_xphoto.vcxproj -> G:\Lib\build\opencv\bin\Release\opencv_xphoto450.dll
cv2.cpp
G:\Lib\opencv_contrib\modules\sfm\include\opencv2/sfm/simple_pipeline.hpp(87): warning C4244: 'initialisation'▒: conversion de 'double' en 'int', perte possible de donn▒es [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\opencv_contrib\modules\sfm\include\opencv2/sfm/simple_pipeline.hpp(88): warning C4244: 'initialisation'▒: conversion de 'double' en 'int', perte possible de donn▒es [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65685): error C2065: 'string'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65685): error C2146: erreur de syntaxe▒: absence de ';' avant l'identificateur 'vocabulary' [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65685): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65699): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65705): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65715): error C2065: 'string'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65715): error C2146: erreur de syntaxe▒: absence de ';' avant l'identificateur 'vocabulary' [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65715): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65729): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_types_content.h(65735): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33946): error C2065: 'string'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33946): error C2146: erreur de syntaxe▒: absence de ';' avant l'identificateur 'vocabulary' [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33946): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33960): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33966): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33976): error C2065: 'string'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33976): error C2146: erreur de syntaxe▒: absence de ';' avant l'identificateur 'vocabulary' [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33976): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33990): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
G:\Lib\build\opencv\modules\python_bindings_generator\pyopencv_generated_funcs.h(33996): error C2065: 'vocabulary'▒: identificateur non d▒clar▒ [G:\Lib\build\opencv\modules\python3\opencv_python3.vcxproj]
opencv_test_core_AVX.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_test_core_AVX.dir\Release\opencv_test_core_AVX.lib
opencv_test_core_AVX2.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_test_core_AVX2.dir\Release\opencv_test_core_AVX2.lib
opencv_test_core_AVX512_SKX.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_test_core_AVX512_SKX.dir\Release\opencv_test_core_AVX512_SKX.lib
opencv_test_core_FP16.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_test_core_FP16.dir\Release\opencv_test_core_FP16.lib
opencv_test_core_SSE4_1.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_test_core_SSE4_1.dir\Release\opencv_test_core_SSE4_1.lib
opencv_test_core_SSE4_2.vcxproj -> G:\Lib\build\opencv\modules\core\opencv_test_core_SSE4_2.dir\Release\opencv_test_core_SSE4_2.lib