This is the complete list of members for cv::rgbd::RgbdNormals, including all inherited members.
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
cols_ | cv::rgbd::RgbdNormals | protected |
create(int rows, int cols, int depth, InputArray K, int window_size=5, int method=RgbdNormals::RGBD_NORMALS_METHOD_FALS) | cv::rgbd::RgbdNormals | static |
depth_ | cv::rgbd::RgbdNormals | protected |
empty() const | cv::Algorithm | inlinevirtual |
getCols() const | cv::rgbd::RgbdNormals | inline |
getDefaultName() const | cv::Algorithm | virtual |
getDepth() const | cv::rgbd::RgbdNormals | inline |
getK() const | cv::rgbd::RgbdNormals | inline |
getMethod() const | cv::rgbd::RgbdNormals | inline |
getRows() const | cv::rgbd::RgbdNormals | inline |
getWindowSize() const | cv::rgbd::RgbdNormals | inline |
initialize() const | cv::rgbd::RgbdNormals | |
initialize_normals_impl(int rows, int cols, int depth, const Mat &K, int window_size, int method) const | cv::rgbd::RgbdNormals | protected |
K_ | cv::rgbd::RgbdNormals | protected |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
method_ | cv::rgbd::RgbdNormals | protected |
operator()(InputArray points, OutputArray normals) const | cv::rgbd::RgbdNormals | |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
rgbd_normals_impl_ | cv::rgbd::RgbdNormals | mutableprotected |
RGBD_NORMALS_METHOD enum name | cv::rgbd::RgbdNormals | |
RGBD_NORMALS_METHOD_FALS enum value | cv::rgbd::RgbdNormals | |
RGBD_NORMALS_METHOD_LINEMOD enum value | cv::rgbd::RgbdNormals | |
RGBD_NORMALS_METHOD_SRI enum value | cv::rgbd::RgbdNormals | |
RgbdNormals() | cv::rgbd::RgbdNormals | inline |
RgbdNormals(int rows, int cols, int depth, InputArray K, int window_size=5, int method=RgbdNormals::RGBD_NORMALS_METHOD_FALS) | cv::rgbd::RgbdNormals | |
rows_ | cv::rgbd::RgbdNormals | protected |
save(const String &filename) const | cv::Algorithm | virtual |
setCols(int val) | cv::rgbd::RgbdNormals | inline |
setDepth(int val) | cv::rgbd::RgbdNormals | inline |
setK(const cv::Mat &val) | cv::rgbd::RgbdNormals | inline |
setMethod(int val) | cv::rgbd::RgbdNormals | inline |
setRows(int val) | cv::rgbd::RgbdNormals | inline |
setWindowSize(int val) | cv::rgbd::RgbdNormals | inline |
window_size_ | cv::rgbd::RgbdNormals | protected |
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 |
~RgbdNormals() | cv::rgbd::RgbdNormals | |