C# Class PixelFarm.Agg.ImageFilterLookUpTable

Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
ImageFilterLookUpTable ( )
ImageFilterLookUpTable ( Imaging filter )
ImageFilterLookUpTable ( Imaging filter, bool normalization )
Normalize ( ) : void

Private Methods

Method Description
Calculate ( Imaging filter ) : void
Calculate ( Imaging filter, bool normalization ) : void
ReallocLut ( double radius ) : void

Method Details

ImageFilterLookUpTable() public method

ImageFilterLookUpTable() public method

public ImageFilterLookUpTable ( Imaging filter )
filter Imaging

ImageFilterLookUpTable() public method

public ImageFilterLookUpTable ( Imaging filter, bool normalization )
filter Imaging
normalization bool

Normalize() public method

public Normalize ( ) : void
return void