OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::img_hash::RadialVarianceHash 类参考

基于Radon变换的图像哈希。 更多…

#include <opencv2/img_hash/radial_variance_hash.hpp>

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)
 
- 继承自 cv::img_hash::ImgHashBase 的公共成员函数
 ~ImgHashBase ()
 
double compare (cv::InputArray hashOne, cv::InputArray hashTwo) const
 比较 inOne 和 inTwo 之间的哈希值。
 
void compute (cv::InputArray inputArr, cv::OutputArray outputArr)
 计算输入图像的哈希值。
 
- 继承自 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
 
void write (const Ptr< FileStorage > &fs, const String &name=String()) const
 
virtual void write (FileStorage &fs) const
 将算法参数存储到文件存储中。
 
void write (FileStorage &fs, const String &name) const
 

静态公共成员函数

static Ptr< RadialVarianceHashcreate (double sigma=1, int numOfAngleLine=180)
 
- 继承自 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 ()
 
- 继承自 cv::img_hash::ImgHashBase 的受保护成员函数
 ImgHashBase ()
 
- 继承自 cv::Algorithm 的受保护成员函数
void writeFormat (FileStorage &fs) const
 

其他继承的成员

- 继承自 cv::img_hash::ImgHashBase 的受保护属性
Ptr< ImgHashImpl > pImpl
 

详细描述

基于Radon变换的图像哈希。

详情请参见 [263]

构造函数和析构函数文档

◆ RadialVarianceHash()

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

成员函数文档

◆ create()

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

◆ 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() -> 返回值

◆ getPixPerLine()

Mat cv::img_hash::RadialVarianceHash::getPixPerLine ( Mat const & 输入)

◆ getProjection()

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

◆ getSigma()

double cv::img_hash::RadialVarianceHash::getSigma ( ) const
Python
cv.img_hash.RadialVarianceHash.getSigma() -> 返回值

◆ setNumOfAngleLine()

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

◆ setSigma()

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

该类的文档是从以下文件生成的: