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
1f43999f
Commit
1f43999f
authored
Dec 01, 2014
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3428 from 23pointsNorth:patch-6
parents
aadab03b
303868b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
motion_analysis_and_object_tracking.rst
modules/video/doc/motion_analysis_and_object_tracking.rst
+3
-3
No files found.
modules/video/doc/motion_analysis_and_object_tracking.rst
View file @
1f43999f
...
@@ -911,11 +911,11 @@ Calculates an optical flow.
...
@@ -911,11 +911,11 @@ Calculates an optical flow.
.. ocv:function:: void DenseOpticalFlow::calc(InputArray I0, InputArray I1, InputOutputArray flow)
.. ocv:function:: void DenseOpticalFlow::calc(InputArray I0, InputArray I1, InputOutputArray flow)
:param
prev
: first 8-bit single-channel input image.
:param
I0
: first 8-bit single-channel input image.
:param
next: second input image of the same size and the same type as ``prev
`` .
:param
I1: second input image of the same size and the same type as ``I0
`` .
:param flow: computed flow image that has the same size as ``
prev
`` and type ``CV_32FC2`` .
:param flow: computed flow image that has the same size as ``
I0
`` and type ``CV_32FC2`` .
...
...
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