C# Class ImageProcessor.Processor

Afficher le fichier Open project: dtb/CSharp-Image-Processing-Sample Class Usage Examples

Protected Properties

Свойство Type Description
_image Image

Méthodes publiques

Méthode Description
Convolve ( short weights ) : Image
ConvolveThresh ( short weights, double thresh ) : Image
GrayscaleA ( ) : Image
GrayscaleM ( ) : Image
SetPixel ( int x, int y ) : Image
ThresholdGS ( float thresh ) : Image
ThresholdMA ( float thresh ) : Image
ThresholdMM ( float thresh ) : Image
ThresholdUA ( float thresh ) : Image
ThresholdUM ( float thresh ) : Image

Private Methods

Méthode Description
GetBitsPerPixel ( PixelFormat pixelFormat ) : byte
SumWeights ( short weights ) : int

Method Details

Convolve() public méthode

public Convolve ( short weights ) : Image
weights short
Résultat Image

ConvolveThresh() public méthode

public ConvolveThresh ( short weights, double thresh ) : Image
weights short
thresh double
Résultat Image

GrayscaleA() public méthode

public GrayscaleA ( ) : Image
Résultat Image

GrayscaleM() public méthode

public GrayscaleM ( ) : Image
Résultat Image

SetPixel() public méthode

public SetPixel ( int x, int y ) : Image
x int
y int
Résultat Image

ThresholdGS() public méthode

public ThresholdGS ( float thresh ) : Image
thresh float
Résultat Image

ThresholdMA() public méthode

public ThresholdMA ( float thresh ) : Image
thresh float
Résultat Image

ThresholdMM() public méthode

public ThresholdMM ( float thresh ) : Image
thresh float
Résultat Image

ThresholdUA() public méthode

public ThresholdUA ( float thresh ) : Image
thresh float
Résultat Image

ThresholdUM() public méthode

public ThresholdUM ( float thresh ) : Image
thresh float
Résultat Image

Property Details

_image protected_oe property

protected Image _image
Résultat Image