Commit 73d44c78 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12172 from alalek:core_move_const_table

parents 31fef14d 5b3ac112
This diff is collapsed.
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef OPENCV_CORE_SRC_MATHFUNCS_HPP
#define OPENCV_CORE_SRC_MATHFUNCS_HPP
namespace cv { namespace details {
const double* getExpTab64f();
const float* getExpTab32f();
const double* getLogTab64f();
const float* getLogTab32f();
}} // namespace
#endif // OPENCV_CORE_SRC_MATHFUNCS_HPP
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment