Uses of Class
cz.vutbr.fit.layout.cormier.impl.LineDetector
-
Packages that use LineDetector Package Description cz.vutbr.fit.layout.cormier.impl -
-
Uses of LineDetector in cz.vutbr.fit.layout.cormier.impl
Methods in cz.vutbr.fit.layout.cormier.impl that return LineDetector Modifier and Type Method Description LineDetectorCormierSegmentation. getLineDetector()Methods in cz.vutbr.fit.layout.cormier.impl with parameters of type LineDetector Modifier and Type Method Description voidCormierSegmentation. setLineDetector(LineDetector lineDetector)Constructors in cz.vutbr.fit.layout.cormier.impl with parameters of type LineDetector Constructor Description CormierSegmentation(EdgeDetector edgeDetector, LineDetector lineDetector, int minSegmentLength, float signLineProbThreshold)CormierSegmentation(EdgeDetector edgeDetector, LineDetector lineDetector, int minSegmentLength, float signLineProbThreshold, boolean parallelEnabled)
-