public class opencv_cudaoptflow extends opencv_cudaoptflow
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_cudaoptflow.BroxOpticalFlow
\brief Class computing the optical flow for two images using Brox et al Optical Flow algorithm (\cite Brox2004).
|
static class |
opencv_cudaoptflow.DenseOpticalFlow
\brief Base interface for dense optical flow algorithms.
|
static class |
opencv_cudaoptflow.DensePyrLKOpticalFlow
\brief Class used for calculating a dense optical flow.
|
static class |
opencv_cudaoptflow.FarnebackOpticalFlow
\brief Class computing a dense optical flow using the Gunnar Farneback's algorithm.
|
static class |
opencv_cudaoptflow.OpticalFlowDual_TVL1
\brief Implementation of the Zach, Pock and Bischof Dual TV-L1 Optical Flow method.
|
static class |
opencv_cudaoptflow.SparseOpticalFlow
\brief Base interface for sparse optical flow algorithms.
|
static class |
opencv_cudaoptflow.SparsePyrLKOpticalFlow
\brief Class used for calculating a sparse optical flow.
|
| Constructor and Description |
|---|
opencv_cudaoptflow() |
Copyright © 2018. All rights reserved.