无法在代码块中导入Boost GIL库

时间:2019-03-10 09:56:47

标签: c++ boost codeblocks boost-gil

我试图编译这段代码

#include <boost/gil.hpp>
#include <boost/gil/extension/io/jpeg.hpp>

#include <algorithm>
#include <fstream>

// Example file to demonstrate a way to compute a histogram

using namespace boost::gil;

在编译器设置中添加库路径的图像 enter image description here

我也已经将路径添加到boost库中,但是程序仍未编译。

0 个答案:

没有答案
相关问题