PCLinesTransform
Description
Implementation of Hough transform algorithm in parallel line space, also known as PC Lines.
Params
| input | Tensor | Image edges image should be binarized to [0, 1], could be used with CannyEdges. |
| layers | number | count of parallel reduction layers |
| dStep | number | discretization step |
| dCoeficient | number | reduction coefficient |