pub trait CUDA_NvidiaOpticalFlow_1_0Const: CUDA_NvidiaHWOpticalFlowConst {
fn as_raw_CUDA_NvidiaOpticalFlow_1_0(&self) -> *const c_void;
}
Expand description
Class for computing the optical flow vectors between two images using NVIDIA Optical Flow hardware and Optical Flow SDK 1.0.
Note:
- A sample application demonstrating the use of NVIDIA Optical Flow can be found at opencv_contrib_source_code/modules/cudaoptflow/samples/nvidia_optical_flow.cpp
- An example application comparing accuracy and performance of NVIDIA Optical Flow with other optical flow algorithms in OpenCV can be found at opencv_contrib_source_code/modules/cudaoptflow/samples/optical_flow.cpp