Description of acquisition parameters during image analysis. This class serves as DTO and contains information about general acquisition parameters during an image analysis. This class shall be extended, if you need to add more technology-specific properties.
Type | Name and description |
---|---|
java.lang.Integer |
binning Binning describes the factor by which a pixel is condensed. |
Constructor and description |
---|
AcquisitionParameters
(java.lang.Integer binning) Creates a description of acquisition parameters during image analysis. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Binning describes the factor by which a pixel is condensed. A binning of 1 means that all 8 pixels surrounding a pixel will be merged into one super pixel. Binning is used to increase contrast with the downside of losing spacial frequency information (resolution). Binning is always a positive Integer value.
Creates a description of acquisition parameters during image analysis.
binning
- AcquisitionParameters.binningGroovy Documentation