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) |
| 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.
| 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.
| 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 |
1.5.7.1