snark
Public Member Functions | List of all members
frequency_domain Class Reference

filter the image in frequency domain More...

#include <frequency_domain.h>

Public Member Functions

cv::Mat filter (const cv::Mat &image, const cv::Mat &mask=cv::Mat())
 transform image into frequency domain, apply window and transform back to space domain
 frequency_domain (const cv::Mat &mask)
cv::Mat magnitude () const
 get the magnitude of the image in frequency domain

Detailed Description

filter the image in frequency domain

Constructor & Destructor Documentation

frequency_domain ( const cv::Mat &  mask)

constructor

Parameters
maskwindow to be applied in the frequencty

The documentation for this class was generated from the following files: