opencvd.contrib.imghash

Undocumented in source.

Members

Functions

averageHashCompare
double averageHashCompare(Mat a, Mat b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
averageHashCompute
void averageHashCompute(Mat inputArr, Mat outputArr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blockMeanHashCompare
double blockMeanHashCompare(Mat a, Mat b, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blockMeanHashCompute
void blockMeanHashCompute(Mat inputArr, Mat outputArr, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
colorMomentHashCompare
double colorMomentHashCompare(Mat a, Mat b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
colorMomentHashCompute
void colorMomentHashCompute(Mat inputArr, Mat outputArr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
marrHildrethHashCompare
double marrHildrethHashCompare(Mat a, Mat b, float alpha, float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
marrHildrethHashCompute
void marrHildrethHashCompute(Mat inputArr, Mat outputArr, float alpha, float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pHashCompare
double pHashCompare(Mat a, Mat b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pHashCompute
void pHashCompute(Mat inputArr, Mat outputArr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
radialVarianceHashCompare
double radialVarianceHashCompare(Mat a, Mat b, double sigma, int numOfAngleLine)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
radialVarianceHashCompute
void radialVarianceHashCompute(Mat inputArr, Mat outputArr, double sigma, int numOfAngleLine)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta