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

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

Algorithm() (定義場所: cv::Algorithm) cv::Algorithm
BinaryDescriptor(const BinaryDescriptor::Params &parameters=BinaryDescriptor::Params()) cv::line_descriptor::BinaryDescriptor
clear() cv::Algorithm inline virtual
compute(const Mat &image, CV_OUT CV_IN_OUT std::vector< KeyLine > &keylines, CV_OUT Mat &descriptors, bool returnFloatDescr=false) const cv::line_descriptor::BinaryDescriptor
compute(const std::vector< Mat > &images, std::vector< std::vector< KeyLine > > &keylines, std::vector< Mat > &descriptors, bool returnFloatDescr=false) const cv::line_descriptor::BinaryDescriptor
computeImpl(const Mat &imageSrc, std::vector< KeyLine > &keylines, Mat &descriptors, bool returnFloatDescr, bool useDetectionData) const cv::line_descriptor::BinaryDescriptor protected virtual
createBinaryDescriptor() cv::line_descriptor::BinaryDescriptor static
createBinaryDescriptor(Params parameters) (定義場所: cv::line_descriptor::BinaryDescriptor) cv::line_descriptor::BinaryDescriptor static
defaultNorm() const cv::line_descriptor::BinaryDescriptor
descriptorSize() const cv::line_descriptor::BinaryDescriptor
descriptorType() const cv::line_descriptor::BinaryDescriptor
detect(const Mat &image, CV_OUT std::vector< KeyLine > &keypoints, const Mat &mask=Mat()) cv::line_descriptor::BinaryDescriptor
detect(const std::vector< Mat > &images, std::vector< std::vector< KeyLine > > &keylines, const std::vector< Mat > &masks=std::vector< Mat >()) const cv::line_descriptor::BinaryDescriptor
detectImpl(const Mat &imageSrc, std::vector< KeyLine > &keylines, const Mat &mask=Mat()) const cv::line_descriptor::BinaryDescriptor protected virtual
empty() const cv::Algorithm inline virtual
getDefaultName() const cv::Algorithm virtual
getNumOfOctaves() cv::line_descriptor::BinaryDescriptor
getReductionRatio() cv::line_descriptor::BinaryDescriptor
getWidthOfBand() cv::line_descriptor::BinaryDescriptor
load(const String &filename, const String &objname=String()) cv::Algorithm inline static
loadFromString(const String &strModel, const String &objname=String()) cv::Algorithm inline static
operator()(InputArray image, InputArray mask, CV_OUT std::vector< KeyLine > &keylines, OutputArray descriptors, bool useProvidedKeyLines=false, bool returnFloatDescr=false) const cv::line_descriptor::BinaryDescriptor virtual
read(const cv::FileNode &fn) CV_OVERRIDE cv::line_descriptor::BinaryDescriptor virtual
save(const String &filename) const cv::Algorithm virtual
setNumOfOctaves(int octaves) cv::line_descriptor::BinaryDescriptor
setReductionRatio(int rRatio) cv::line_descriptor::BinaryDescriptor
setWidthOfBand(int width) cv::line_descriptor::BinaryDescriptor
write(cv::FileStorage &fs) const CV_OVERRIDE cv::line_descriptor::BinaryDescriptor virtual
cv::Algorithm::write(const Ptr< FileStorage > &fs, const String &name=String()) const cv::Algorithm
writeFormat(FileStorage &fs) const (定義場所: cv::Algorithm) cv::Algorithm protected
~Algorithm() (定義場所: cv::Algorithm) cv::Algorithm virtual
~BinaryDescriptor() cv::line_descriptor::BinaryDescriptor