java.lang.Object
imagingbook.common.ransac.RansacDetector<AlgebraicLine>
imagingbook.common.ransac.RansacLineDetector
RANSAC detector for straight lines. See Sec. 12.1.2 - 12.1.3 of [1] for additional details.
[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).
- Version:
- 2022/11/19
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested class extendingRansacDetector.RansacParameters
to specify additional RANSAC parameters.Nested classes/interfaces inherited from class imagingbook.common.ransac.RansacDetector
RansacDetector.RansacParameters
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor using default parameters.Constructor using specific parameters. -
Method Summary
Methods inherited from class imagingbook.common.ransac.RansacDetector
detectAll, detectAll, detectNext
-
Constructor Details
-
RansacLineDetector
Constructor using specific parameters.- Parameters:
params
- RANSAC parameters
-
RansacLineDetector
public RansacLineDetector()Constructor using default parameters.
-