Property | Type | Description | |
---|---|---|---|
_image | Image |
Method | 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 |
Method | Description | |
---|---|---|
GetBitsPerPixel ( PixelFormat pixelFormat ) : byte | ||
SumWeights ( short weights ) : int |
public ConvolveThresh ( short weights, double thresh ) : Image | ||
weights | short | |
thresh | double | |
return | Image |