OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::xfeatures2d::HarrisLaplaceFeatureDetector メンバ一覧

これは cv::xfeatures2d::HarrisLaplaceFeatureDetector のメンバの完全な一覧であり、継承されたすべてのメンバを含む。

Algorithm()cv::Algorithm
clear()cv::Algorithminlinevirtual
compute(InputArray image, std::vector< KeyPoint > &keypoints, OutputArray descriptors)cv::Feature2Dvirtual
compute(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors)cv::Feature2Dvirtual
create(int numOctaves=6, float corn_thresh=0.01f, float DOG_thresh=0.01f, int maxCorners=5000, int num_layers=4)cv::xfeatures2d::HarrisLaplaceFeatureDetectorstatic
defaultNorm() constcv::Feature2Dvirtual
descriptorSize() constcv::Feature2Dvirtual
descriptorType() constcv::Feature2Dvirtual
detect(InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray())cv::Feature2Dvirtual
detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray())cv::Feature2Dvirtual
detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false)cv::Feature2Dvirtual
empty() const CV_OVERRIDEcv::Feature2Dvirtual
getCornThresh() const =0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
getDefaultName() const CV_OVERRIDEcv::xfeatures2d::HarrisLaplaceFeatureDetectorvirtual
getDOGThresh() const =0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
getMaxCorners() const =0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
getNumLayers() const =0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
getNumOctaves() const =0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
read(const String &fileName)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2Dvirtual
save(const String &filename) constcv::Algorithmvirtual
setCornThresh(float corn_thresh_)=0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
setDOGThresh(float DOG_thresh_)=0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
setMaxCorners(int maxCorners_)=0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
setNumLayers(int num_layers_)=0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
setNumOctaves(int numOctaves_)=0cv::xfeatures2d::HarrisLaplaceFeatureDetectorpure virtual
write(const String &fileName) constcv::Feature2D
write(FileStorage &) const CV_OVERRIDEcv::Feature2Dvirtual
write(FileStorage &fs, const String &name) constcv::Feature2Dinline
write(const Ptr< FileStorage > &fs, const String &name) constcv::Feature2Dinline
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual