Accord.Imaging.Filters.Sharpen.Sharpen C# (CSharp) Method

Sharpen() public method

Initializes a new instance of the Sharpen class.
public Sharpen ( )
		public Sharpen( ) : base( new int[,] {
										{  0, -1,  0 },
										{ -1,  5, -1 },
										{  0, -1,  0 } } )
		{
		}
	}
Sharpen