Skip to content

Commit

Permalink
numeric extension move into core 1
Browse files Browse the repository at this point in the history
moved numeric/algorithm.hpp into core
  • Loading branch information
lpranam committed Feb 18, 2022
1 parent 1995201 commit 2562e11
Show file tree
Hide file tree
Showing 12 changed files with 447 additions and 440 deletions.
@@ -1,5 +1,6 @@
//
// Copyright 2020 Debabrata Mandal <mandaldebabrata123@gmail.com>
// Copyright 2021 Pranam Lashkari <plashkari628@gmail.com>
//
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Expand All @@ -8,7 +9,7 @@

#include <boost/gil.hpp>
#include <boost/gil/extension/io/png.hpp>
#include <boost/gil/extension/numeric/algorithm.hpp>
#include <boost/gil/algorithm.hpp>
#include <boost/gil/image_processing/adaptive_histogram_equalization.hpp>

using namespace boost::gil;
Expand Down

0 comments on commit 2562e11

Please sign in to comment.