OpenCV
3.3.0
Open Source Computer Vision
|
This is the complete list of members for cv::rgbd::RgbdPlane, including all inherited members.
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
empty() const | cv::Algorithm | inlinevirtual |
getBlockSize() const | cv::rgbd::RgbdPlane | inline |
getDefaultName() const | cv::Algorithm | virtual |
getMethod() const | cv::rgbd::RgbdPlane | inline |
getMinSize() const | cv::rgbd::RgbdPlane | inline |
getSensorErrorA() const | cv::rgbd::RgbdPlane | inline |
getSensorErrorB() const | cv::rgbd::RgbdPlane | inline |
getSensorErrorC() const | cv::rgbd::RgbdPlane | inline |
getThreshold() const | cv::rgbd::RgbdPlane | inline |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
operator()(InputArray points3d, InputArray normals, OutputArray mask, OutputArray plane_coefficients) | cv::rgbd::RgbdPlane | |
operator()(InputArray points3d, OutputArray mask, OutputArray plane_coefficients) | cv::rgbd::RgbdPlane | |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
RGBD_PLANE_METHOD enum name | cv::rgbd::RgbdPlane | |
RGBD_PLANE_METHOD_DEFAULT enum value | cv::rgbd::RgbdPlane | |
RgbdPlane(RGBD_PLANE_METHOD method=RGBD_PLANE_METHOD_DEFAULT) | cv::rgbd::RgbdPlane | inline |
save(const String &filename) const | cv::Algorithm | virtual |
setBlockSize(int val) | cv::rgbd::RgbdPlane | inline |
setMethod(int val) | cv::rgbd::RgbdPlane | inline |
setMinSize(int val) | cv::rgbd::RgbdPlane | inline |
setSensorErrorA(double val) | cv::rgbd::RgbdPlane | inline |
setSensorErrorB(double val) | cv::rgbd::RgbdPlane | inline |
setSensorErrorC(double val) | cv::rgbd::RgbdPlane | inline |
setThreshold(double val) | cv::rgbd::RgbdPlane | inline |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |