learning opencv中的代码怎么操作?没有sln或者dsw文件

learning opencv中的代码如何操作??没有sln或者dsw文件
# EXAMPLES OF HOW TO RUN THE PROGRAMS ASSUMING YOU ARE IN THEIR DIRECTORY
# On Linux, make the files using "make" (which will invoke Makefile in the directory)
# If you just copy programs from the pdf of the book, watch out that the 
# quote characters aren't special characters. 
#
# I put a calibration pattern, OpenCV_Chessboard.png in this directory
# print it out and tape it to any rigid object like a book or binder. It's
# for use with the camera calibration programs in Chapter 11.
#

#------------------------------------------------------------------------#
------解决方案--------------------
我看你才没有理解我的意思,Opencv是跨平台的,linux下面可以运行,windows下面也可以,什么sln、dsw只是vc需要的,把那些代码加入VC的工程就可以了
------解决方案--------------------
项目中可以移除和添加CPP文件,LZ这里只是学习,所以只要移除当前CPP文件并添加下一个CPP文件就可学习下一个程序了。不需要建立多个项目。另外还有一个好处是可以不用老是重复配置