![]() |
BioLib
3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
|
Public Member Functions | |
| ImageJDesc | FromImage (BioImage b) |
| string | GetString () |
| void | SetString (string desc) |
Public Attributes | |
| string | ImageJ |
| int | images = 0 |
| int | channels = 0 |
| int | slices = 0 |
| int | frames = 0 |
| bool | hyperstack |
| string | mode |
| string | unit |
| double | finterval = 0 |
| double | spacing = 0 |
| bool | loop |
| double | min = 0 |
| double | max = 0 |
| int | count |
| bool | bit8color = false |
| ImageJDesc BioLib.BioImage.ImageJDesc.FromImage | ( | BioImage | b | ) |
The function "FromImage" takes a BioImage object and sets the properties of an ImageJDesc object based on the properties of the BioImage object.
| BioImage | The BioImage parameter represents an object that contains information about a biological image, such as the number of images, channels, slices, and frames, as well as other properties like frame interval, physical size, and channel ranges. |
Definition at line 3513 of file Bio.cs.
| string BioLib.BioImage.ImageJDesc.GetString | ( | ) |
It returns a string that contains the values of all the variables in the imagej image
Definition at line 3546 of file Bio.cs.
| void BioLib.BioImage.ImageJDesc.SetString | ( | string | desc | ) |
It sets the string to the value of the parameter.
| desc | The description of the string. |
Definition at line 3567 of file Bio.cs.