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
0d39db68
Commit
0d39db68
authored
Jan 15, 2015
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #156 from jaybosamiya/master
Fix typo in ERFilter
parents
ac5ffe31
e2253ea4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
erfilter.rst
modules/text/doc/erfilter.rst
+1
-1
erfilter.hpp
modules/text/include/opencv2/text/erfilter.hpp
+1
-1
No files found.
modules/text/doc/erfilter.rst
View file @
0d39db68
...
...
@@ -160,7 +160,7 @@ The key method of ERFilter algorithm. Takes image on input and returns the selec
.. ocv:function:: void ERFilter::run( InputArray image, std::vector<ERStat>& regions )
:param image: Sinle channel image ``CV_8UC1``
:param image: Sin
g
le channel image ``CV_8UC1``
:param regions: Output for the 1st stage and Input/Output for the 2nd. The selected Extremal Regions are stored here.
Extracts the component tree (if needed) and filter the extremal regions (ER's) by using a given classifier.
...
...
modules/text/include/opencv2/text/erfilter.hpp
View file @
0d39db68
...
...
@@ -140,7 +140,7 @@ public:
Takes image on input and returns the selected regions in a vector of ERStat only distinctive
ERs which correspond to characters are selected by a sequential classifier
@param image Sinle channel image CV_8UC1
@param image Sin
g
le channel image CV_8UC1
@param regions Output for the 1st stage and Input/Output for the 2nd. The selected Extremal Regions
are stored here.
...
...
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