OpenCV  3.2.0
Open Source Computer Vision
cv::line_descriptor::BinaryDescriptorMatcher Member List

This is the complete list of members for cv::line_descriptor::BinaryDescriptorMatcher, including all inherited members.

add(const std::vector< Mat > &descriptors)cv::line_descriptor::BinaryDescriptorMatcher
Algorithm()cv::Algorithm
BinaryDescriptorMatcher()cv::line_descriptor::BinaryDescriptorMatcher
clear()cv::line_descriptor::BinaryDescriptorMatchervirtual
createBinaryDescriptorMatcher()cv::line_descriptor::BinaryDescriptorMatcherstatic
empty() constcv::Algorithmvirtual
getDefaultName() constcv::Algorithmvirtual
knnMatch(const Mat &queryDescriptors, const Mat &trainDescriptors, std::vector< std::vector< DMatch > > &matches, int k, const Mat &mask=Mat(), bool compactResult=false) constcv::line_descriptor::BinaryDescriptorMatcher
knnMatch(const Mat &queryDescriptors, std::vector< std::vector< DMatch > > &matches, int k, const std::vector< Mat > &masks=std::vector< Mat >(), bool compactResult=false)cv::line_descriptor::BinaryDescriptorMatcher
load(const String &filename, const String &objname=String())cv::Algorithmstatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithmstatic
match(const Mat &queryDescriptors, const Mat &trainDescriptors, std::vector< DMatch > &matches, const Mat &mask=Mat()) constcv::line_descriptor::BinaryDescriptorMatcher
match(const Mat &queryDescriptors, std::vector< DMatch > &matches, const std::vector< Mat > &masks=std::vector< Mat >())cv::line_descriptor::BinaryDescriptorMatcher
radiusMatch(const Mat &queryDescriptors, const Mat &trainDescriptors, std::vector< std::vector< DMatch > > &matches, float maxDistance, const Mat &mask=Mat(), bool compactResult=false) constcv::line_descriptor::BinaryDescriptorMatcher
radiusMatch(const Mat &queryDescriptors, std::vector< std::vector< DMatch > > &matches, float maxDistance, const std::vector< Mat > &masks=std::vector< Mat >(), bool compactResult=false)cv::line_descriptor::BinaryDescriptorMatcher
read(const FileNode &fn)cv::Algorithmvirtual
read(const FileNode &fn)cv::Algorithmstatic
save(const String &filename) constcv::Algorithmvirtual
train()cv::line_descriptor::BinaryDescriptorMatcher
write(FileStorage &fs) constcv::Algorithmvirtual
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual
~BinaryDescriptorMatcher()cv::line_descriptor::BinaryDescriptorMatcher