Module imagingbook_plugins_book
Package Ch12_Ransac_Hough
package Ch12_Ransac_Hough
-
ClassesClassDescriptionThis ImageJ plugin demonstrates the use of the
HoughTransformLinesclass for detecting straight lines in images (see Sec. 12.2 of [1] for details).RANSAC circle detection implemented with imagingbook library classRansacCircleDetector(see Sec. 12.1.4 of [1] for details).RANSAC ellipse detection implemented with imagingbook library classRansacCircleDetector(see Sec. 12.1.5 of [1] for details).RANSAC line detection using imagingbook library classRansacLineDetector(see Sec. 12.1.2 of [1] for details).