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

ラドン変換に基づく画像ハッシュ。 続き...

#include <opencv2/img_hash/radial_variance_hash.hpp>

Collaboration diagram for cv::img_hash::RadialVarianceHash:

公開メンバ関数

std::vector< double > getFeatures ()
 
cv::Mat getHash ()
 
int getNumOfAngleLine () const
 
Mat getPixPerLine (Mat const &input)
 
Mat getProjection ()
 
double getSigma () const
 
void setNumOfAngleLine (int value)
 
void setSigma (double value)
 
- Public Member Functions inherited from cv::img_hash::ImgHashBase
 ~ImgHashBase ()
 
double compare (cv::InputArray hashOne, cv::InputArray hashTwo) const
 inOneとinTwoのハッシュ値を比較する。
 
void compute (cv::InputArray inputArr, cv::OutputArray outputArr)
 入力画像のハッシュを計算する。
 
- Public Member Functions inherited from cv::Algorithm
 Algorithm ()
 
virtual ~Algorithm ()
 
virtual void clear ()
 アルゴリズムの状態をクリアする。
 
virtual bool empty () const
 Algorithm が空の場合(たとえば開始直後や読み込みに失敗した後)に true を返す。
 
virtual String getDefaultName () const
 
virtual void read (const FileNode &fn)
 ファイルストレージからアルゴリズムの引数を読み込む。
 
virtual void save (const String &filename) const
 
virtual void write (FileStorage &fs) const
 アルゴリズムの引数をファイルストレージに保存する。
 
void write (FileStorage &fs, const String &name) const
 

静的公開メンバ関数

static Ptr< RadialVarianceHashcreate (double sigma=1, int numOfAngleLine=180)
 
- Static Public Member Functions inherited from cv::Algorithm
template<typename _Tp >
static Ptr< _Tpload (const String &filename, const String &objname=String())
 ファイルからアルゴリズムを読み込む。
 
template<typename _Tp >
static Ptr< _TploadFromString (const String &strModel, const String &objname=String())
 文字列からアルゴリズムを読み込む。
 
template<typename _Tp >
static Ptr< _Tpread (const FileNode &fn)
 ファイルノードからアルゴリズムを読み込む。
 

限定公開メンバ関数

 RadialVarianceHash ()
 
- Protected Member Functions inherited from cv::img_hash::ImgHashBase
 ImgHashBase ()
 
- Protected Member Functions inherited from cv::Algorithm
void writeFormat (FileStorage &fs) const
 

Additional Inherited Members

- Protected Attributes inherited from cv::img_hash::ImgHashBase
Ptr< ImgHashImpl > pImpl
 

詳細説明

ラドン変換に基づく画像ハッシュ。

詳細は [272] を参照。

構築子と解体子の詳解

◆ RadialVarianceHash()

cv::img_hash::RadialVarianceHash::RadialVarianceHash ( )
inlineprotected

メンバ関数詳解

◆ create()

static Ptr< RadialVarianceHash > cv::img_hash::RadialVarianceHash::create ( double sigma = 1,
int numOfAngleLine = 180 )
static
Python:
cv.img_hash.RadialVarianceHash.create([, sigma[, numOfAngleLine]]) -> retval
cv.img_hash.RadialVarianceHash_create([, sigma[, numOfAngleLine]]) -> retval

◆ getFeatures()

std::vector< double > cv::img_hash::RadialVarianceHash::getFeatures ( )

◆ getHash()

cv::Mat cv::img_hash::RadialVarianceHash::getHash ( )

◆ getNumOfAngleLine()

int cv::img_hash::RadialVarianceHash::getNumOfAngleLine ( ) const
Python:
cv.img_hash.RadialVarianceHash.getNumOfAngleLine() -> retval

◆ getPixPerLine()

Mat cv::img_hash::RadialVarianceHash::getPixPerLine ( Mat const & input)

◆ getProjection()

Mat cv::img_hash::RadialVarianceHash::getProjection ( )

◆ getSigma()

double cv::img_hash::RadialVarianceHash::getSigma ( ) const
Python:
cv.img_hash.RadialVarianceHash.getSigma() -> retval

◆ setNumOfAngleLine()

void cv::img_hash::RadialVarianceHash::setNumOfAngleLine ( int value)
Python:
cv.img_hash.RadialVarianceHash.setNumOfAngleLine(value) -> None

◆ setSigma()

void cv::img_hash::RadialVarianceHash::setSigma ( double value)
Python:
cv.img_hash.RadialVarianceHash.setSigma(value) -> None

このクラス詳解は次のファイルから抽出されました: