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
e10d7b26
Commit
e10d7b26
authored
Apr 09, 2012
by
Ilya Lysenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated a comment about return value in meanShift and CamShift
parent
bc803ec9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
camshift.cpp
modules/video/src/camshift.cpp
+2
-4
No files found.
modules/video/src/camshift.cpp
View file @
e10d7b26
...
@@ -52,9 +52,8 @@
...
@@ -52,9 +52,8 @@
// windowOut - Location, height and width of converged CAMSHIFT window
// windowOut - Location, height and width of converged CAMSHIFT window
// len - If != NULL, return equivalent len
// len - If != NULL, return equivalent len
// width - If != NULL, return equivalent width
// width - If != NULL, return equivalent width
// itersUsed - Returns number of iterations CAMSHIFT took to converge
// Returns:
// Returns:
//
The function itself returns the area found
//
Number of iterations CAMSHIFT took to converge
// Notes:
// Notes:
//F*/
//F*/
CV_IMPL
int
CV_IMPL
int
...
@@ -155,9 +154,8 @@ cvMeanShift( const void* imgProb, CvRect windowIn,
...
@@ -155,9 +154,8 @@ cvMeanShift( const void* imgProb, CvRect windowIn,
// len - If != NULL, return equivalent len
// len - If != NULL, return equivalent len
// width - If != NULL, return equivalent width
// width - If != NULL, return equivalent width
// area - sum of all elements in result window
// area - sum of all elements in result window
// itersUsed - Returns number of iterations CAMSHIFT took to converge
// Returns:
// Returns:
//
The function itself returns the area found
//
Number of iterations CAMSHIFT took to converge
// Notes:
// Notes:
//F*/
//F*/
CV_IMPL
int
CV_IMPL
int
...
...
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