Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
b56353a7
Commit
b56353a7
authored
Jul 31, 2014
by
lluis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a bug that prevents opencv_python module to build together with opecv_text
parent
bbca7b0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
erfilter.hpp
modules/text/include/opencv2/text/erfilter.hpp
+8
-8
No files found.
modules/text/include/opencv2/text/erfilter.hpp
View file @
b56353a7
...
...
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_
OBJDETEC
T_ERFILTER_HPP__
#define __OPENCV_
OBJDETEC
T_ERFILTER_HPP__
#ifndef __OPENCV_
TEX
T_ERFILTER_HPP__
#define __OPENCV_
TEX
T_ERFILTER_HPP__
#include "opencv2/core.hpp"
#include <vector>
...
...
@@ -217,8 +217,8 @@ CV_EXPORTS Ptr<ERFilter::Callback> loadClassifierNM2(const std::string& filename
// computeNMChannels operation modes
enum
{
ERFILTER_NM_RGBLGrad
=
0
,
ERFILTER_NM_IHSGrad
=
1
enum
{
ERFILTER_NM_RGBLGrad
,
ERFILTER_NM_IHSGrad
};
/*!
...
...
@@ -241,9 +241,9 @@ CV_EXPORTS void computeNMChannels(InputArray _src, OutputArrayOfArrays _channels
// erGrouping operation modes
enum
{
ERGROUPING_ORIENTATION_HORIZ
=
0
,
ERGROUPING_ORIENTATION_ANY
=
1
};
enum
{
ERGROUPING_ORIENTATION_HORIZ
,
ERGROUPING_ORIENTATION_ANY
};
/*!
Find groups of Extremal Regions that are organized as text blocks. This function implements
...
...
@@ -276,4 +276,4 @@ CV_EXPORTS void erGrouping(InputArray img, InputArrayOfArrays channels,
}
}
#endif // _OPENCV_ERFILTER_HPP_
#endif // _OPENCV_
TEXT_
ERFILTER_HPP_
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