convolve.hpp 554 B

1234567891011121314151617
  1. //
  2. // Copyright 2005-2007 Adobe Systems Incorporated
  3. // Copyright 2019 Miral Shah <[email protected]>
  4. // Copyright 2019-2021 Pranam Lashkari <[email protected]>
  5. //
  6. // Distributed under the Boost Software License, Version 1.0
  7. // See accompanying file LICENSE_1_0.txt or copy at
  8. // http://www.boost.org/LICENSE_1_0.txt
  9. //
  10. #ifndef BOOST_GIL_EXTENSION_NUMERIC_CONVOLVE_HPP
  11. #define BOOST_GIL_EXTENSION_NUMERIC_CONVOLVE_HPP
  12. #include <boost/config/header_deprecated.hpp>
  13. BOOST_HEADER_DEPRECATED("<boost/gil/image_processing/convolve.hpp>")
  14. #endif