OpenCV 4.10.0
开源计算机视觉库
|
这是 cv::rgbd::RgbdPlane 的所有成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
清除() | 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 | 静态 |
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 枚举名称 | cv::rgbd::RgbdPlane | |
RGBD_PLANE_METHOD_DEFAULT 枚举值 | 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 | 受保护 |
~Algorithm() | cv::Algorithm | virtual |
~RgbdPlane() | cv::rgbd::RgbdPlane |