OpenCV 4.11.0
开源计算机视觉
|
这是cv::rgbd::RgbdPlane的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
clear() | cv::Algorithm | 内联虚函数 |
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 | 静态 |
empty() const | cv::Algorithm | 内联虚函数 |
getBlockSize() const | cv::rgbd::RgbdPlane | 内联 |
getDefaultName() const | cv::Algorithm | 虚函数 |
getMethod() const | cv::rgbd::RgbdPlane | 内联 |
getMinSize() const | cv::rgbd::RgbdPlane | 内联 |
getSensorErrorA() const | cv::rgbd::RgbdPlane | 内联 |
getSensorErrorB() const | cv::rgbd::RgbdPlane | 内联 |
getSensorErrorC() const | cv::rgbd::RgbdPlane | 内联 |
getThreshold() const | cv::rgbd::RgbdPlane | 内联 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
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 | 内联虚函数 |
read(const FileNode &fn) | cv::Algorithm | 内联静态 |
RGBD_PLANE_METHOD 枚举名称 | cv::rgbd::RgbdPlane | |
RGBD_PLANE_METHOD_DEFAULT 枚举值 | cv::rgbd::RgbdPlane | |
RgbdPlane(int method=RgbdPlane::RGBD_PLANE_METHOD_DEFAULT) | cv::rgbd::RgbdPlane | 内联 |
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 | 虚函数 |
setBlockSize(int val) | cv::rgbd::RgbdPlane | 内联 |
setMethod(int val) | cv::rgbd::RgbdPlane | 内联 |
setMinSize(int val) | cv::rgbd::RgbdPlane | 内联 |
setSensorErrorA(double val) | cv::rgbd::RgbdPlane | 内联 |
setSensorErrorB(double val) | cv::rgbd::RgbdPlane | 内联 |
setSensorErrorC(double val) | cv::rgbd::RgbdPlane | 内联 |
setThreshold(double val) | cv::rgbd::RgbdPlane | 内联 |
write(FileStorage &fs) const | cv::Algorithm | 内联虚函数 |
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 | 保护 |
~Algorithm() | cv::Algorithm | 虚函数 |
~RgbdPlane() | cv::rgbd::RgbdPlane |