Conceptually compares problems encountered by the installation steps
Concept comparison
| action td> | a medical image processing, registration and segmentation packages td> | used in 3 d computer graphics, image processing and visualization software system td> tr> |
| language td> | ITK are implemented in c + +, can cross platform, can use a variety of different programming languages to develop td> | VTK is on the basis of the principle of object-oriented design and implementation, The kernel is built in C++ and can be used in different languages using | to>ge the build>cess with CMake to ensure the build process is platform-independent. TD> | es CMake to manage the build process to ensure that the build process is platform independent. td> tr> |
| thought td> | extreme programming (core characteristics is communication and test) td> | visualization of pipeline is to achieve the organization form of data to display the results td> tr> tbody> table> Installation steps Cmake-3.9.3-win64-x64 -itk: InsightToolkit-4.12.2/VTK: vtk-8.0.1 The following installations are based on Windows 10, Visual Studio 2015 development platform 1. Create the installation directory . CMake 3. . Configuration ITK/VTK Problems encountered Error configuration process, project files may be invalid CMAKE is not used to select the version of VS on your machine. This is not used to select the version of VS 14 2015 Win64 on your machine. This is not used to select the version of VS 14 2015 Win64 on your machine The Value cannot be null is still being learned windows CMake error: error in configuration process, project files may be invalid Cmake error: error in configuration process, project files may be invalid Problems in compiling VTK with cmake: solutions to error configuration process, project files may be invalid
1. Problem introduction
Then the CPP code:
According to the above, compared with our CMMakelists code, we tried one code after another, and finally found a very hidden error, that is, we must pay attention to the space in CMMakelists!!
rsion a> code>2.8>e> have a space> The third line: VTKd r>red has a s> on line 9, testvtkinstal>cpp has a space on line> In line 11, we change the previous vtkRendering vtkCommon $>tk_libraries} with a>e before. There is nothing wrong with cmake, though, if you simply add a space. However, when VS is compiled later, the following error will occur, so it will be fine to fix it. ![]() Finally, the cmMakelists.txt code:
3. Run in VS
Project files may be invalid appears when cmake compiles opencv3.1, and the debug additional dependency of the compiled opencv3.1 is at the end![]() If the above error occurs, follow the error path to delete the invalid file (its invalid file is TXT file) at the file location specified in the red box below ![]() Additional dependencies under Debug opencv_bioinspired310d.lib opencv_calib3d310d.lib opencv_ccalib310d.lib opencv_core310d.lib opencv_datasets310d.lib opencv_dpm310d.lib ippicvmt.lib opencv_features2d310d.lib opencv_flann310d.lib opencv_fuzzy310d.lib opencv_hdf310d.lib opencv_highgui310d.lib opencv_img_hash310d.lib opencv_imgcodecs310d.lib opencv_imgproc310d.lib opencv_line_descriptor310d.lib opencv_ml310d.lib opencv_objdetect310d.lib opencv_phase_unwrapping310d.lib opencv_photo310d.lib opencv_plot310d.lib opencv_reg310d.lib opencv_rgbd310d.lib opencv_saliency310d.lib opencv_shape310d.lib opencv_stereo310d.lib opencv_stitching310d.lib opencv_structured_light310d.lib opencv_superres310d.lib opencv_surface_matching310d.lib opencv_tracking310d.lib opencv_ts310d.lib opencv_video310d.lib opencv_videoio310d.lib opencv_videostab310d.lib opencv_xobjdetect310d.lib opencv_xphoto310d.lib ippicvmt.lib Error in configuration process, project files may be invalid in cmake compilation
From http://blog.csdn.net/sduvec/article/details/50084963
Problems encountered while compiling Openv3.0. Problems encountered in VTK installation
Tutorial for http://blog.sina.com.cn/s/blog_5e3b04ee0102w296.html; The inside of the”
The working directory \bin\Debug “refers to the folder in the project after Cmake. Unable to debug normal program after installation: Project Properties ->; The linker – & gt; Input where it inherits from the parent. When cmake is compiled, “error in configuration process project files may be invalid” appears
I changed Qt version from 4 to 5, and the problem was solved. However, there are still many problems. Let’s continue
Error configuration process and project file may be invalid appear in cmake compilation
Problems encountered while compiling Openv3.0.
Resolve this by re-downloading and replacing IPPICV_WINDOWS_20141027.zip. After downloading the file, copy it to.. \ Opencv3.0 \ opencv \ sources \ 3 rdparty \ ippicv \ downloads \ Windows – b59f865d1ba16e8c84124e19d78eec57 \ Click and replace to the original file. Configuration: Win7 + Openv3.0 + CMAKE3.4.0 “Error in configuration process project files may be invalid” appears during cmake compilationOpencv_contribCmake problem: CMakeError at cmake/OpenCVUtils cmake: 1043 (file)
opencv3.2+opencv_contrib+cmake/ u> opencv3.2+opencv_contrib+cmake opencv3.2+opencv_contrib+cmake opencv3.2+opencv_contrib+cmake Two methods of cmake in VTK programFirst, GUI mode Install cmake, run cmak-gui. exe, set the source and build directory, as well as the directory where vtkData is located, figurate, generate. The related process is introduced in the network resources such as baidu library. Two, command line mode (DOS command) CmMakelist.txt. The DOS command cmake. Note that the parameter after cmake is the directory where cMakelists.txt is located, and the CPP and header files required are also in that directory. Cmake is a tool to configure the project as per cmakelists.txt and then compile it in VS. Error configuration process, project files may be invalid
Error configuration process, project files may be invalid
1. Problem description OpenCV3.2.0 + OpenCV_contrib +VS2015: Error in CMAKE compilation 4. The appendix CMake error: error in configuration process, project files may be invalid
It is very strange that following the installation steps of others, there is a problem, (OK, actually I was in the process of installation, I was typing, I don’t know, press the wrong button)
![]() You can check for specific errors in Cmake: ![]() Boost_root is an environment variable that should be used in the process of installing BOOSTPRO. The BOOST_ROOT is an environment variable that should be used in the process of installing BOOSTPRO. The BOOST_ROOT is an environment variable. I added myself to this file ![]() //Configure CMake// Configure ![]() Reference: 【 1 】 http://boostpro.com/download/boost_1_47_setup.exe 【 2 】 Cmake always find a Boost libraries at http://stackoverflow.com/questions/19303430/cmake-cannot-find-boost-libraries [3] solution: CMake compile time appear the error in the configuration process project files may be invalid at http://blog.sina.com.cn/s/blog_a2d9d5c60100y1at.html |














