SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::OpenCVConvolution Class Reference

#include <OpenCVConvolution.h>

Public Member Functions

 OpenCVConvolution (std::shared_ptr< const VectorImage< SeFloat >> img)
 
virtual ~OpenCVConvolution ()=default
 
void convolve (std::shared_ptr< VectorImage< SeFloat >> image) const
 
std::size_t getWidth () const
 
std::size_t getHeight () const
 

Private Attributes

cv::Mat m_kernel
 

Detailed Description

Definition at line 31 of file OpenCVConvolution.h.

Constructor & Destructor Documentation

SourceXtractor::OpenCVConvolution::OpenCVConvolution ( std::shared_ptr< const VectorImage< SeFloat >>  img)
inline

Definition at line 33 of file OpenCVConvolution.h.

References std::copy(), and m_kernel.

Here is the call graph for this function:

virtual SourceXtractor::OpenCVConvolution::~OpenCVConvolution ( )
virtualdefault

Member Function Documentation

void SourceXtractor::OpenCVConvolution::convolve ( std::shared_ptr< VectorImage< SeFloat >>  image) const
inline

Definition at line 42 of file OpenCVConvolution.h.

References std::copy(), and m_kernel.

Here is the call graph for this function:

std::size_t SourceXtractor::OpenCVConvolution::getHeight ( ) const
inline

Definition at line 55 of file OpenCVConvolution.h.

References m_kernel.

std::size_t SourceXtractor::OpenCVConvolution::getWidth ( ) const
inline

Definition at line 51 of file OpenCVConvolution.h.

References m_kernel.

Member Data Documentation

cv::Mat SourceXtractor::OpenCVConvolution::m_kernel
private

Definition at line 60 of file OpenCVConvolution.h.

Referenced by convolve(), getHeight(), getWidth(), and OpenCVConvolution().


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