|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#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 |
Definition at line 31 of file OpenCVConvolution.h.
|
inlineexplicit |
Definition at line 33 of file OpenCVConvolution.h.
References std::copy(), getHeight(), getWidth(), and m_kernel.

|
virtualdefault |
|
inline |
Definition at line 42 of file OpenCVConvolution.h.
References std::copy(), and m_kernel.

|
inline |
Definition at line 55 of file OpenCVConvolution.h.
References m_kernel.
Referenced by OpenCVConvolution().
|
inline |
Definition at line 51 of file OpenCVConvolution.h.
References m_kernel.
Referenced by OpenCVConvolution().
|
private |
Definition at line 60 of file OpenCVConvolution.h.
Referenced by convolve(), getHeight(), getWidth(), and OpenCVConvolution().