AlgoPlus v0.1.0
Loading...
Searching...
No Matches
sharpening_filter Namespace Reference

sharpening_filter namespace More...

Functions

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
 

Detailed Description

Function Documentation

◆ 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(ClassImage): the input image
Returns
vector<vector<int32_t> > : the resulted image after applying the laplacian filter