Powertek.Imaging.PtCanny Class Reference

Canny Edge Detection. More...

List of all members.

Public Member Functions

void Calculate (Bitmap inputBmp, out Bitmap outBmp, double sigma, double tLow, double tHigh, double boost, bool invert)
void Calculate (Byte[] inPixels, out Byte[] outPixels, int width, int height, double sigma, double tLow, double tHigh, double boost, bool invert)


Detailed Description


Member Function Documentation

void Powertek.Imaging.PtCanny.Calculate ( Byte[]  inPixels,
out Byte[]  outPixels,
int  width,
int  height,
double  sigma,
double  tLow,
double  tHigh,
double  boost,
bool  invert 
)

Canny Edge Detection.

Parameters:
inPixels 3 Channel Byte Array 24bit color
outPixels 3-Channel-Gray Array 24Bit
width Width of the Bitmap represented by the byte array
height Height of the Bitmap represented by the byte array
sigma Sigma param of the canny edge detection
tLow TLow param of the canny edge detection
tHigh THigh param of the canny edge detection
boost Smoothing boost factor, use 1.0 as a default
invert Invert the colors of the resulting bitmap

void Powertek.Imaging.PtCanny.Calculate ( Bitmap  inputBmp,
out Bitmap  outBmp,
double  sigma,
double  tLow,
double  tHigh,
double  boost,
bool  invert 
)

Canny Edge Detection.

Parameters:
inputBmp Bitmap 24/32 bit color
outBmp Bitmap 3-Channel-Gray 24Bit
sigma Sigma param of the canny edge detection
tLow TLow param of the canny edge detection
tHigh THigh param of the canny edge detection
boost Smoothing boost factor, use 1.0 as a default
invert Invert the colors of the resulting bitmap


The documentation for this class was generated from the following file:

Generated on Thu Nov 20 04:48:15 2008 for Powertek.Imaging, 2.0.2.46 by  doxygen 1.5.7.1