Package boofcv.alg.feature.detect.line
Class ImageLinePruneMerge
java.lang.Object
boofcv.alg.feature.detect.line.ImageLinePruneMerge
public class ImageLinePruneMerge extends Object
Functions for pruning and merging lines.
-
Constructor Summary
Constructors Constructor Description ImageLinePruneMerge()
-
Method Summary
Modifier and Type Method Description void
add(LineParametric2D_F32 line, float intensity)
List<LineParametric2D_F32>
createList(@Nullable List<LineParametric2D_F32> ret)
void
pruneNBest(int N)
void
pruneRelative(float fraction)
void
pruneSimilar(float toleranceAngle, float toleranceDist, int imgWidth, int imgHeight)
void
reset()
-
Constructor Details
-
ImageLinePruneMerge
public ImageLinePruneMerge()
-
-
Method Details
-
reset
public void reset() -
add
-
pruneRelative
public void pruneRelative(float fraction) -
pruneNBest
public void pruneNBest(int N) -
pruneSimilar
public void pruneSimilar(float toleranceAngle, float toleranceDist, int imgWidth, int imgHeight) -
createList
-