Parameter | Description |
---|---|
outImage | Destination image. Must be 8 bit gray scale (ie8g) and must have the same size of input image |
threshold1 | First threshold for the hysteresis procedure (0 - 255) |
threshold2 | Second threshold for the hysteresis procedure (0 - 255) |
apertureSize | Aperture size for the Sobel operator |
L2gradient | A flag, indicating whether a more accurate L2 normalization should be used to calculate the image gradient magnitude |
Demos\IEVision\LinesDetect\LinesDetect.dpr |