OpenCV 4.5.3(日本語機械翻訳)
cv::BFMatcher メンバ一覧

継承メンバを含む cv::BFMatcher の全メンバ一覧です。

add(InputArrayOfArrays descriptors) cv::DescriptorMatcher virtual
Algorithm() (定義場所: cv::Algorithm) cv::Algorithm
BFMatcher(int normType=NORM_L2, bool crossCheck=false) cv::BFMatcher
BRUTEFORCE 列挙値 (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher
BRUTEFORCE_HAMMING 列挙値 (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher
BRUTEFORCE_HAMMINGLUT 列挙値 (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher
BRUTEFORCE_L1 列挙値 (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher
BRUTEFORCE_SL2 列挙値 (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher
checkMasks(InputArrayOfArrays masks, int queryDescriptorsCount) const (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher protected
clear() CV_OVERRIDE cv::DescriptorMatcher virtual
clone(bool emptyTrainData=false) const CV_OVERRIDE cv::BFMatcher virtual
clone_op(Mat m) (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher inline protected static
create(int normType=NORM_L2, bool crossCheck=false) cv::BFMatcher static
cv::DescriptorMatcher::create(const String &descriptorMatcherType) cv::DescriptorMatcher static
create(const DescriptorMatcher::MatcherType &matcherType) (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher static
crossCheck (定義場所: cv::BFMatcher) cv::BFMatcher protected
empty() const CV_OVERRIDE cv::DescriptorMatcher virtual
FLANNBASED 列挙値 (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher
getDefaultName() const cv::Algorithm virtual
getTrainDescriptors() const cv::DescriptorMatcher
isMaskedOut(InputArrayOfArrays masks, int queryIdx) (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher protected static
isMaskSupported() const CV_OVERRIDE cv::BFMatcher inline virtual
isPossibleMatch(InputArray mask, int queryIdx, int trainIdx) (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher protected static
knnMatch(InputArray queryDescriptors, InputArray trainDescriptors, CV_OUT std::vector< std::vector< DMatch > > &matches, int k, InputArray mask=noArray(), bool compactResult=false) const cv::DescriptorMatcher
knnMatch(InputArray queryDescriptors, CV_OUT std::vector< std::vector< DMatch > > &matches, int k, InputArrayOfArrays masks=noArray(), bool compactResult=false) cv::DescriptorMatcher
knnMatchImpl(InputArray queryDescriptors, std::vector< std::vector< DMatch > > &matches, int k, InputArrayOfArrays masks=noArray(), bool compactResult=false) CV_OVERRIDE cv::BFMatcher protected virtual
load(const String &filename, const String &objname=String()) cv::Algorithm inline static
loadFromString(const String &strModel, const String &objname=String()) cv::Algorithm inline static
match(InputArray queryDescriptors, InputArray trainDescriptors, CV_OUT std::vector< DMatch > &matches, InputArray mask=noArray()) const cv::DescriptorMatcher
match(InputArray queryDescriptors, CV_OUT std::vector< DMatch > &matches, InputArrayOfArrays masks=noArray()) cv::DescriptorMatcher
MatcherType 列挙名 (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher
normType (定義場所: cv::BFMatcher) cv::BFMatcher protected
radiusMatch(InputArray queryDescriptors, InputArray trainDescriptors, CV_OUT std::vector< std::vector< DMatch > > &matches, float maxDistance, InputArray mask=noArray(), bool compactResult=false) const cv::DescriptorMatcher
radiusMatch(InputArray queryDescriptors, CV_OUT std::vector< std::vector< DMatch > > &matches, float maxDistance, InputArrayOfArrays masks=noArray(), bool compactResult=false) cv::DescriptorMatcher
radiusMatchImpl(InputArray queryDescriptors, std::vector< std::vector< DMatch > > &matches, float maxDistance, InputArrayOfArrays masks=noArray(), bool compactResult=false) CV_OVERRIDE (定義場所: cv::BFMatcher) cv::BFMatcher protected virtual
read(const String &fileName) (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher inline
read(const FileNode &) CV_OVERRIDE cv::DescriptorMatcher virtual
save(const String &filename) const cv::Algorithm virtual
train() cv::DescriptorMatcher virtual
trainDescCollection cv::DescriptorMatcher protected
utrainDescCollection (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher protected
write(const String &fileName) const (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher inline
write(FileStorage &) const CV_OVERRIDE cv::DescriptorMatcher virtual
write(const Ptr< FileStorage > &fs, const String &name=String()) const (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher inline
writeFormat(FileStorage &fs) const (定義場所: cv::Algorithm) cv::Algorithm protected
~Algorithm() (定義場所: cv::Algorithm) cv::Algorithm virtual
~BFMatcher() (定義場所: cv::BFMatcher) cv::BFMatcher inline virtual
~DescriptorMatcher() (定義場所: cv::DescriptorMatcher) cv::DescriptorMatcher virtual