OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Functions
ring_buffer.hpp File Reference
#include <vector>
#include "opencv2/imgproc.hpp"
Include dependency graph for ring_buffer.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::videostab
 

Functions

template<typename T >
const T & cv::videostab::at (int idx, const std::vector< T > &items)
 
template<typename T >
T & cv::videostab::at (int idx, std::vector< T > &items)