public static class Visualize_Detections.Params extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<ChannelProcess> |
channelsToProcess |
int |
detections |
boolean |
displayInput |
double |
downsample |
Constructor and Description |
---|
Params(ArrayList<ChannelProcess> channelsToProcess,
int detections,
double downsample,
boolean displayInput) |
public final ArrayList<ChannelProcess> channelsToProcess
public final int detections
public final double downsample
public final boolean displayInput
public Params(ArrayList<ChannelProcess> channelsToProcess, int detections, double downsample, boolean displayInput)
Copyright © 2015–2021 Fiji. All rights reserved.