|
SourceXtractorPlusPlus
0.19
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(), 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.
|
inline |
Definition at line 51 of file OpenCVConvolution.h.
References m_kernel.
|
private |
Definition at line 60 of file OpenCVConvolution.h.
Referenced by convolve(), getHeight(), getWidth(), and OpenCVConvolution().
1.8.5