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
daaa5a18
Commit
daaa5a18
authored
Aug 15, 2014
by
Vadim Pisarevsky
Committed by
Alexander Alekhin
Aug 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed duplicated Hershey fonts
parent
b70a391e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
precomp.hpp
modules/core/src/precomp.hpp
+0
-2
tables.cpp
modules/core/src/tables.cpp
+0
-0
No files found.
modules/core/src/precomp.hpp
View file @
daaa5a18
...
...
@@ -99,8 +99,6 @@ extern const float g_8x32fTab[];
extern
const
ushort
g_8x16uSqrTab
[];
#define CV_SQR_8U(x) cv::g_8x16uSqrTab[(x)+255]
extern
const
char
*
g_HersheyGlyphs
[];
extern
const
uchar
g_Saturate8u
[];
#define CV_FAST_CAST_8U(t) (assert(-256 <= (t) && (t) <= 512), cv::g_Saturate8u[(t)+256])
#define CV_MIN_8U(a,b) ((a) - CV_FAST_CAST_8U((a) - (b)))
...
...
modules/core/src/tables.cpp
View file @
daaa5a18
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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