public class VisualizeFeatures
extends java.lang.Object
| Constructor and Description |
|---|
VisualizeFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawCircle(java.awt.Graphics2D g2,
double x,
double y,
double r) |
static void |
drawCross(java.awt.Graphics2D g2,
double x,
double y,
double r) |
static void |
drawCross(java.awt.Graphics2D g2,
int x,
int y,
int r) |
static void |
drawPoint(java.awt.Graphics2D g2,
double x,
double y,
double r,
java.awt.Color color,
boolean hasBorder) |
static void |
drawPoint(java.awt.Graphics2D g2,
int x,
int y,
java.awt.Color color) |
static void |
drawPoint(java.awt.Graphics2D g2,
int x,
int y,
int r,
java.awt.Color color) |
static void |
drawPoint(java.awt.Graphics2D g2,
int x,
int y,
int r,
java.awt.Color color,
boolean hasBorder) |
static void |
drawPoints(java.awt.Graphics2D g2,
java.awt.Color color,
java.util.List<georegression.struct.point.Point2D_I32> points,
int radius) |
static void |
drawScalePoints(java.awt.Graphics2D g2,
java.util.List<boofcv.struct.feature.ScalePoint> points,
double scaleToRadius) |
public static void drawPoints(java.awt.Graphics2D g2,
java.awt.Color color,
java.util.List<georegression.struct.point.Point2D_I32> points,
int radius)
public static void drawPoint(java.awt.Graphics2D g2,
int x,
int y,
java.awt.Color color)
public static void drawPoint(java.awt.Graphics2D g2,
int x,
int y,
int r,
java.awt.Color color)
public static void drawPoint(java.awt.Graphics2D g2,
int x,
int y,
int r,
java.awt.Color color,
boolean hasBorder)
public static void drawPoint(java.awt.Graphics2D g2,
double x,
double y,
double r,
java.awt.Color color,
boolean hasBorder)
public static void drawCross(java.awt.Graphics2D g2,
int x,
int y,
int r)
public static void drawCross(java.awt.Graphics2D g2,
double x,
double y,
double r)
public static void drawScalePoints(java.awt.Graphics2D g2,
java.util.List<boofcv.struct.feature.ScalePoint> points,
double scaleToRadius)
public static void drawCircle(java.awt.Graphics2D g2,
double x,
double y,
double r)