#include <Stereo.h>
|
| void | updateStatus (const std::vector< cv::Point2f > &leftCorners, const std::vector< cv::Point2f > &rightCorners, std::vector< unsigned char > &status) const |
| |
Definition at line 78 of file Stereo.h.
◆ StereoOpticalFlow()
◆ ~StereoOpticalFlow()
| virtual rtabmap::StereoOpticalFlow::~StereoOpticalFlow |
( |
| ) |
|
|
inlinevirtual |
◆ computeCorrespondences()
| std::vector< cv::Point2f > rtabmap::StereoOpticalFlow::computeCorrespondences |
( |
const cv::Mat & |
leftImage, |
|
|
const cv::Mat & |
rightImage, |
|
|
const std::vector< cv::Point2f > & |
leftCorners, |
|
|
std::vector< unsigned char > & |
status |
|
) |
| const |
|
virtual |
◆ epsilon()
| float rtabmap::StereoOpticalFlow::epsilon |
( |
| ) |
const |
|
inline |
◆ isGpuEnabled()
| bool rtabmap::StereoOpticalFlow::isGpuEnabled |
( |
| ) |
const |
|
virtual |
◆ parseParameters()
| void rtabmap::StereoOpticalFlow::parseParameters |
( |
const ParametersMap & |
parameters | ) |
|
|
virtual |
◆ updateStatus()
| void rtabmap::StereoOpticalFlow::updateStatus |
( |
const std::vector< cv::Point2f > & |
leftCorners, |
|
|
const std::vector< cv::Point2f > & |
rightCorners, |
|
|
std::vector< unsigned char > & |
status |
|
) |
| const |
|
private |
◆ epsilon_
| float rtabmap::StereoOpticalFlow::epsilon_ |
|
private |
◆ gpu_
| bool rtabmap::StereoOpticalFlow::gpu_ |
|
private |
The documentation for this class was generated from the following files: