Package boofcv.gui.feature
Class FancyInterestPointRender
java.lang.Object
boofcv.gui.feature.FancyInterestPointRender
Renders image interest points in a thread safe manor.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FancyInterestPointRender
public FancyInterestPointRender()
-
-
Method Details
-
draw
-
reset
public void reset() -
addString
-
addPoint
public void addPoint(int x, int y) -
addPoint
-
addCircle
public void addCircle(int x, int y, int radius) -
addLine
public void addLine(int x0, int y0, int x1, int y1) -
addCircle
-
addCircle
-