Class cv::cuda::DensePyrLKOpticalFlow#
Class used for calculating a dense optical flow. View details
#include <opencv2/cudaoptflow.hpp>Collaboration diagram for cv::cuda::DensePyrLKOpticalFlow:
Public Member Functions#
Public Member Functions inherited from cv::cuda::DenseOpticalFlow
Return |
Name |
Description |
|---|---|---|
|
|
Calculates a dense optical flow. |
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
Class used for calculating a dense optical flow.
The class can calculate an optical flow for a dense optical flow using the iterative Lucas-Kanade method with pyramids.
Member Function Documentation#
getMaxLevel()#
int cv::cuda::DensePyrLKOpticalFlow::getMaxLevel()
getNumIters()#
int cv::cuda::DensePyrLKOpticalFlow::getNumIters()
getUseInitialFlow()#
bool cv::cuda::DensePyrLKOpticalFlow::getUseInitialFlow()
getWinSize()#
Size cv::cuda::DensePyrLKOpticalFlow::getWinSize()
setMaxLevel()#
void cv::cuda::DensePyrLKOpticalFlow::setMaxLevel(int maxLevel)
setNumIters()#
void cv::cuda::DensePyrLKOpticalFlow::setNumIters(int iters)
setUseInitialFlow()#
void cv::cuda::DensePyrLKOpticalFlow::setUseInitialFlow(bool useInitialFlow)
setWinSize()#
void cv::cuda::DensePyrLKOpticalFlow::setWinSize(Size winSize)
create()#
static Ptr< DensePyrLKOpticalFlow > cv::cuda::DensePyrLKOpticalFlow::create(
Size winSize = Size(13, 13),
int maxLevel = 3,
int iters = 30,
bool useInitialFlow = false )
Source file#
The documentation for this class was generated from the following file:
opencv2/cudaoptflow.hpp