public class KMeansThresholder extends Object
Constructor and Description |
---|
KMeansThresholder() |
Modifier and Type | Method and Description |
---|---|
void |
accumulate(ij.process.ImageProcessor ip)
Creates a set of unsigned short values and collects the px as a short for analysis.
|
void |
process()
Processes the accumulated images.
|
ij.process.ImageProcessor |
processSlice(ij.process.ImageProcessor proc)
Prepares the work space for finding a kmean value.
|
public ij.process.ImageProcessor processSlice(ij.process.ImageProcessor proc)
proc
- public void accumulate(ij.process.ImageProcessor ip)
ip
- image processor data will be taken from.public void process()
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.