public class VisualizeBeads extends Object
Modifier and Type | Field and Description |
---|---|
static Color3f |
backgroundColor |
static Color3f |
beadColor |
static float |
beadSize |
static Color3f |
boundingBoxColor |
static Color3f |
foregroundColor |
static Color3f |
imagingBoxColor |
static Font |
statusbarFont |
Constructor and Description |
---|
VisualizeBeads(SPIMConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected String |
drawAllFalseCorrespondences(ArrayList<ViewDataBeads> views,
float factor) |
protected String |
drawAllRANSACCorrespondences(ArrayList<ViewDataBeads> views,
float factor) |
protected String |
drawFalseCorrespondences(ViewDataBeads view,
ViewDataBeads correspondingView,
float factor) |
protected String |
drawPointDescriptorCorrespondences(ViewDataBeads view,
ViewDataBeads correspondingView,
float factor) |
protected String |
drawRANSACCorrespondences(ViewDataBeads view,
ViewDataBeads correspondingView,
float factor) |
static void |
main(String[] args) |
protected void |
writeSketchTikZ(String template,
String output) |
public static final Color3f backgroundColor
public static final Color3f foregroundColor
public static final Color3f beadColor
public static final float beadSize
public static final Color3f boundingBoxColor
public static final Color3f imagingBoxColor
public static final Font statusbarFont
public VisualizeBeads(SPIMConfiguration config)
protected String drawFalseCorrespondences(ViewDataBeads view, ViewDataBeads correspondingView, float factor)
protected String drawRANSACCorrespondences(ViewDataBeads view, ViewDataBeads correspondingView, float factor)
protected String drawAllRANSACCorrespondences(ArrayList<ViewDataBeads> views, float factor)
protected String drawAllFalseCorrespondences(ArrayList<ViewDataBeads> views, float factor)
protected String drawPointDescriptorCorrespondences(ViewDataBeads view, ViewDataBeads correspondingView, float factor)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.