SpatiumLib
Public Member Functions | List of all members
spatium::imgproc::Sobel Class Reference

#include <Sobel.h>

Inheritance diagram for spatium::imgproc::Sobel:
Inheritance graph
[legend]
Collaboration diagram for spatium::imgproc::Sobel:
Collaboration graph
[legend]

Public Member Functions

 Sobel ()=default
 
virtual ~Sobel ()=default
 
template<typename T >
bool apply (const Image< T, 1 > &input, Image< T, 1 > &output)
 
- Public Member Functions inherited from spatium::imgproc::IImageFilter
virtual ~IImageFilter ()=default
 

Constructor & Destructor Documentation

◆ Sobel()

spatium::imgproc::Sobel::Sobel ( )
default

◆ ~Sobel()

virtual spatium::imgproc::Sobel::~Sobel ( )
virtualdefault

Member Function Documentation

◆ apply()

template<typename T >
bool spatium::imgproc::Sobel::apply ( const Image< T, 1 > &  input,
Image< T, 1 > &  output 
)
inline

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