Package | Description |
---|---|
ij.plugin.filter | |
ij.process |
Modifier and Type | Method and Description |
---|---|
ShortProcessor |
EDM.make16bitEDM(ImageProcessor ip)
Calculates a 16-bit grayscale Euclidean Distance Map for a binary 8-bit image.
|
Modifier and Type | Method and Description |
---|---|
ShortProcessor |
ImageProcessor.convertToShortProcessor()
Returns a 16-bit version of this image as a ShortProcessor.
|
ShortProcessor |
ImageProcessor.convertToShortProcessor(boolean scale)
Returns a 16-bit version of this image as a ShortProcessor.
|
Constructor and Description |
---|
ShortBlitter(ShortProcessor ip)
Constructs a ShortBlitter from a ShortProcessor.
|