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
ab8ba047
Commit
ab8ba047
authored
Aug 20, 2018
by
Kuang Fangjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a typo.
parent
322c6b1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+1
-1
No files found.
modules/imgproc/include/opencv2/imgproc.hpp
View file @
ab8ba047
...
@@ -1867,7 +1867,7 @@ until the center stays within a set threshold.
...
@@ -1867,7 +1867,7 @@ until the center stays within a set threshold.
@param corners Initial coordinates of the input corners and refined coordinates provided for
@param corners Initial coordinates of the input corners and refined coordinates provided for
output.
output.
@param winSize Half of the side length of the search window. For example, if winSize=Size(5,5) ,
@param winSize Half of the side length of the search window. For example, if winSize=Size(5,5) ,
then a \f$
5*2+1 \times 5*2+1
= 11 \times 11\f$ search window is used.
then a \f$
(5*2+1) \times (5*2+1)
= 11 \times 11\f$ search window is used.
@param zeroZone Half of the size of the dead region in the middle of the search zone over which
@param zeroZone Half of the size of the dead region in the middle of the search zone over which
the summation in the formula below is not done. It is used sometimes to avoid possible
the summation in the formula below is not done. It is used sometimes to avoid possible
singularities of the autocorrelation matrix. The value of (-1,-1) indicates that there is no such
singularities of the autocorrelation matrix. The value of (-1,-1) indicates that there is no such
...
...
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