Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
73d44c78
Commit
73d44c78
authored
Aug 17, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12172 from alalek:core_move_const_table
parents
31fef14d
5b3ac112
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
mathfuncs.cpp
modules/core/src/mathfuncs.cpp
+0
-0
mathfuncs.hpp
modules/core/src/mathfuncs.hpp
+15
-0
mathfuncs_core.simd.hpp
modules/core/src/mathfuncs_core.simd.hpp
+0
-0
No files found.
modules/core/src/mathfuncs.cpp
View file @
73d44c78
This diff is collapsed.
Click to expand it.
modules/core/src/mathfuncs.hpp
0 → 100644
View file @
73d44c78
// 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
modules/core/src/mathfuncs_core.simd.hpp
View file @
73d44c78
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment