Documentation of 'boofcv.alg.shapes.polyline.SplitMergeLineFitSegment' Java class
SplitMergeLineFitSegment
boofcv.alg.shapes.polyline

Class SplitMergeLineFitSegment

    • Constructor Detail

      • SplitMergeLineFitSegment

        public SplitMergeLineFitSegment(double splitFraction,
                                        double minimumSplitFraction,
                                        int maxIterations)
    • Method Detail

      • process

        public boolean process(java.util.List<Point2D_I32> list)
        Description copied from class: SplitMergeLineFit
        Approximates the input list with a set of line segments
        Specified by:
        process in class SplitMergeLineFit
        Parameters:
        list - Ordered list of connected points.
        Returns:
        true if it could fit a polygon to the points or false if not

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.