boofcv.alg.feature.detect.line
Class ImageLinePruneMerge
- java.lang.Object
-
- boofcv.alg.feature.detect.line.ImageLinePruneMerge
-
public class ImageLinePruneMerge extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ImageLinePruneMerge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(LineParametric2D_F32 line, float intensity)java.util.List<LineParametric2D_F32>createList()voidpruneNBest(int N)voidpruneRelative(float fraction)voidpruneSimilar(float toleranceAngle, float toleranceDist, int imgWidth, int imgHeight)voidreset()
-
-
-
Method Detail
-
reset
public void reset()
-
add
public void add(LineParametric2D_F32 line, float intensity)
-
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
public java.util.List<LineParametric2D_F32> createList()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG