OpenCV
4.10.0-dev
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 |
create(int method, int block_size, int min_size, double threshold, double sensor_error_a=0, double sensor_error_b=0, double sensor_error_c=0) | cv::rgbd::RgbdPlane | static |
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(int method=RgbdPlane::RGBD_PLANE_METHOD_DEFAULT) | cv::rgbd::RgbdPlane | inline |
RgbdPlane(int method, int block_size, int min_size, double threshold, double sensor_error_a=0, double sensor_error_b=0, double sensor_error_c=0) | cv::rgbd::RgbdPlane | |
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 |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |
~RgbdPlane() | cv::rgbd::RgbdPlane |