public class SimplePeak extends Object
Modifier and Type | Field and Description |
---|---|
float |
intensity |
boolean |
isMax |
boolean |
isMin |
int[] |
location |
Constructor and Description |
---|
SimplePeak(int[] location,
float intensity,
boolean isMin,
boolean isMax) |
Copyright © 2015–2021 Fiji. All rights reserved.