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
157e08f3
Commit
157e08f3
authored
Jul 30, 2014
by
lluis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix warnings from MSVC and remove trailing whitespaces
parent
786876c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
erfilter.hpp
modules/text/include/opencv2/text/erfilter.hpp
+6
-6
erfilter.cpp
modules/text/src/erfilter.cpp
+0
-0
No files found.
modules/text/include/opencv2/text/erfilter.hpp
View file @
157e08f3
...
...
@@ -52,7 +52,7 @@
namespace
cv
{
namespace
text
{
{
/*!
Extremal Region Stat structure
...
...
@@ -266,11 +266,11 @@ enum { ERGROUPING_ORIENTATION_HORIZ = 0,
\param minProbability The minimum probability for accepting a group
\param groups The output of the algorithm are stored in this parameter as list of rectangles.
*/
CV_EXPORTS
void
erGrouping
(
InputArray
img
,
InputArrayOfArrays
channels
,
std
::
vector
<
std
::
vector
<
ERStat
>
>
&
regions
,
std
::
vector
<
std
::
vector
<
Vec2i
>
>
&
groups
,
std
::
vector
<
Rect
>
&
groups_rects
,
int
method
=
ERGROUPING_ORIENTATION_HORIZ
,
CV_EXPORTS
void
erGrouping
(
InputArray
img
,
InputArrayOfArrays
channels
,
std
::
vector
<
std
::
vector
<
ERStat
>
>
&
regions
,
std
::
vector
<
std
::
vector
<
Vec2i
>
>
&
groups
,
std
::
vector
<
Rect
>
&
groups_rects
,
int
method
=
ERGROUPING_ORIENTATION_HORIZ
,
const
std
::
string
&
filename
=
std
::
string
(),
float
minProbablity
=
0.5
);
...
...
modules/text/src/erfilter.cpp
View file @
157e08f3
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