public class ConnectedComponent extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<int[]> |
distinctLabels |
Constructor and Description |
---|
ConnectedComponent() |
Modifier and Type | Method and Description |
---|---|
void |
addEqualLabels(int label1,
int label2) |
void |
addLabel(int label) |
void |
equalizeLabels(Image<IntType> connectedComponents) |
ArrayList<ComponentProperties> |
getBeads(Image<IntType> connectedComponents,
Image<FloatType> img,
int minSize,
int maxSize,
int minBlackBorder,
boolean useCenterOfMass,
double circularityFactor) |
public ArrayList<int[]> distinctLabels
public ArrayList<ComponentProperties> getBeads(Image<IntType> connectedComponents, Image<FloatType> img, int minSize, int maxSize, int minBlackBorder, boolean useCenterOfMass, double circularityFactor)
public void addLabel(int label)
public void addEqualLabels(int label1, int label2)
Copyright © 2015–2021 Fiji. All rights reserved.