2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 16:22:14 +00:00

numeric extension move into core part 5

moved numeric/kernel.hpp into core
This commit is contained in:
Pranam Lashkari
2021-12-30 10:17:37 +05:30
parent 87a3157c4b
commit 9bd8642f69
20 changed files with 387 additions and 366 deletions

View File

@@ -8,7 +8,7 @@
#include <boost/gil.hpp>
#include <boost/gil/extension/io/jpeg.hpp>
#include <boost/gil/extension/numeric/kernel.hpp>
#include <boost/gil/image_processing/kernel.hpp>
#include <boost/gil/image_processing/convolve.hpp>
// Convolves the image with a Gaussian kernel.