sharpening_filter namespace
More...
|
std::vector< std::vector< int32_t > > | apply_sharpening_filter (const std::vector< std::vector< int32_t > > &image) |
| apply_sharpening_filter function: applies a 3x3 laplacian filter to image img
|
|
◆ apply_sharpening_filter()
std::vector< std::vector< int32_t > > sharpening_filter::apply_sharpening_filter |
( |
const std::vector< std::vector< int32_t > > & | image | ) |
|
|
inline |
apply_sharpening_filter function: applies a 3x3 laplacian filter to image img
- Parameters
-
image(Class | Image): the input image |
- Returns
- vector<vector<int32_t> > : the resulted image after applying the laplacian filter