OpenCV 4.5.3(日本語機械翻訳)
全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
cv::ccalib::CustomPattern メンバ一覧

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

Algorithm() (定義場所: cv::Algorithm) cv::Algorithm
calibrate(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, int flags=0, TermCriteria criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON)) cv::ccalib::CustomPattern
clear() cv::Algorithm inline virtual
create(InputArray pattern, const Size2f boardSize, OutputArray output=noArray()) (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
CustomPattern() (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
drawOrientation(InputOutputArray image, InputArray tvec, InputArray rvec, InputArray cameraMatrix, InputArray distCoeffs, double axis_length=3, int axis_width=2) cv::ccalib::CustomPattern
empty() const cv::Algorithm inline virtual
findPattern(InputArray image, OutputArray matched_features, OutputArray pattern_points, const double ratio=0.7, const double proj_error=8.0, const bool refine_position=false, OutputArray out=noArray(), OutputArray H=noArray(), OutputArray pattern_corners=noArray()) (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
findRt(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, bool useExtrinsicGuess=false, int flags=SOLVEPNP_ITERATIVE) (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
findRt(InputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, bool useExtrinsicGuess=false, int flags=SOLVEPNP_ITERATIVE) cv::ccalib::CustomPattern
findRtRANSAC(InputArray objectPoints, InputArray imagePoints, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, bool useExtrinsicGuess=false, int iterationsCount=100, float reprojectionError=8.0, int minInliersCount=100, OutputArray inliers=noArray(), int flags=SOLVEPNP_ITERATIVE) (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
findRtRANSAC(InputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputOutputArray rvec, InputOutputArray tvec, bool useExtrinsicGuess=false, int iterationsCount=100, float reprojectionError=8.0, int minInliersCount=100, OutputArray inliers=noArray(), int flags=SOLVEPNP_ITERATIVE) cv::ccalib::CustomPattern
getDefaultName() const cv::Algorithm virtual
getDescriptorExtractor() (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
getDescriptorMatcher() (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
getFeatureDetector() (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
getPatternPoints(std::vector< KeyPoint > &original_points) cv::ccalib::CustomPattern
getPixelSize() cv::ccalib::CustomPattern
isInitialized() (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
load(const String &filename, const String &objname=String()) cv::Algorithm inline static
loadFromString(const String &strModel, const String &objname=String()) cv::Algorithm inline static
read(const FileNode &fn) cv::Algorithm inline virtual
read(const FileNode &fn) cv::Algorithm inline static
save(const String &filename) const cv::Algorithm virtual
setDescriptorExtractor(Ptr< DescriptorExtractor > extractor) (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
setDescriptorMatcher(Ptr< DescriptorMatcher > matcher) (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
setFeatureDetector(Ptr< FeatureDetector > featureDetector) (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern
write(FileStorage &fs) const cv::Algorithm inline virtual
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
~CustomPattern() (定義場所: cv::ccalib::CustomPattern) cv::ccalib::CustomPattern virtual